Re: Split tunnel
- From: "Dusty Harper {MS}" <DHarper@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 24 May 2005 12:49:35 -0700
you could specify that the connection does not use the gateway provided by
the VPN server, and have the DHCP lease options hand out the static routes
needed to connect to the networks accessed via the VPN
--
--
Dusty Harper
Microsoft Corporation
----------------------------------------------------------------------------
This posting is provided "AS IS", with NO warranties and confers NO rights
----------------------------------------------------------------------------
"Chris" <chris@xxxxxxxxxx> wrote in message
news:OF$ko6jWFHA.2684@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks for the quick reply Dusty. These seems like it may to dificult for
> the average user to complete since the users are in different hotels when
> they use the VPN. Is there a better or another way to accomplish what I
> have been asked to do?
>
> Chris
>
>
>
> "Dusty Harper {MS}" <DHarper@xxxxxxxxxxxxxxxxxxxx> wrote in message
> news:uwnusRjWFHA.3636@xxxxxxxxxxxxxxxxxxxxxxx
>>
>>
>> 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
>>>
>>>
>>
>>
>
>
.
- References:
- Re: Split tunnel
- From: Dusty Harper {MS}
- Re: Split tunnel
- From: Chris
- Re: Split tunnel
- Prev by Date: Re: How to create a static route
- Next by Date: Re: Static Route Newbie Question
- Previous by thread: Re: Split tunnel
- Next by thread: Connection drop. restart service to fix?
- Index(es):
Relevant Pages
|