VPN Split Tunnel Setup

Posted: 08-09-2007, 02:44 AM
Dear all,
I am trying setup a split tunnel for our VPN - accessing the Internet
via my 8Mbps Comcast cable, while accessing the Intranet via the VPN
connection. Under Windows XP everything was working fine, one Windows
Vista the split tunnel script I had is not working anymore.

The old script looked in 'ipconfig' for 192.168.48.* (our VPN subnet),
and determined my IP address on the VPN. The subsequent commands
were
route delete 0.0.0.0 mask 0.0.0.0 <myVPNIPAddress>
route add 172.16.0.0 mask 255.255.0.0 <myVPNIPAddress>
route add 192.168.47.0 mask 255.255.255.0 <myVPNIPAddress>

Reply With Quote

Responses to "VPN Split Tunnel Setup"

Steve Riley [MSFT]
Guest
Posts: n/a
 
Re: VPN Split Tunnel Setup
Posted: 08-15-2007, 01:29 PM
You'll probably have to change the way your script is parsing the ipconfig
output. I don't remember now what it looked like on XP, I suspect Vista's
output format is different.

However: split tunneling is dangerous, don't do it. An attacker on the
Internet could penetrate your corpnet through your VPN connection if he
manages to get malicious software on your computer.

Steve Riley
steve.riley@microsoft.com
http://blogs.technet.com/steriley


"thinkstorm" <thorsten.claus@gmail.com> wrote in message
news:1186623867.728922.103060@57g2000hsv.googlegro ups.com...
> Dear all,
> I am trying setup a split tunnel for our VPN - accessing the Internet
> via my 8Mbps Comcast cable, while accessing the Intranet via the VPN
> connection. Under Windows XP everything was working fine, one Windows
> Vista the split tunnel script I had is not working anymore.
>
> The old script looked in 'ipconfig' for 192.168.48.* (our VPN subnet),
> and determined my IP address on the VPN. The subsequent commands
> were
> route delete 0.0.0.0 mask 0.0.0.0 <myVPNIPAddress>
> route add 172.16.0.0 mask 255.255.0.0 <myVPNIPAddress>
> route add 192.168.47.0 mask 255.255.255.0 <myVPNIPAddress>
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
That wasn't a train at the end of the tunnel! Jim Webster Windows Vista Networking & Sharing 0 04-10-2007 08:04 PM
Remote Desktop on SSH tunnel Alberto Ferrari Windows XP Work Remotely 5 08-13-2004 09:01 PM
VNC with XP Firewall over VPN tunnel Claude_The_Goalie Windows XP Work Remotely 1 10-21-2003 08:03 PM
Tunnel XP thru SSH from XP? Sooner Al Windows XP Work Remotely 0 06-30-2003 11:24 PM
tunnel remote desktop ... Bill Atrit Windows XP Security & Administration 0 06-30-2003 10:49 PM