Meraki Split Tunnel Client VPN

If you need to do split tunnel with a Meraki VPN use the following commands so Windows knows where to send the traffic. I use this often so I can do split tunnel with a client’s Meraki Client VPN.

In the example 192.168.1.0/24 is the remote network.

netsh interface ipv4 add route 192.168.1.0/24 "VPNNAME"

netsh interface ipv4 delete route 192.168.1.0/24 "VPNNAME"

ipconfig all to see interface name

route print to show routes

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *