Back to top
 
 
 

Remote Access VPN - Windows Client - ikev1

Problem

Setup Remote Access VPN Connection on Windows 2019 Client

  Picture_1.png

Prerequisites:

- VPC is already configured and Source NAT is present

Steps:

  1. Enable Remote Access VPN 

Picture_2.png

 

  1. Wait for IPSec pre-shared Key and Save it.

Picture_3.png  

 

  1. Login to Windows Box and Navigate to VPN Connection.

  Picture_4.png

 

  1. Setup with require details

Picture_5.png

 

  1. Verify created VPN Connection

   Picture_6.png

 

  1. Once the above Connection is visible then click on Properties and Configure as below,

  Picture_7.png

  1. Click on Advanced settings as shown above image (green box) and Fill it with the pre-shared key which was obtained in Step 2.

Picture_8.png  

 

  1. Now Connection is created

   Picture_9.png

 

  1. Enable / Connect the newly created VPN connection

Picture_10.png

 

  1. Check VMs which are available in this VPC

  Picture_11.png

 

  1. Let's ping and verify the connection

Picture_12.png

 

  1. In case you wish to disable “Use default gateway on remote network” for preventing the Windows remote desktop from getting disconnected please follow the below steps.

 

Choose the VPC network adapter, right-click, and goto properties.

 

Select the ‘Networking’ tab and perform the below steps on both IPV4 and IPV6.

 

IPV4 > Properties

Picture_13.png

 

 

Then goto the “Advanced” tab

Picture_14.png

 

 

Uncheck “Use default gateway on remote network”.

Picture_15.png

 

 

  1. If you disable “Use default gateway on remote network” then you may need to add a static route to the VPN network.

 

Find the IP address of the VPN tunnel interface.

Picture_16.png

Find the interface number of the VPN by running “route print” from the command prompt and use this for the IF argument in the “route” command below.

Picture_17.png

 

Add a static route for the IP range concerned using “route add” (with -p to make it permanent):

 

Eg: route add 10.1.0.0 mask 255.255.255.0 10.1.2.2 IF 25 -p

 

Where “10.1.0.0” is the IP range which you need to route through the interface and “mask 255.255.255.0” is the subnet mask of that IP range.

“10.1.2.2” is the VPN network tunnel adapter IP and “IF 25” is its interface number in the routing table.

 

 

Document ID:
360039318871

Product:
RoviusCP

Version:
4.11.0

Operating System:
Windows

Zendesk Ticket ID:
71145

 

Comments