Hi there,
I have set up a local network of 3 linux machines:
1st box: IP=192.168.0.1 Name=box1.mydomain.net
2nd box: IP=192.168.0.2 Name=box2.mydomain.net
3rd box: IP=192.168.0.3 Name=box3.mydomain.net
Box 2 and 3 have Submask= 255.255.255.0 and Gateway=192.168.0.1
The 1st box is also connected to the internet with a static IP;
it has two network cards, eth0 for internet, eth1 for LAN.
Currently I do not care about IP Masquerading.
As it is now, each machine can ping to each other and connect
to each other using ssh with IP's but not names, i.e,
from box2: ssh 192.168.0.3 works fine but
ssh box3.mydomain.net does not work
How can I make them to understand the names?
Thank you in advance.
PSD