|
Posted by HangaS on May 12, 2008, 10:12 am
If you were Registered and logged in, you could reply and use other advanced thread options > > Now I just read in some forum while looking for 'vpdn split tunnel'
> > that I can't use split tunniling with pptp? is this true?
>
> I recall seeing something that said that for PPTP, split tunneling is
> client controlled (i.e. not controlled central by VPN server).
>
> also ee Cisco PPTP FAQ
>
> http://www.cisco.com/en/US/tech/tk827/tk369/technologies_q_and_a_item...
>
> Q. I think I have a split tunneling issue. What should I do when a
> PPTP tunnel comes up on a PC, the PPTP router has a higher metric than
> the previous default, and I lose connectivity?
>
> =A0 =A0 A. Run a batch file (batch.bat) to modify the Microsoft routing to=
> resolve this problem. Delete the default and reinstall the default
> route (you must know the IP address that the PPTP client was assigned,
> such as 192.168.1.1).
>
> =A0 =A0 In this example, the network inside the router is 10.13.1.x.
>
> =A0 =A0 =A0 =A0 route delete 0.0.0.0
> =A0 =A0 =A0 =A0 route add 0.0.0.0 mask 0.0.0.0 161.44.17.1 metric 1
> =A0 =A0 =A0 =A0 route add 10.13.1.0 mask 255.255.255.0 192.168.1.1 metric =
1
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D
Yes Marv, I think that was what I read quouted somewhere, together
with some discution on the subject.
But I think it has to do with PPTP itself. Before moving to the 836 I
had a similar setup in a Linux box running PopTop (a PPTP acess
server) and I didn't had this issue. More, I could define a default
gateway for the PPP connection, that I defined to be same default
router I use for the internal network. So I think it's some kind of
limitation on the IOS on 1) defining a default GW for a PPP connection
or 2) The IOS (or my configuration) not being able to properly NAT
traffic comming from the tunnel.
Maybe I confused the meanings. I thought that you could also "split
the tunnel" in the VPN server, matching the VPN trafic and route it to
somewhere else. And that the Loopbakc interface trick was just a way
of making the trafic look like it came from the internal network
rather then from the tunnel.
I guess I will make some tries with the L2TP/IPSEC tunnel and still
using the windows client with minimum configuration by the user.
|