Todo #15736
openFeedback on pfSense® software Configuration Recipes — IPsec Remote Access VPN Example Using IKEv2 with EAP-RADIUS
0%
Description
Authenticating against Microsoft NPS server may fail if NTLMv1 has been disabled, which is a common security best practice.
The solution is to add a registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\LmCompatibilityLevel
and add a DWORD Enable NTLMv2 Compatibility
with value 1
.
I think that adding this instruction and a link to the Microsoft KB to these pages would be very helpful:
https://docs.netgate.com/pfsense/en/latest/recipes/ipsec-mobile-ikev2-eap-radius.html
https://docs.netgate.com/pfsense/en/latest/recipes/external-authentication.html
I struggled with this issue for a long time until finding the solution - it's not obvious because the logins will fail on NPS even when everything is configured correctly.
No data to display