I have Windows Server 2012 Datacenter edition running a VM with CentOS 6.4. When pinging the VM directly it returns destination host unreachable from the actual client. <br />
<br />
(host addresses 192.168.1.73, 192.168.1.68, 192.168.1.66)<br />
When the host is down the results are (client address is 192.168.1.35) (this is expected)<br />
<br />
C:\Windows\system32>ping 192.168.1.35<br />
<br />
Pinging 192.168.1.35 with 32 bytes of data:<br />
Reply from 192.168.1.73: Destination host unreachable.<br />
Reply from 192.168.1.68: Destination host unreachable.<br />
Reply from 192.168.1.66: Destination host unreachable.<br />
Reply from 192.168.1.73: Destination host unreachable.<br />
<br />
Ping statistics for 192.168.1.35:<br />
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),<br />
<br />
But when the host is up the ping responds with. In other words the actual host I am pinging is responding that its address is unreachable which doesn't make sense since the clients address is 192.168.1.35.<br />
<br />
C:\Windows\system32>ping 192.168.1.35<br />
<br />
Pinging 192.168.1.35 with 32 bytes of data:<br />
Reply from 192.168.1.35: Destination host unreachable.<br />
Reply from 192.168.1.35: Destination host unreachable.<br />
Reply from 192.168.1.35: Destination host unreachable.<br />
Reply from 192.168.1.35: Destination host unreachable.<br />
<br />
Ping statistics for 192.168.1.35:
↧
0006375: Ping replies with - Destination host unreachable when Pinged from Host when running as VM
↧