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.
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.
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!
Most likely, Windows Firewall is causing the problem:
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.
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
See also
If you get the error “Transmit failed General Error”, see my article Ping: Transmit failed. General failure.
Categories: Cisco, Windows 10, Windows Server
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…
LikeLike
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.
LikeLike
Hi
Thank you for the kind words.
Best,
P
LikeLike