What does HRESULT 0x80090335 (SEC_E_NO_IP_ADDRESSES) mean?

 
Previous Next
SEC_E_NO_TGT_REPLY SEC_E_WRONG_CREDENTIAL_HANDLE

SEC_E_NO_IP_ADDRESSES

SEC_E_NO_IP_ADDRESSES signals this condition: The local computer had no IP address available for the requested authentication operation. The failure is local network configuration or adapter state. Kerberos and other integrated-authentication flows rely on usable networking and DNS to reach domain infrastructure and service targets.

What to check

  • Verify that the active adapter has an address, gateway, DNS servers, and a connection-specific DNS suffix where applicable.
  • Check whether the problem occurs during startup, VPN transitions, sleep/resume, or a network-profile change.
  • After the network is healthy, retry the authentication instead of treating this as a credential failure.
ipconfig /all

Microsoft: SSPI status codes

Microsoft: Kerberos authentication troubleshooting


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