Hello,
From the logs provided, it appears that your Radius server is rejecting the access requests from the wireless client (with MAC address 2c:33:58:0a:f7:d5
). The Radius server responds with an Access-Reject
message (code 3) to the Access-Request
message (code 1) sent by the client. The reason for rejection can be found in the EAP-Message attribute within the Radius response.
The EAP message shows Code: Failure (4)
which indicates that the EAP authentication has failed at the Radius level.
To further troubleshoot this issue:
1.Review the Radius server logs to see if it provides more detailed information about why the Access Request was rejected.
2.Verify that the wireless network is configured to use the correct EAP method that is supported by both the Radius server and the client devices.
3.Check for any recent changes to the Radius server or network infrastructure that could have affected the authentication process.
4.Test with another user account or device to rule out a client-side issue.
Extensible Authentication Protocol (EAP) for network access in Windows | Microsoft Learn
Best regards
Zunhui