I have the following scenario:
Visualization Software : VMWare Workstation 9.02
VM1 :
IPv4 Address. . . . . . . . . . . : 192.168.88.141
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 192.168.88.0
VM2:
IPv4 Address. . . . . . . . . . . : 192.168.88.135
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 192.168.88.0
The Network Adapter is set to 'Host - only' for both VM's
I have set the host file under drivers->ect on both machines to their scecific names:
192.168.88.135 VM2
192.168.88.141 VM1
I am trying to ping from VM1 to VM2 or vice versa and i am getting the below message:
C:\Users\amitesh>ping 192.168.88.141
Pinging 192.168.88.141 with 32 bytes of data:
Reply from 192.168.88.135: Destination host unreachable.
Reply from 192.168.88.135: Destination host unreachable.
Reply from 192.168.88.135: Destination host unreachable.
Reply from 192.168.88.135: Destination host unreachable.
Any help is appreciated