Site icon EfmSoft

What does NTSTATUS 0xC0000350 (STATUS_HOST_DOWN) mean?

 
Previous Next
STATUS_NO_KERB_KEY STATUS_UNSUPPORTED_PREAUTH

STATUS_HOST_DOWN

Separate a transport host-down classification from timeout and path-unreachable conditions

STATUS_HOST_DOWN is a transport result about a remote system. Windows Sockets documents the analogous WSAEHOSTDOWN condition as a socket operation encountering a dead destination host, while also noting that such conditions are more commonly reported as a timeout. That makes the exact transport and preceding network evidence important.

Do not equate the status with “remote computer is turned off.” ICMP Destination Unreachable messages can report host or network reachability problems, and RFC 1122 treats some ICMP errors as soft errors for TCP rather than immediate proof that the peer is permanently gone. Routing changes, failed gateways, filtering, and stale neighbor state can produce a host-down classification in a transport path.

Correlate the NTSTATUS with connection attempts, route selection, ICMP, ARP or Neighbor Discovery, and behavior from another source on the same network. If a later retry succeeds without a remote reboot, preserve the timing because it points toward transient path or neighbor-state failure rather than a durable peer outage.

What to inspect

References


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

Exit mobile version