Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ping response "Request timed out." vs "Destination Host unreachable"

People also ask

What does it mean when you ping and get Destination host unreachable?

Common Ping results If you try to ping your router from a computer on the Local Area Network (LAN) and you get a response – destination host unreachable, this means that your computer is not getting an IP address from the router. You can then investigate the IP address settings on the device and verify the connections.

What does request timed out mean when pinging?

When attempting to ping the printer, a Request Timed Out response indicates the ping command was sent over the network, but no device (such as a computer or printer) on the network received or replied to the command.

When running the ping command you receive a report that says destination unreachable What is the most likely cause of this response?

2.1. Destination Host Unreachable. The “Destination Unreachable” control message, including its subclass “Destination Host Unreachable”, occurs when the user host or its gateways can't find a path to reach the destination.


Destination Host Unreachable

This message indicates one of two problems: either the local system has no route to the desired destination, or a remote router reports that it has no route to the destination.

If the message is simply "Destination Host Unreachable," then there is no route from the local system, and the packets to be sent were never put on the wire.

If the message is "Reply From < IP address >: Destination Host Unreachable," then the routing problem occurred at a remote router, whose address is indicated by the "< IP address >" field.

Request Timed Out

This message indicates that no Echo Reply messages were received within the default time of 1 second. This can be due to many different causes; the most common include network congestion, failure of the ARP request, packet filtering, routing error, or a silent discard.

For more info Refer: http://technet.microsoft.com/en-us/library/cc940095.aspx


Request timed out means that the local host did not receive a response from the destination host, but it was able to reach it. Destination host unreachable means that there was no valid route to the requested host.


As I understand it, "request timeout" means the ICMP packet reached from one host to the other host but the reply could not reach the requesting host. There may be more packet loss or some physical issue. "destination host unreachable" means there is no proper route defined between two hosts.


As khaos said, a destination unreachable could also mean that something is blocking the way from or to your destination. For example an ACL that filters bad IP addresses.


Put very simply, request timeout means there was no response whereas destination unreachable may mean the address specified does not exist i.e. you typed in the wrong IP address.