loading EAP_RADIUS method failed
Add-VpnConnection -Name "vpn" -ServerAddress vpn.example.com -TunnelType "Ikev2"Set-VpnConnectionIPsecConfiguration -ConnectionName "vpn" -AuthenticationTransformConstants SHA256 -CipherTransformConstants AES256 -EncryptionMethod AES256 -IntegrityCheckMethod SHA256 -PfsGroup PFS2048 -DHGroup Group14 -PassThru -Force
Thanks heaveaxy for sharing your config. I'm using RADIUS on the client side and cannot get it to work.Here's my config:- FreeRADIUS server on the "Mobile Clients" menu, as even if it's in the changelog, I cannot see any way to select a RADIUS server on the new "Connections" menu.- Local Authorization to Public Key, with the public certificate of my server- Remote Authorization to EAP-RADIUS, with no certificate selected.When connecting, I get the following on the log:Code: [Select]loading EAP_RADIUS method failedAnd I don't even see the auth request on the FreeRADIUS logs. I think the issue is that the RADIUS server is not correctly set up, as I cannot see the menu to select it.With the legacy "Tunnel Settings" config everything works perfectly, with EAP-RADIUS on Phase1.