VPN Internet Routing ER605v2

VPN Internet Routing ER605v2

VPN Internet Routing ER605v2
VPN Internet Routing ER605v2
2024-05-21 14:12:37 - last edited 2024-05-22 01:14:41
Tags: #VPN
Model: ER605 (TL-R605)  
Hardware Version: V2
Firmware Version:

Hello! I've set up a VPN server for my business network with TP-Link ER605. I want to configure it so that connected users have access to the local network, but when they decide to surf the internet, they do so using their own IP addresses, not the one from the router. Please advise. Thank you."

  0      
  0      
#1
Options
4 Reply
Re:VPN Internet Routing ER605v2
2024-05-21 15:45:26

  @Bionoob what type of VPN server have you configured?

 

  0  
  0  
#2
Options
Re:VPN Internet Routing ER605v2
2024-05-21 16:18:32

  @MR.S  
L2TP

  0  
  0  
#3
Options
Re:VPN Internet Routing ER605v2
2024-05-21 16:32:50 - last edited 2024-05-21 16:38:35

  @Bionoob 

 

l2tp is not so easy to split, but if you have a windows client, I have a powershell script that works well.
you can modify the script to your l2tp server.
there is no way to split l2tp on the router.

 

 

powershell script is like this.

 

Add-VpnConnection -Name "L2TP VPN" -ServerAddress  "myl2tp_server_com" -TunnelType L2tp -L2tpPsk "pskpassword"  -AllUserConnection -RememberCredential -AuthenticationMethod MSChapv2  -IdleDisconnectSeconds 3600 -SplitTunneling -Force
Add-VpnConnectionRoute -ConnectionName "L2TP VPN" -DestinationPrefix 192.168.1.0/24

 

modify what is marked in red

 

past the command in powershell.

 

 

OpenVPN or Wireguard are easier to split if you have something other than windows computers.

 

  1  
  1  
#4
Options
Re:VPN Internet Routing ER605v2
2024-05-22 01:14:28

Hi @Bionoob 

Thanks for posting in our business forum.

The Wireguard would be easier for you to split the traffic as you can script the subnet in the configuration phase.
You may try that out: How to Configure WireGuard VPN on Omada Controller

Best Regards! On Holiday If you are new to the forum, please read: Howto - A Guide to Use Forum Effectively. Read Before You Post. Look for a model? Search your model NOW Official and Beta firmware. NEW features! Subscribe for the latest update!Download Beta Here☚ ☛ ★ Configuration Guide ★ ☚ ☛ ★ Knowledge Base ★ ☚ ☛ ★ Troubleshooting ★ ☚ ● Be kind and nice. ● Stay on the topic. ● Post details. ● Search first. ● Please don't take it for granted. ● No email confidentiality should be violated. ● S/N, MAC, and your true public IP should be mosaiced.
  1  
  1  
#5
Options

Information

Helpful: 0

Views: 290

Replies: 4

Tags

Related Articles