Re: Split tunnel





You'd want to add a default route out his dialup interface, and use
specific routes for the VPN.

i.e
10.0.0.1 10.0.0.254 207.229.1.1
[ PC ] -----------------------------------[Router]------INTERNET----
>>>>>>>>>>>>>>>>>>TUNNEL>>>>>>>[VPN Server]----------
192.168.0.1
| 192.168.0.254 /24

|

| 172.31.80.254 /24


in the scenario above, you'd remove the default gateway assigned by the PPTP
tunnel ( if given )
Route Delete 0.0.0.0 mask 0.0.0.0

then add a default route for the internet because it has the largest range
of unknown address spaces
Route Add 0.0.0.0 mask 0.0.0.0 10.0.0.254

then add network routes for the tunnel
Route Add 192.168.0.0 mask 255.255.255.0 192.168.0.1
Route Add 172.31.80.0 mask 255.255.0.0 192.168.0.1




--
--
Dusty Harper
Microsoft Corporation
----------------------------------------------------------------------------
This posting is provided "AS IS", with NO warranties and confers NO rights
----------------------------------------------------------------------------

"Chris" <chris@xxxxxxxxxx> wrote in message
news:e4X11SiWFHA.3140@xxxxxxxxxxxxxxxxxxxxxxx
>I have a client that is using a PPPTP VPN to connect to there network. The
>VPN connection works great however the client can not use the internet
>while connected via the VPN.
>
> I have included a pdf that outlines the layout of the clients local
> network.
>
> I have read this article
> http://www.microsoft.com/technet/community/columns/cableguy/cg1003.mspx
> and believe that split tunneling is the answer to this problem. I think
> that it may be easiest to create a batch file that adds the required
> routes to the client network.
>
> My question is, What are correct route add commands?
>
> Please let me know if there is a better way to solve this problem.
>
> Thanks for you help.
>
> Chris
>
>


.



Relevant Pages

  • Re: VPN and XP SP2 woes
    ... I connected VPN, default gateway box Checked, and got a route print. ... Nothing is going over my VPN connection. ... >>> traffic in to the corporate network. ...
    (microsoft.public.windowsxp.help_and_support)
  • OT: RRAS doesnt R
    ... A remote user now needs access to our network. ... She needs to connect via VPN ... Our office is only one subnet. ... Here's the routing table from a "route print" done on Dataman, ...
    (microsoft.public.cert.exam.mcse)
  • Re: off subnet VPN
    ... the builtin Windows XP VPN client. ... You need to provide an additional route for the ... addresses in my poorly configured DHCP pool on the 192.168.48.x network. ...
    (microsoft.public.windows.server.networking)
  • Re: Problem with route add and VPN
    ... here is what i am tying to access the destination network: ... the vpn connection is disconnected and reconnected. ... When I add the route it will only add sucessfully if I specify the ...
    (microsoft.public.win2000.ras_routing)
  • RE: Connecting to resources over a SBS 2003 VPN
    ... Now the server is on a different IP range the VPN works perfectly. ... i seem to only be able to connect one client at a time ... the system uses route table to route IP traffics. ...
    (microsoft.public.windows.server.sbs)

Loading