Share via

Windows 10 built in VPN client multiple connections

Anonymous
2020-06-19T07:14:25+00:00

I have one VPN definition that works fine.

When adding a second definition the settings don't hold and I haven't been able to get multiple definitions to work.

I can edit the first connection and save the changes with no problem and successfully connect to my other servers.

Is this a know problem? Does anyone know a fix for this?

gj.

Windows for home | Windows 10 | Internet and connectivity

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

11 answers

Sort by: Most helpful
  1. Anonymous
    2020-06-19T07:22:21+00:00

    Hi,

    Can you try copying the following file to your desktop.

    %AppData%\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk

    Once on your desktop run the file rasphone.pbk which will launch the VPN connection software.

    Can you see whether this software allows you to create multiple VPN connections and keep the settings.

    If working, check back in Windows 10 and see if you can see both VPN connections.

    Hope this helps!

    I hope this helps. Feel free to ask back any questions and let me know how it goes.

    Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2020-06-21T09:58:07+00:00

    Hello,

    I have found two other options for you to test.

    Again please let me know how you get on.

    1. Move rasphone.pbk to the desktop. (Connections created this way will be visible in rasphone and Windows 10 VPN) Browse in Windows Explorer to the following folder %userprofile%\AppData\Roaming\Microsoft\Network\Connections\Pbk Copy the file rasphone.pbk to your desktop. Run rasphone.pbk from your desktop and try creating the new connections.
    2. Create the saved VPN entry using Powershell. Run this in powershell as administrator and it will add the entry to all users on that device. (This will be visible only within Windows 10 VPN)

    Add-VpnConnection -Name $ConnectionName -ServerAddress $ServerAddress -AllUserConnection -TunnelType L2tp -L2tpPsk $PresharedKey -AuthenticationMethod Pap -EncryptionLevel Optional -Force

    Replace $**** with your require settings

    $ConnectionName - Your Connection Name

    $ServerAddress - IP or URL to connect to

    $Presharedkey - VPN key

    One other Note! #Username and Passwords.

    Tell your users to enter the user name and password each time.

    Do not set it to remember.

    0 comments No comments
  3. Anonymous
    2020-06-21T09:46:07+00:00

    Clearing and setting up 2 new VPN connections with rasphone - looked good, used the builtin VPN dialog to fill in username and password.

    The first connection worked fine.

    The second connection failed, it had reverted to "General authentication method" and lost the username and password details.

    Trying to edit the second connection would not save updated details.

    0 comments No comments
  4. Anonymous
    2020-06-21T07:14:31+00:00

    Hello,

    Can you try the following

    1. Delete any VPN instances you have on your machine. In cmd prompt type 'rasphone' and Enter. Check no VPNs are showing in the dialog box
    2. Reset your Network Settings using the link below and then restart Windows

    https://www.howtogeek.com/265870/how-to-reset-y...

    1. Setup your 2 new VPNs using rasphone tool In cmd prompt type 'rasphone' and Enter. Choose New > Workplace Network Enter your VPN details.

    Hope this helps!

    Feel free to ask back any questions and let me know how it goes.

    If you don't have any more questions, feel free to choose a rating and let us know whether this information was helpful to you!"

    Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.

    0 comments No comments
  5. Anonymous
    2020-06-19T08:07:02+00:00

    Thanks for your response Nigel.

    First time I tried this I lost my original working definition.

    Running rasphone from the desktop isn't showing all the options I'd like to see and adding a new connection isn't visible via the normal VPN Client view. It is visible rasphone.

    The connections I'm wanting to use are IKEV2 with username/password.

    Using rasphone I can connect to my original connection, but it isn't showing as connected in the normal network connections view.

    Direct rasphone use doesn't seem to solve my problem

    0 comments No comments