Event ID 36 — Remote RADIUS Server Availability

Applies To: Windows Server 2008

When Network Policy Server (NPS) is configured as a RADIUS proxy, it must be able to contact remote RADIUS servers. Remote RADIUS servers must be available to the NPS proxy so that the proxy can forward connection requests to the RADIUS servers for processing.

Event Details

Product: Windows Operating System
ID: 36
Source: NPS
Version: 6.0
Symbolic Name: PROXY_E_SERVER_UNAVAILABLE
Message: The remote RADIUS server %1 has not responded to %2 consecutive requests. The server has been marked as unavailable.

Resolve

Fix network connectivity issues

To perform these procedures, you must be a member of Domain Admins.

To fix network connectivity issues:

  1. Confirm that all routers between the NPS proxy and the RADIUS server are working.
  2. Make sure that the firewall on the remote RADIUS server allows RADIUS traffic, and that the RADIUS proxy and RADIUS server send RADIUS traffic over the same UDP ports. To configure NPS UDP port information:
    1. Click Start, Administrative Tools, Network Policy Server. The Network Policy Server Microsoft Management Console (MMC) opens.
    2. Right-click Network Policy Server, and then click Properties.
    3. Click the Ports tab, and then examine the settings for ports. If your RADIUS authentication and RADIUS accounting UDP ports vary from the default values provided (1812 and 1645 for authentication and 1813 and 1646 for accounting), type your port settings in Authentication and Accounting.
  3. Make sure that Internet Protocol security (IPsec) policies are configured to allow traffic between the two servers.
  4. Make sure that the RADIUS server has an IP address and is physically connected to the network, and that the core components of the network are working. To check the IP address or the configuration of the server running NPS or to perform basic network troubleshooting:
    1. Click Start, click All Programs, click Accessories, and then click Command Prompt
    2. Type ipconfig /all. Make sure that the server running NPS has an IP address in the correct IP address range, and does not have an Automatic Private IP Addressing (APIPA) address (an IP address in the 169.254.x.x range). If the server has an APIPA address, it is configured as a DHCP client and cannot contact a DHCP server. Confirm that the DHCP server is online, that links between NPS and the DHCP server are working, and that all routers between NPS and the DHCP server are configured to forward DHCP messages.
    3. Type ping localhost to check that TCP/IP is installed and correctly configured on the local computer. If the ping is unsuccessful, this might indicate a corrupt TCP/IP stack or a problem with the network adapter.
    4. Type ping ip_address, where ip_address is the IP address assigned to the local computer. If you can ping the localhost address but not the local IP address, there might be an issue with the routing table or network adapter driver.
    5. Type ping dns_server, where dns_server is the IP address for the DNS server. If there is more than one DNS server on your network, ping each one. If you cannot ping the DNS servers, this indicates a problem with the DNS servers or with the network between the server running NPS and the DNS servers.

Verify

To verify connectivity between the RADIUS proxy and RADIUS server:

  1. On the RADIUS proxy, start an application that is used to capture network traffic and begin a capture.
  2. On a computer that is configured according to network access policy, log on to the network with a valid user account and valid credentials through a RADIUS client whose connection requests are normally forwarded by the RADIUS proxy to the remote RADIUS server.
  3. On the RADIUS proxy, stop the network traffic capture, and then review UDP RADIUS traffic to confirm that the RADIUS proxy and the RADIUS server are able to connect.

Remote RADIUS Server Availability

Network Policy Server Infrastructure