PING: timed out, host unreachable and succes all at once

11,703

Ping works by sending a series of packets. In this case ping have sent three packets. For the first one it had a reply from the target host. For the second one, no reply at all. For the third one, no reply from the host, but a notification packet arrived from a different host saying "I can't route your packet, the destination address looks like it is on my subnet, but I can't ARP it". The host notyfying could be your own host.

So you have an unstable connection to the host. Not all packets arrive there or not all packets return, but some make it. If this host is on your LAN, this may be a switch failure, cable failure, or NIC failure.

Share:
11,703

Related videos on Youtube

mgr326639
Author by

mgr326639

Updated on September 18, 2022

Comments

  • mgr326639
    mgr326639 over 1 year

    Is there any logical explanation for this output? I can understand all of the three different results, but all three in one single run of PING? Could my router be defective? I have no internet connection problems, just connection to other machine on my network.

    C:\PING 192.168.1.37
    Pinging 192.168.1.37 with 32 bytes of data:

    Reply from 192.168.1.37: bytes=32 time<1ms TTL=128
    Request timed out.
    Request timed out.
    Reply from 192.168.1.35: Destination host unreachable.

    The next run might show any other combination. Including all 4 success, all 4 host unreachable or all 4 timed out. Seems like random behavior.