I'm using ShrewSoft VPN client to access work VPN and I wanted to make sure that only work related traffic goes through the tunnel.

I know in Windows 7 there's an option «Use Default Gateway» or something like that but I can't find anything similar in Shrew's options.

link|improve this question
feedback

migrated from serverfault.com Dec 2 '11 at 12:51

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 2 down vote accepted

You can use the "route" command in your OS to force it to route the traffic for your office over the VPN tunnel, but everything else continues going through your standard internet connection.

 route add 10.0.0.0 255.255.0.0 "Shrew VPN Interface"

For more information, reference the Microsoft page on it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.