Site icon EfmSoft

What does NTSTATUS 0xC000023C (STATUS_NETWORK_UNREACHABLE) mean?

 
Previous Next
STATUS_CONNECTION_ACTIVE STATUS_HOST_UNREACHABLE

STATUS_NETWORK_UNREACHABLE

STATUS_NETWORK_UNREACHABLE is a transport-routing result. It means the remote network cannot be reached by the transport chosen for the operation. The client has not reached a share-level decision, so share names and permissions are not the first place to investigate.

How to narrow it down

Capture the resolved destination address, the active interface, route selection, VPN or proxy state and firewall/NAT behavior. A server can be healthy while a particular client network has no route to the server subnet. Likewise, a route can exist but select an interface that cannot carry the required SMB traffic.

Keep this distinct from STATUS_BAD_NETWORK_PATH. The latter is about locating the named network path; this status is about the transport's ability to reach the remote network.

Evidence that matters

References


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

Exit mobile version