Site icon EfmSoft

What does errno 65 (EHOSTUNREACH) mean?

 
Could be also:
ConstantTypeOS
ERROR_NETWORK_ACCESS_DENIEDWin32 errorWindows
ENOPKGerrnoLinux
ENOPKGerrnoSolaris
MUST_SUCCEED_POOL_EMPTYBugCheck CodeWindows
Previous Next
ENOPKG ENOPKG

EHOSTUNREACH

The network may exist, but this host cannot be reached

EHOSTUNREACH means the stack cannot reach the specific destination host. It is more specific than ENETUNREACH, where the destination network has no usable route, and it should not be mistaken for an application-level refusal.

A host-specific result can be influenced by route selection, neighbor resolution, tunnel state, address-family configuration, or filtering. The error alone does not identify which layer made the host unreachable, so the route and resolved address are more valuable than a generic retry count.

Collect the route decision

Different from endpoint refusal

ECONNREFUSED indicates an active negative response during connection establishment. EHOSTUNREACH means that connection establishment could not reach the host to obtain such a response.

References


Looking for a different code? Search another status or error code.

Exit mobile version