2

Since updating to Windows 10, we haven't been able to connect using our VPN anymore.

Every time we try to add it using the new interface it stays stuck on save. The old interface just directs us to the new one.

screenshot (removed IP)

As you can see from the screenshot, the save turns gray and just stays that way.

The VPN uses PPTP (MS-CHAPv2) and is working fine on older versions of Windows, Android and Linux.

Any suggestions on how to fix this or an alternative client we could use?

chicks
  • 3,639
  • 10
  • 26
  • 36

2 Answers2

1

I tried adding the VPN using Powershell:

Add-VpnConnection -Name "Work VPN" -ServerAddress "8.8.8.8" -TunnelType Pptp -EncryptionLevel Required -AuthenticationMethod MSChapv2 -SplitTunneling -RememberCredential -PassThru

This returned "The system could not update the phone book file". That's how i stumbled on the solution, a recently updated Mcafee rule "Protect phonebook files from password and email address stealers" was preventing me from adding new VPN connections.

  • Yep, this was my problem too. The McAfee Access Protection log file confirmed the same symptom, and turning off Access Protection allows it to be saved successfully. – Ian Dec 09 '21 at 10:36
0

Try it on a vanilla win 10 instance then add your custom software 1 by 1. I've seen AV, insecure UAC settings, malware etc. cause this behavior.

Jim B
  • 23,938
  • 4
  • 35
  • 58