| Anterior | Siguiente |
| ERROR_PROTOCOL_UNREACHABLE | ERROR_REQUEST_ABORTED |
ERROR_PORT_UNREACHABLE
Qué significa ERROR_PORT_UNREACHABLE
ERROR_PORT_UNREACHABLE (1234) — El host remoto es accesible, pero no hay servicio disponible en el puerto indicado.
En UDP puede llegar como ICMP Port Unreachable; en otros transportes representa ausencia de endpoint. Es más específico que host unreachable.
Qué comprobar
- Registre host, port y protocolo.
- Comprueba listener y binding del servicio remoto.
- Valida NAT/firewall port mapping.
Tratamiento recomendado
Corrige el puerto o inicia el servicio correspondiente. No escales a diagnóstico de red general cuando el host sí responde y solo falta el endpoint.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.