Hello everybody,
I am new to Linux. I would like a simple picture of how to make my httpd
server available to my LAN:
Here are the actors of my little world:
outside <--- |eth0 eth1| ----> LAN inside ~~~~~~ httpLinuxInside
I use Arno script to do NAT: it forward eth1 traffic to httpLinuxInside
(it works for outside users)
How can I use
http://my.domainname/ from any computer inside LAN?
Right now I have to use the private IP to access the httpLinuxInside.
What are the major steps (1,2...) to make it work?
Thanks
Hope I was clear
Robert