¿Qué significa el código NTSTATUS 0xC000023F (STATUS_PORT_UNREACHABLE)?

 
Anterior Siguiente
STATUS_PROTOCOL_UNREACHABLE STATUS_REQUEST_ABORTED

STATUS_PORT_UNREACHABLE

Qué significa STATUS_PORT_UNREACHABLE

STATUS_PORT_UNREACHABLE es más estrecho que NETWORK_UNREACHABLE: el problema se localiza en el service endpoint/transport port, no necesariamente en la ruta hacia el host completo.

Capture destination address y port/protocol. Firewall reject, servicio no bound, NAT o un endpoint específico caído pueden producirlo mientras otros servicios del mismo host funcionan.

Qué comprobar

  • Registre host/IP, port y protocolo exactos.
  • Compruebe listener/bind y firewall/NAT para ese endpoint.
  • Pruebe reachability del host por separado del service port.
  • No investigue share permissions antes de restaurar el endpoint de transporte.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.