MSR5660 l2tp vpn problem with windows 11 negotiaton issue

2023-09-19 03:15:28 Published
  • 0 Followed
  • 0Collected ,294Browsed

Network Topology

irrelevant

Problem Description

 The L2TP connection attempt failed because the security layer could not negotiate compatible parameters with the remote computer.

Process Analysis

1. check the configuration of router is correct

 #

 ip pool pool 10.1.1.2 10.1.1.10

 ip pool pool gateway 10.1.1.1

#

#

interface Virtual-Template1

 ppp authentication-mode ms-chap-v2 domain l2tp

 remote address pool pool

#

#

domain l2tp

 authentication ppp local

#

#

local-user l2tpuser class network

 password cipher $c$3$HriZ/2PX1Are3l6Vu/nnqOErD02wFUPnQrTLu7A94O/2

 service-type ppp

 authorization-attribute user-role network-operator

#

2.according to the error from Win 11, shows the negotiate issue...

#

Solution

Modify the regedit of Win11 as follows:

1Win+R and type regedit.exe

 

2Find this path

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent

 

Edit-->New-->dword


Set  value of  AssumeUDPEncapsulationContextOnSendRule  2

 

 

 3Find this path

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\Parameters

 

Edit-->New-->dword

 

Set  value of  ProhibitIPSec  1

 

Set  value of  AllowL2TPWeakCrypto  1

 

 

Start the relevant services:

 

1This PC-->manage-->service

 IPsec Policy AgentRouting and Remote Access 都改为自动,并且启动

 

 

 

Modify the vpn parameter,

 

 

 

Restart your PC to take effetc


Then succees to connect to L2VPN

Please rate this case:   
0 Comments

No Comments

Add Comments: