I have the following setup.
A Centos machine (let say name is centoshost) connected to network and has static ip also running DNS server (BIND). IP is 192.168.1.33
Another CentOS virtual machine (centosguest) on centoshost (VMWare Server 2) IP of centosguest is 192.168.1.34 . Network adapter is bridged.
A windows machine connected to network and gets IP with DHCP from my router
All 3 machines have access to internet.
All 3 machines can ping others IP addresses
Here is the problem
On windows machine, I can ping "centoshost" name but I can't ping centosguest
On centoshost I can't ping centosguest
On centosguest I can't ping centoshost
I don't want to play with hosts file because I want who ever connect to network must see the centoshost and centosguest with their names.
I have DNS server on centoshost but not sure if it's needed to solve this issue.
What should I do to make both centoshost and centosguest accessible with their names not only with their IPs?
Thanks in advance Ergec