Cisco

Ping: Request timed out vs. Destination Host unreachable

Often executed – often not well interpreted. What is Ping? Ping is the network troubleshooting tool No. 1. Ping sends ICMP packets to an IP device. In the expection, that the remote device will respond with an ICMP Echo Reply. But what does the error request timed out mean? And what means destination host unreachable?

In the following screenshot, ping was successful.

Unbenannt.JPG

192.168.0.2 responds to the 32-bytes packet in 1 ms and the TTL value is 128 (number of maximum hops). Everything ok so far, the device is up and responding with an ICMP Echo Reply.

Request timed out

So, now it becomes more interesting: A computer with the IP-Address 192.168.0.2/24 is not responding. My IP-Address is 192.168.0.1/24. Therefore both devices are on the same subnet and in the same broadcast domain.

Unbenannt

What can we learn from it?

Request timed out (local subnet) means, that the device does not send ICMP packets in a certain amount of time. Nothing else. The “Request timed out” error cannot be used to indicate anything other than the fact that the device is not responding to ICMP packets. In most cases, unlike ping, the ARP Request was successful. Host 192.168.0.2 is up!

Unbenannt.JPG

Most likely, Windows Firewall is causing the problem:

Unbenannt.JPG

After activating “Echo Request – ICMPv4-In”, the device starts sending ICMP Echo Replys.

Destination host unreachable

This brings me to the next error message. While trying to do a ping to a host in my subnet, I get Destination host unreachble.

Unbenannt.JPG

What can we infer from this? This situation is more complex and there may be several reasons. The computer could be switched off. For checking, run arp -a to find out whether the computer responds to arp requests. In most cases the ARP request has failed as well.

arp -a

Unbenannt.JPG

See also

If you get the error “Transmit failed General Error”, see my article Ping: Transmit failed. General failure.

5 replies »

  1. while I am connecting through ping , a VRF controller device , i am getting destination host unreachable from few computers, where as in some computers it is working… all are in network and subnet mask.. ( the device has also in same network and subnet ). pls.clarify and give me a solution…

    Like

  2. I am now not certain the place you are getting your info, however great topic.
    I needs to spend a while learning more or understanding
    more. Thanks for wonderful information I used to be on the lookout for this information for my
    mission.

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.