How to fix my VPN connection using a Windows 11 laptop

Rafael Tangari 5 Reputation points
2023-12-30T22:46:44.4733333+00:00

Hey,

I'm using a new Dell laptop with Windows 11 Enterprise. I'm trying to connect to my VPN, which is configured on an old windows server 2003 R2. The VPN connection works fine with windows 7 clients. But, with the Windows 11 laptop, I'm receiving the following message: "The connection could not be established because the authentication method used by your connection profile is not allowed to be used by an access policy configured on the RAS/VPN server". Is there any way to solve this issue?

Thanks!

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. S.Sengupta 24,476 Reputation points MVP
    2023-12-31T01:45:50.5333333+00:00

    Temporarily disable the firewall and try connecting again to see if it resolves the issue. You may need to configure firewall rules to allow VPN traffic if it does. If the issue persists, try uninstalling and reinstalling the VPN client software.

    Open Device Manager:

    • Look for WAN Miniport Network Adapters in the Device Manager.
    • Right-click on them and select Uninstall device option to remove them.
    • Since the WAN adapter is internal hardware, the scan will automatically reinstall the missing driver you just removed. 
    • Reboot.

    Open Command Prompt as Admin and type the following commands one after the other:
    ipconfig /release
    ipconfig /flushdns
    ipconfig /renew
    netsh int ip reset
    netsh winsock reset
       

    0 comments No comments

  2. Anonymous
    2024-01-04T02:38:02.2266667+00:00

    Hello,

    Configure the VPN client and the VPN server in conjunction with a remote access policy to use at least one common encryption method.

    Verify that the settings of the remote access policy profile aren't in conflict with properties of the VPN server. For example, if the matching remote access policy profile specifies that the Extensible Authentication Protocol - Transport Level Security (EAP-TLS) authentication protocol must be used and EAP isn't enabled on the VPN server, the connection attempt is rejected.

    Best Regards,
    Karlie Weng


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.