Connecting to the office network remotely from your home via VPN (L2TP over IPsec)

From Teltonika Networks Wiki
Revision as of 15:51, 5 August 2024 by Dziugas.Syminas (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Main Page > General Information > Configuration Examples > Use cases > Connecting to the office network remotely from your home via VPN (L2TP over IPsec)
Networking RUTX VPN between HQ topology v4.png

Configuration overview and prerequisites

Prerequisites:

  • One Teltonika Networks router (In this article RUTX11 will be used)
  • A Public Static or Public Dynamic IP addresses
  • At least one end device with Windows 10


The topology above depicts the L2TP/IPsec scheme. - The router with the Public IP address (RUTX11) acts as the L2TP/IPsec server and the Windows 10 device acts as client. L2TP connects the networks of RUTX11 and Windows 10 client, IPsec provides the encryption for the L2TP tunnel. Only LAN traffic is going to go through that tunnel, any other WAN traffic won't go through it. This way the VPN tunnel will not be under a huge load and will provide greater speeds.

When the scheme is realized, home workers will be able to reach corporation’s internal network with all internal systems, allowing working from home to be possible.

Configuring HQ corporation router

L2TP

RutOS L2TP IPsec VPN 7,8 add L2TP Server.png

Login to the router's WebUI and navigate to the Services → VPN → L2TP page and do the following:

  1. Select Role: Server.
  2. Enter a custom configuration name.
  3. Click the Add button. You will be prompted to the configuration window

RutOS L2TP IPsec VPN 7,8 add L2TP Server config.png
  1. Enable the L2TP instance.
  2. Click on the Add button to add a new user
  3. Enter a User name and Password for authentication for the client.
  4. Optionally, set a fixed IP for this client (if left empty, the client will receive the first free IP from the IP range).
  5. Don't forget to Save the changes.

IPsec


RutOS L2TP IPsec VPN 7,8 add Ipsec Server.png

Go to the Services → VPN → IPsec page and do the following:

  1. Enter a custom name for the IPsec instance.
  2. Click the Add button. You will be prompted to the configuration window

RutOS L2TP IPsec VPN 7,8 add Ipsec Server config instnace222.png

In the IPsec Configuration page, do the following (and leave the rest as defaults, unless your specific configuration requires otherwise):

  1. Enable the instance.
  2. Enter your Pre-shared key.
RutOS L2TP IPsec VPN 7,8 add Ipsec Server config instance connection.png
    3. Select Type: Transport.
    Do not forget to Save changes.


Home worker’s computer

Networking rutxxx configuration examples l2tp over ipsec windows 10 6 v2.png

Type VPN settings in the Windows search bar:


Networking rutxxx configuration examples l2tp over ipsec windows 10 7 v2.png

Click the Add a VPN connection button:


Networking rutxxx configuration examples l2tp over ipsec windows 10 8 v2.png

Configure the following parameters:

  1. Select VPN provider: Windows (built-in).
  2. Enter a custom Connection name.
  3. Enter the router's WAN IP address into the Server name or address field.
  4. Select VPN type: L2TP/IPsec with pre-shared key.
  5. Enter the Pre-shared key exactly as it was specified on the router.
  6. Select Type of sign-in info: User name and password.
  7. Enter the User name and Password exactly as they were specified on the router.
  8. Click Save

Networking rutxxx configuration examples l2tp over ipsec windows 10 11 v2.png

Type Network Connections in the Windows search bar:


Networking rutxxx configuration examples l2tp over ipsec windows 10 12 v2.png

Press right mouse click on your newly created VPN instance and select Properties:


Networking rutxxx configuration examples l2tp over ipsec windows 10 13 v2.png

Navigate to Networking section and double click Internet Protocol Version 4 (TCP/IPv4):


Networking rutxxx configuration examples l2tp over ipsec windows 10 14 v2.png

Go to Advanced settings:


Networking rutxxx configuration examples l2tp over ipsec windows 10 15 v2.png

Now disable Use default gateway on remote network and save settings:


Networking rutxxx configuration examples l2tp over ipsec windows 10 9 v2.png

Go back to the VPN settings page, locate your new connection and click the Connect button. If the connection was successful, you should see the word "Connected" appear under the connection name:

Results

Networking rutxxx configuration examples l2tp over ipsec windows 10 10 v2.png

Home worker should now be able to access HQ network resources. To verify the connection you can ping some internal HQ server and if you get a reply, you have successfully connected to HQ‘s internal network.