Split Tunneling - L2TP & IPSec SecuExtender

When connecting an L2TP tunnel with a Windows client, by default, all internet traffic will go through this tunnel. To spare bandwidth and therefore keep the internet traffic out of the L2TP tunnel follow the guide below. 

On Windows PCs, we need to uncheck "Use default gateway on remote network" and add routing on CMD. Please follow the steps below.

You can implement the split tunnel configuration by following the steps below. 

 

Table of Content

1a) L2TP - For Windows

1b) L2TP - For MacOS

2) SecuExtender

 

1a) L2TP - For Windows

  1. Right Click on your network connection icon in your taskbar and click on "Open Network & Internet settings":
    mceclip1.png

  2. In the next window, click on "Change adapter options":
    mceclip2.png

  3. Right-click the VPN connection adapter and click "Properties"
    mceclip3.png
  4. Switch to Networking-Tab, select "Internet Protocol Version 4 (TCP/IPv4)" and click "Properties"
    mceclip4.png
  5. In "Internet Protocol Version 4 (TCP/IPv4) Properties", click "Advanced"
    mceclip6.png
  6. In "Advanced TCP/IP Settings" "IP Settings"-tab, uncheck "Use default gateway on remote network".
    mceclip7.png
  7. Create route(s) based on your needs for your VPN connection in PowerShell.

    Example with 192.168.1.0/24 as remote subnet and "Zyxel VPN" as VPN connection name:
    Add-VpnConnectionRoute -ConnectionName "Zyxel VPN" -DestinationPrefix "192.168.1.0/24" -PassThru
    mceclip0.png

You have now successfully activated split tunnelling on the VPN connection and also add an additional route through the VPN. 

 

1b) L2TP - For MacOS

Create a L2TP tunnel using this article. Click the Advanced button and be sure to uncheck the box Send all traffic over VPN connection .
By default, this option is disabled.

Then click the OK button and then click the Apply button again.

mceclip0.png

 

2) SecuExtender

First define the remote LAN address which is the LAN subnet of the firewall you want your client to reach

mceclip0.png

For IKEv2 you can also make sure that you untick the "Disable Split Tunneling" box:

mceclip1.png

 

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share