Hi,
I am using NPS on Windows server 2016 as the radius authentication server,
which is a member server to our domain.
Access points throughout our various sites are all in the 10.112.0.0/14 scope.
We have therefore created a single radius client entry in NPS for 10.112.0.0/14.
Our connection request policies and network policies are quite straight forward,
allowing access to users which are members of machine groups or windows groups via PEAP.
Quite frequently users and or computers won't be able to connect to the defined
802.1x SSID being broadcast by our access points. This occurs across multiple operating systems and device types, using either certificate or user credentials for authentication. If the access point is rebooted the problem is gone for a few hours, then it
resurfaces. Other access points work fine, and the issue is not consistently isolated to a single access point.
On the image below, the gray records are unsuccessful attempts to connect
to the ssid, blue are successful. The side by side image below shows the detailed information of a blue record left, compared to a gray record right.Notice the connection result unknown
![]()
![]()
The image below shows the event viewer record for a failed attempt, to which
you can see the user is granted.
![]()
After mirroring the access points NIC on the switch we can see the radius
exchange.
![]()
Whilst also capturing raw 802.11 frames we can see the authentication, association,
eap, and death stages take place. Im not sure as to why the eap failure is being sent as NPS granted access.
![]()
I do notice that in the raw 802.11 capture, the BSSID has changed completely,
yet the wap hostname still reports correctly. This can be seen in the access point controller logs. This may be nothing however as the the library access point which we successfully connected to is the same.
![]()
![]()
Does anyone have any thoughts or suggestions on what could be going wrong?
Thanks in advance