RE: Microsoft VPN through a router [7:72824]

2003-07-23 Thread Reimer, Fred
For IPSec I believe you need protocolsport 500.  The
50 is a protocol number, like UDP is 17 and TCP is what? 6?  It is not a TCP
or UDP port number...

Fred Reimer - CCNA


Eclipsys Corporation, 200 Ashford Center North, Atlanta, GA 30338
Phone: 404-847-5177  Cell: 770-490-3071  Pager: 888-260-2050


NOTICE; This email contains confidential or proprietary information which
may be legally privileged. It is intended only for the named recipient(s).
If an addressing or transmission error has misdirected the email, please
notify the author by replying to this message. If you are not the named
recipient, you are not authorized to use, disclose, distribute, copy, print
or rely on this email, and should immediately delete it from your computer.


-Original Message-
From: Steven Aiello [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 23, 2003 1:32 PM
To: [EMAIL PROTECTED]
Subject: Microsoft VPN through a router [7:72824]

I was wondering what ports I would need to have open for a Microsoft VPN 
  connection on my router.  If I have done my home work correctly I think

IPSec port: 50
L2TP port : 1701
PPTP port : 1723

Are these all TCP, UDP???

I don't really have a full understanding of how the protocal and port 
process of a VPN works.  I understand the theroy; how IPSec incryptes 
the info in a tunnel data portion of another IP packet blaa blaa blaa. 
But any more aditional detailed info would be great.

Thanks,
Steve




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=72833t=72824
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Microsoft VPN through a router [7:72824]

2003-07-23 Thread Stevo
Steve,

You need to open GRE to from any source to your VPN server and then
depending on whether you're using PPTP or L2TP make sure you have either
tcp/1723 or tcp/1701 open.

My ACL looks like this for PPTP access...

access-list 101 permit tcp any host  eq 1723
access-list 101 permit gre any host 

Stevo


Steven Aiello  wrote in message
news:[EMAIL PROTECTED]
 I was wondering what ports I would need to have open for a Microsoft VPN
   connection on my router.  If I have done my home work correctly I think

 IPSec port: 50
 L2TP port : 1701
 PPTP port : 1723

 Are these all TCP, UDP???

 I don't really have a full understanding of how the protocal and port
 process of a VPN works.  I understand the theroy; how IPSec incryptes
 the info in a tunnel data portion of another IP packet blaa blaa blaa.
 But any more aditional detailed info would be great.

 Thanks,
 Steve




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=72831t=72824
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


RE: Microsoft VPN through a router [7:72824]

2003-07-23 Thread Zsombor Papp
Steven Aiello wrote:
 
 I was wondering what ports I would need to have open for a
 Microsoft VPN
   connection on my router.  If I have done my home work
 correctly I think
 
 IPSec port: 50

This is protocol number (as in protocol above IP). You will also need 51 I
think.

 L2TP port : 1701

UDP

 PPTP port : 1723

TCP

 
 Are these all TCP, UDP???
 
 I don't really have a full understanding of how the protocal
 and port
 process of a VPN works.  I understand the theroy; how IPSec
 incryptes
 the info in a tunnel data portion of another IP packet blaa
 blaa blaa.
 But any more aditional detailed info would be great.

The RFCs are pretty detailed.

Thanks,

Zsombor


 
 Thanks,
 Steve
 
 


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=72830t=72824
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Microsoft VPN through a router [7:72824]

2003-07-23 Thread annlee
VPN ProtocolPort
GRE Not usedNot used
PPTPTCP 1723
L2F UDP 1701
L2TPUDP 1701
IKE UDP 500
ESP 50
AH  51
Note that AH and ESP are protocol numbers, not port numbers 
(though you can refere tot hem by name in Access Lists, just as 
you do telnet or ftp, etc.).

Annlee

Steven Aiello wrote:
 I was wondering what ports I would need to have open for a Microsoft VPN 
   connection on my router.  If I have done my home work correctly I think
 
 IPSec port: 50
 L2TP port : 1701
 PPTP port : 1723
 
 Are these all TCP, UDP???
 
 I don't really have a full understanding of how the protocal and port 
 process of a VPN works.  I understand the theroy; how IPSec incryptes 
 the info in a tunnel data portion of another IP packet blaa blaa blaa. 
 But any more aditional detailed info would be great.
 
 Thanks,
 Steve




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=72851t=72824
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]