Koozali.org: home of the SME Server

split tunnelling with sme

kokomi

split tunnelling with sme
« on: June 08, 2005, 12:29:01 AM »
I am using the default vpn server that came with SME 6.01.  Does anyone know of a way to configure the windows VPN client to allow for split tunneling?  Split tunneling is where only packets destined for the networks on the VPN are passed thru the tunnel. All other traffic is routed out the normal interface.
-Ken

mbachmann

route print
« Reply #1 on: June 08, 2005, 12:18:04 PM »
The default behaviour of the Microsoft VPN client is all traffic through the tunnel. Split tunneling is a matter of routing tables and you might get success in altering the routing tables. This is done with route command.

Code: [Select]
route print shows the existing routes,
Code: [Select]
route add adds a route.

Maybe you can achieve this with a router also.

Offline smeghead

  • *
  • 563
  • +0/-0
split tunnelling with sme
« Reply #2 on: June 08, 2005, 05:46:45 PM »
.. easy when you know how :-)

Just configure TCP/IP for the VPN (Networking, TCP/IP Properties, Advanced button) to not use the remote network gateway; done!

HTH
..................