A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation
It sounds like you're experiencing issues with your NPS policy not being applied correctly when you copy it for a different NAS IP address. Here are a few troubleshooting steps you can consider:
- Check RADIUS Client Configuration: Ensure that the new NAS IP address is correctly added to the RADIUS Clients list in NPS. If the IP address is not recognized, the policy will not apply.
- Policy Conditions: Review the conditions set in the NPS policy. Make sure that the conditions are not too restrictive and that they match the incoming requests from the new NAS. Sometimes, policies may have specific conditions that need to be met based on the NAS's attributes.
- Event Viewer Logs: Since you mentioned seeing messages in the Event Viewer, pay close attention to the Event IDs related to NPS. For instance, Event ID 6273 indicates that access was denied, and the reason code can provide insight into why the policy didn't apply. Look for common reasons such as invalid credentials or mismatched shared secrets.
- Shared Secret: Verify that the shared secret between the NPS and the new NAS matches. If they do not match, authentication will fail.
- Testing with Different Policies: If possible, create a simple policy that only checks for the NAS IP and grants access without additional conditions. This can help you determine if the issue lies within the complexity of the original policy.
- NPS Auditing: Ensure that NPS auditing is enabled to capture detailed logs of the authentication process. This can help identify where the failure occurs.
If these steps do not resolve the issue, you may want to consult the NPS troubleshooting documentation for further guidance.
References: