How Can We Help?
Split Tunnel VPN
Part 1
- Right-click the Windows 10 Start button and go to Network Connections.
- Click Change adapter options.
- Right-click your VPN connection and open Properties.
- In the Networking tab, select Internet Protocol Version 4 (TCP/IPv4).
- Click Advanced.
- In the General tab, click Advanced.
- Uncheck Use default gateway on remote network.
- Restart your VPN connection.
Part 2
- Open a command prompt as Administrator
route print
- Locate the Interface List from the above command output
- Find the 2-digit number for the VPN connection in question
- route add destinationnetwork mask subnetmask 0.0.0.0 IF 2-digitnumber -p
- NPS Route Statements
route add 10.130.100.0 mask 255.255.255.0 0.0.0.0 IF ?? -p
route add 208.54.130.0 mask 255.255.255.0 0.0.0.0 IF ?? -p
route add 208.54.114.0 mask 255.255.255.0 0.0.0.0 IF ?? -p
route add 66.170.251.0 mask 255.255.248.0 0.0.0.0 IF ?? -p
route add 10.1.3.0 mask 255.255.255.0 0.0.0.0 IF ?? -p
- CHS Route Statements
route add 192.168.10.0 mask 255.255.254.0 0.0.0.0 IF ?? -p
- Park Place Route Statements
route add 192.168.0.0 mask 255.255.255.0 0.0.0.0 IF ?? -p
route add 172.16.1.0 mask 255.255.255.0 0.0.0.0 IF ?? -p
- FEC Route Statements
route add 172.16.12.0 mask 255.255.252.0 0.0.0.0 IF ?? -p