I have two linux centos machines installed in workstation that is on windows 7. I can ping each other linux machines with IP, but not with hostname. Is there any way this is possible not to change /etc/hosts on both machine ?
I set both machines in the c:\ProgramData\VMware\vmnetdhcp.conf in form of :
host centost {
hardware ethernet 00:0c:29:b7:13:8f;
fixed-address 10.22.33.11;
option host-name "centost";
}
host centosd {
hardware ethernet 00:0c:29:ee:c9:e1;
fixed-address 10.22.33.13;
option host-name "centosd";
}
On both /etc/resolv.conf I have the same nameserver IP.
Message was edited by: andrej7 I forget to mention that I have NAT for network and using workstation version 9.0.2 Thank you