Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, December 18, 2018 2:03 PM
windows 10 pro
I setup the VPN connection, using L2TP/IPsec with pre-shared key and setup the user name and password. I go into the adapter settings, security and select Require encryption and PAP.
once I save and go back to the VPN connection, it is changed to general authentication and all user information is gone. This is on a computer where the VPN connection used work. after windows updates last week the vpn no longer works.
All replies (5)
Wednesday, December 19, 2018 3:19 AM
Hi,
I have also tried this with your steps and the settings are saved.
- Have you tried creating a new VPN connection?
- you also could try to change your setting via the Set-VpnConnection PowerShell command to see if it could be remained:
/en-us/powershell/module/vpnclient/set-vpnconnection?view=win10-ps
Best regards,
Travis
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected]
Monday, December 24, 2018 9:23 AM
Hi,
Just checking in to see if the information provided was helpful.
Please let us know if you would like further assistance.
Best Regards,
Travis
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected]
Tuesday, January 1, 2019 9:01 AM
Hi,
Was your issue resolved?
If you resolved it using our solution, please "mark it as answer" to help other community members find the helpful reply quickly.
If you resolve it using your own solution, please share your experience and solution here. It will be very beneficial for other community members who have similar questions.
If no, please reply and tell us the current situation in order to provide further help.
Best Regards,
Travis
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected]
Friday, March 1, 2019 3:03 AM
Hi, if I may add a "me too" to this question?
Running Microsoft Windows [Version 10.0.17134.590] with all current updates.
The key "AssumeUDPEncapsulationContextOnSendRule" DWORD and Value(2) is in HKLM\sys\CCSet\Services\PolicyAgent.
I have created a VPN connection - L2TP and no matter what I do I cannot get the PreSharedKey password to save. Everytime I set it and attempt to connect I get an error.
"The L2TP connection attempt failed because the security layer encountered a processing error during the initial negotiations with the remote computer"
I have tried using PS command:(e.g. only)
Add-VpnConnection -Name "VPN" -ServerAddress 192.168.1.225 -TunnelType L2tp -EncryptionLevel Optional -AuthenticationMethod MSCHAPv2 -SplitTunneling -L2tpPsk "C0mpl#x1#" -Force -RememberCredential -PassThru
But the PSK password is still not saved.
I suspect a driver or something is messing up the Networking but I am getting to the end of my knowledge on this ... searching for help ends up in many forums like this all with no answers at this time ...
Can someone point me at ways to troubleshoot / resolve - the answer above does not work,
Tuesday, April 14, 2020 1:27 AM
Hi,
I am experiencing the same issue, were you able to find a solution?