ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



General discussions > Public newsgroups > alt.certification.cisco > NAT and VPN

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread






Author NAT and VPN
Nuno Cristelo
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
NAT and VPN

Hi,

I have one question:

May NAT cause VPN connection failures?

When using public ip addresses there is no connection failure when using
VPN.

Otherwise when using translated addresses (NAT) no connection can be
stablished.

Any hints or tips?

Best regards,

Nuno Cristelo


Report this post to a moderator

Old Post 07-26-03 07:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
Armin Kask
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT and VPN

What is doing the nat and what is the vpn gateway?
"Nuno Cristelo" <cristelo@ipp.pt> wrote in message
news:s8zUa.33$tf.51251@newsserver.ip.pt...
> Hi,
>
> I have one question:
>
> May NAT cause VPN connection failures?
>
> When using public ip addresses there is no connection failure when using
> VPN.
>
> Otherwise when using translated addresses (NAT) no connection can be
> stablished.
>
> Any hints or tips?
>
> Best regards,
>
> Nuno Cristelo
>
>



Report this post to a moderator

Old Post 07-26-03 08:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
JC
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT and VPN

Sure can cause failures if Authenticated Header is required. NAT over UDP
or TCP can fix this.

JC

--

"Nuno Cristelo" <cristelo@ipp.pt> wrote in message
news:s8zUa.33$tf.51251@newsserver.ip.pt...
> Hi,
>
> I have one question:
>
> May NAT cause VPN connection failures?
>
> When using public ip addresses there is no connection failure when using
> VPN.
>
> Otherwise when using translated addresses (NAT) no connection can be
> stablished.
>
> Any hints or tips?
>
> Best regards,
>
> Nuno Cristelo
>
>



Report this post to a moderator

Old Post 07-26-03 11:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
JC
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT and VPN

I'm sorry... IPSEC over UDP or TCP.

JC

--

"JC" <blah@blah.net> wrote in message
news:3f22f940$0$74105$a04e5680
@nnrp.fuse.net...
> Sure can cause failures if Authenticated Header is required. NAT over UDP
> or TCP can fix this.
>
> JC
>
> --
>
> "Nuno Cristelo" <cristelo@ipp.pt> wrote in message
> news:s8zUa.33$tf.51251@newsserver.ip.pt...
> > Hi,
> >
> > I have one question:
> >
> > May NAT cause VPN connection failures?
> >
> > When using public ip addresses there is no connection failure when

using

> > VPN.
> >
> > Otherwise when using translated addresses (NAT) no connection can be
> > stablished.
> >
> > Any hints or tips?
> >
> > Best regards,
> >
> > Nuno Cristelo
> >
> >

>
>



Report this post to a moderator

Old Post 07-27-03 03:24 AM
Reply w/Quote Edit/Delete Message IP: Logged
JasonW
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT and VPN

A Microsoft book covering L2TP says that IPSEC encryption can't pass through
any device that performs NAT, and that PPTP has to be used instead. The same
blurb also says that they intend to fix this by using UDP encapsulation in
the future. That is all I could find on the topic.

-JasonW

"JC" <blah@blah.net> wrote in message
news:3f23337d$0$73636$a0465688
@nnrp.fuse.net...
> I'm sorry... IPSEC over UDP or TCP.
>
> JC
>
> --
>
> "JC" <blah@blah.net> wrote in message
> news:3f22f940$0$74105$a04e5680
@nnrp.fuse.net...
> > Sure can cause failures if Authenticated Header is required. NAT over

UDP
> > or TCP can fix this.
> >
> > JC
> >
> > --
> >
> > "Nuno Cristelo" <cristelo@ipp.pt> wrote in message
> > news:s8zUa.33$tf.51251@newsserver.ip.pt...
> > > Hi,
> > >
> > > I have one question:
> > >
> > > May NAT cause VPN connection failures?
> > >
> > > When using public ip addresses there is no connection failure when

> using
> > > VPN.
> > >
> > > Otherwise when using translated addresses (NAT) no connection can be
> > > stablished.
> > >
> > > Any hints or tips?
> > >
> > > Best regards,
> > >
> > > Nuno Cristelo
> > >
> > >

> >
> >

>
>



Report this post to a moderator

Old Post 07-27-03 06:25 AM
Reply w/Quote Edit/Delete Message IP: Logged
Simon Chang
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT and VPN

IPSec operating in tunnel mode first encrypts the entire packet, and then
encapsulates the encrypted packet as payload for a new packet generated.

Microsoft's solution - "using UDP encapsulation" - is in essence the tunnel
mode. UDP port 10000 is the default for IPSec packets. (You can switch to
TCP 10000 if you like; it only marginally increases reliability.)

SC

"Nuno Cristelo" <cristelo@ipp.pt> wrote in message
news:s8zUa.33$tf.51251@newsserver.ip.pt...
> Hi,
>
> I have one question:
>
> May NAT cause VPN connection failures?
>
> When using public ip addresses there is no connection failure when using
> VPN.
>
> Otherwise when using translated addresses (NAT) no connection can be
> stablished.
>
> Any hints or tips?
>
> Best regards,
>
> Nuno Cristelo
>
>



Report this post to a moderator

Old Post 07-28-03 03:25 AM
Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Featured site: MCSE, MCSD, CompTIA, CCNA training videos



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps