Re: VPN split tunnel
From: Tibor Biro (tiborbiro@rogers.com)
Date: 08/28/02
- Next message: Ron: "EFS problem"
- Previous message: Stewart01: "Protection from potential intruder"
- In reply to: TexMex: "VPN split tunnel"
- Next in thread: Christoph Kaminski: "Re: VPN split tunnel"
- Reply: Christoph Kaminski: "Re: VPN split tunnel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Tibor Biro" <tiborbiro@rogers.com> Date: Tue, 27 Aug 2002 22:48:08 -0400
All you have to do is adjust the client's routing table. Unfortunatelly you
would have to do it every time the user VPNs in.
Here's how you do it:
After the VPN connection is established use ipconfig to check what IP
address you got on the new connection.
Let's assume that you got 10.20.11.49.
To access only the 10.0.0.0 network through the VPN now type (to access
more networks through the VPN just add more lines like the next one)
route add 10.0.0.0 mask 255.0.0.0 10.20.11.49
When done with all networks you need to delete the VPN address as the
default gateway (this will route the internet connection outside of the VPN)
route delete 0.0.0.0 mask 0.0.0.0 10.20.11.49
You could easily script this, I just have a batch file I run after I
connect.
Regards,
Tibor Biro
MCSE
"TexMex" <jason@jksnook.com> wrote in message
news:824901c24e33$68efcd80$36ef2ecf@tkmsftngxa12...
> Does Win2k PPTP or L2TP have the ability to do split
> tunneling? This will give the remote users the ability
> to surf the internet thru there connection instead of the
> connection on the other end of the tunnel?
>
- Next message: Ron: "EFS problem"
- Previous message: Stewart01: "Protection from potential intruder"
- In reply to: TexMex: "VPN split tunnel"
- Next in thread: Christoph Kaminski: "Re: VPN split tunnel"
- Reply: Christoph Kaminski: "Re: VPN split tunnel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|