PC Review


Reply
Thread Tools Rate Thread

Can't get L2TP VPN working with NAT...PPTP works fine

 
 
Ned
Guest
Posts: n/a
 
      10th Dec 2006
I can only connect to my L2TP vpn if my home pc (XP sp2 with nat-t
registry edit) has a public ip address. I had the same problem when I
was at XP sp1. The second I put my pc behind a router with nat (netgear
fwag114) I get a timeout. PPTP works just fine either way (nat or
public ip)

At work I have a Windows 2003 server with the lastest service pack
behind a cisco 2600 router without NAT. The server has a public IP
address on its external nic and a private IP on the internal nic. The
external nic has a default gateway pointing to the cisco router and the
internal nic has static routes for my lan. I am using PSK with l2tp.

I have tried everything and I need to have this working tomorrow. Has
anyone gotten this to work? am I missing something?

 
Reply With Quote
 
 
 
 
Kurt
Guest
Posts: n/a
 
      10th Dec 2006
Ned wrote:
> I can only connect to my L2TP vpn if my home pc (XP sp2 with nat-t
> registry edit) has a public ip address. I had the same problem when I
> was at XP sp1. The second I put my pc behind a router with nat (netgear
> fwag114) I get a timeout. PPTP works just fine either way (nat or
> public ip)
>
> At work I have a Windows 2003 server with the lastest service pack
> behind a cisco 2600 router without NAT. The server has a public IP
> address on its external nic and a private IP on the internal nic. The
> external nic has a default gateway pointing to the cisco router and the
> internal nic has static routes for my lan. I am using PSK with l2tp.
>
> I have tried everything and I need to have this working tomorrow. Has
> anyone gotten this to work? am I missing something?
>

I have never got L2TP to work through a NAT. Some routers provide "NAT
Traversal" that is supposed to work, but I've never tried one. Even so,
you'd have to be able to guarantee one of those routers be available
everywhere you're connecting from. If this is for road warriors, I'd
stick with PPTP. IF this is for a fixed remote site, go with a hardware
IPSec solution.

I'm not any kind of authority here, if someone else knows how to
"dummy-down" the header authentication so that it will work through a
NAT, I'd like to know.

....kurt
 
Reply With Quote
 
Ned
Guest
Posts: n/a
 
      10th Dec 2006
This is insane. I can't believe that Microsoft can't get this to work.
My wife uses a VPN client over the same network connection that I use.
She uses VPN1 and while I am not 100% sure I would guess she uses IPSEC
because she works for a large organization that is big on security.
This is a joke. I'll just buy a vpn appliance so I can get back to
work and not have to continue playing with this mickeymouseware

Kurt wrote:
> Ned wrote:
> > I can only connect to my L2TP vpn if my home pc (XP sp2 with nat-t
> > registry edit) has a public ip address. I had the same problem when I
> > was at XP sp1. The second I put my pc behind a router with nat (netgear
> > fwag114) I get a timeout. PPTP works just fine either way (nat or
> > public ip)
> >
> > At work I have a Windows 2003 server with the lastest service pack
> > behind a cisco 2600 router without NAT. The server has a public IP
> > address on its external nic and a private IP on the internal nic. The
> > external nic has a default gateway pointing to the cisco router and the
> > internal nic has static routes for my lan. I am using PSK with l2tp.
> >
> > I have tried everything and I need to have this working tomorrow. Has
> > anyone gotten this to work? am I missing something?
> >

> I have never got L2TP to work through a NAT. Some routers provide "NAT
> Traversal" that is supposed to work, but I've never tried one. Even so,
> you'd have to be able to guarantee one of those routers be available
> everywhere you're connecting from. If this is for road warriors, I'd
> stick with PPTP. IF this is for a fixed remote site, go with a hardware
> IPSec solution.
>
> I'm not any kind of authority here, if someone else knows how to
> "dummy-down" the header authentication so that it will work through a
> NAT, I'd like to know.
>
> ...kurt


 
Reply With Quote
 
Kurt
Guest
Posts: n/a
 
      11th Dec 2006
Ned wrote:
> This is insane. I can't believe that Microsoft can't get this to work.
> My wife uses a VPN client over the same network connection that I use.
> She uses VPN1 and while I am not 100% sure I would guess she uses IPSEC
> because she works for a large organization that is big on security.
> This is a joke. I'll just buy a vpn appliance so I can get back to
> work and not have to continue playing with this mickeymouseware
>
> Kurt wrote:
>> Ned wrote:
>>> I can only connect to my L2TP vpn if my home pc (XP sp2 with nat-t
>>> registry edit) has a public ip address. I had the same problem when I
>>> was at XP sp1. The second I put my pc behind a router with nat (netgear
>>> fwag114) I get a timeout. PPTP works just fine either way (nat or
>>> public ip)
>>>
>>> At work I have a Windows 2003 server with the lastest service pack
>>> behind a cisco 2600 router without NAT. The server has a public IP
>>> address on its external nic and a private IP on the internal nic. The
>>> external nic has a default gateway pointing to the cisco router and the
>>> internal nic has static routes for my lan. I am using PSK with l2tp.
>>>
>>> I have tried everything and I need to have this working tomorrow. Has
>>> anyone gotten this to work? am I missing something?
>>>

>> I have never got L2TP to work through a NAT. Some routers provide "NAT
>> Traversal" that is supposed to work, but I've never tried one. Even so,
>> you'd have to be able to guarantee one of those routers be available
>> everywhere you're connecting from. If this is for road warriors, I'd
>> stick with PPTP. IF this is for a fixed remote site, go with a hardware
>> IPSec solution.
>>
>> I'm not any kind of authority here, if someone else knows how to
>> "dummy-down" the header authentication so that it will work through a
>> NAT, I'd like to know.
>>
>> ...kurt

>

It's not Microsoft thing. It's an L2TP thing. Think about it - L2TP
requires an authentication header for both the "phase 1" and "Phase 2"
portions. This provides great security, but means that the outer layer
of encapsulation must not be tampered with. What does NAT do? It alters
the header. That's how it works. So the two would seem to be
incompatible. IPSec can be used with or without L2TP (tunnel mode vs
transport mode). Odds are your wife's VPN is not over an L2TP tunnel.
Besides L2TP requires a certificate where IPSec can use just a shared
secret. As far as Microsoft goes, their tunneling protocols work just
fine although a bit too slow for me. But if you put your hardware
tunneling device behind a NAT, it wouldn't work any better than the MS one.

....kurt
 
Reply With Quote
 
Ned
Guest
Posts: n/a
 
      11th Dec 2006
Thanks for the explanation.

Kurt wrote:
> Ned wrote:
> > This is insane. I can't believe that Microsoft can't get this to work.
> > My wife uses a VPN client over the same network connection that I use.
> > She uses VPN1 and while I am not 100% sure I would guess she uses IPSEC
> > because she works for a large organization that is big on security.
> > This is a joke. I'll just buy a vpn appliance so I can get back to
> > work and not have to continue playing with this mickeymouseware
> >
> > Kurt wrote:
> >> Ned wrote:
> >>> I can only connect to my L2TP vpn if my home pc (XP sp2 with nat-t
> >>> registry edit) has a public ip address. I had the same problem when I
> >>> was at XP sp1. The second I put my pc behind a router with nat (netgear
> >>> fwag114) I get a timeout. PPTP works just fine either way (nat or
> >>> public ip)
> >>>
> >>> At work I have a Windows 2003 server with the lastest service pack
> >>> behind a cisco 2600 router without NAT. The server has a public IP
> >>> address on its external nic and a private IP on the internal nic. The
> >>> external nic has a default gateway pointing to the cisco router and the
> >>> internal nic has static routes for my lan. I am using PSK with l2tp.
> >>>
> >>> I have tried everything and I need to have this working tomorrow. Has
> >>> anyone gotten this to work? am I missing something?
> >>>
> >> I have never got L2TP to work through a NAT. Some routers provide "NAT
> >> Traversal" that is supposed to work, but I've never tried one. Even so,
> >> you'd have to be able to guarantee one of those routers be available
> >> everywhere you're connecting from. If this is for road warriors, I'd
> >> stick with PPTP. IF this is for a fixed remote site, go with a hardware
> >> IPSec solution.
> >>
> >> I'm not any kind of authority here, if someone else knows how to
> >> "dummy-down" the header authentication so that it will work through a
> >> NAT, I'd like to know.
> >>
> >> ...kurt

> >

> It's not Microsoft thing. It's an L2TP thing. Think about it - L2TP
> requires an authentication header for both the "phase 1" and "Phase 2"
> portions. This provides great security, but means that the outer layer
> of encapsulation must not be tampered with. What does NAT do? It alters
> the header. That's how it works. So the two would seem to be
> incompatible. IPSec can be used with or without L2TP (tunnel mode vs
> transport mode). Odds are your wife's VPN is not over an L2TP tunnel.
> Besides L2TP requires a certificate where IPSec can use just a shared
> secret. As far as Microsoft goes, their tunneling protocols work just
> fine although a bit too slow for me. But if you put your hardware
> tunneling device behind a NAT, it wouldn't work any better than the MS one.
>
> ...kurt


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XP VPN connections L2TP/PPTP lanark Security Networking 2 6th Dec 2007 01:41 AM
L2TP vs PPTP Preacher Man Microsoft Windows 2000 Networking 4 17th Feb 2005 06:43 PM
VPN to SBS2003 - PPTP works, L2TP doesn't Bob P Windows XP Work Remotely 1 15th Jun 2004 01:45 AM
Np PPTP/L2TP/RAS? =?Utf-8?B?TWlrZSBM?= Microsoft Windows 2000 RAS Routing 2 5th Apr 2004 11:46 AM
WAN Miniport PPTP/L2TP MC Microsoft Windows 2000 RAS Routing 5 12th Feb 2004 02:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:35 AM.