JeffreyMik
New Member
- Joined
- Jul 24, 2024
- Messages
- 1
- Thread Author
- #1
Hello,
I currently have a Windows Server 2022 with NPS and AD running on it. I have a few network policies that work fine. Now I want to add a policy that checks if a client doesn't belong to anything. The policy just checks if the incoming connection is using 'Ethernet'. If so, it must return a VLAN-ID.
When I connect a Windows 11 client to the switch that is configured as Radius client at the NPS server (This works fine), the request is forwarded to the NPS-server. At the server I see the following:
"
Authentication Details:
Connection Request Policy Name: Secure Wired Connections (SNN)
Network Policy Name: -
Authentication Provider: Windows
Authentication Server: SNN-AD-01.snn.local
Authentication Type: MD5-CHAP
EAP Type: -
Account Session Identifier: -
Logging Results: Accounting information was written to the local log file.
Reason Code: 16
Reason: Authentication failed due to a user credentials mismatch. Either the user name provided does not map to an existing user account or the password was incorrect.
"
The client authenticates using (CHAP-MD5) which is not supported by NPS. No EAP-type is used and so the policy that I created doesn't get hit. How can I fix this problem?
I currently have a Windows Server 2022 with NPS and AD running on it. I have a few network policies that work fine. Now I want to add a policy that checks if a client doesn't belong to anything. The policy just checks if the incoming connection is using 'Ethernet'. If so, it must return a VLAN-ID.
When I connect a Windows 11 client to the switch that is configured as Radius client at the NPS server (This works fine), the request is forwarded to the NPS-server. At the server I see the following:
"
Authentication Details:
Connection Request Policy Name: Secure Wired Connections (SNN)
Network Policy Name: -
Authentication Provider: Windows
Authentication Server: SNN-AD-01.snn.local
Authentication Type: MD5-CHAP
EAP Type: -
Account Session Identifier: -
Logging Results: Accounting information was written to the local log file.
Reason Code: 16
Reason: Authentication failed due to a user credentials mismatch. Either the user name provided does not map to an existing user account or the password was incorrect.
"
The client authenticates using (CHAP-MD5) which is not supported by NPS. No EAP-type is used and so the policy that I created doesn't get hit. How can I fix this problem?