Howto:Which ports are used for PPTP connections?: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: '''FAQ:''' Which ports are used for PPTP connections? '''Answer:''' PPTP uses TCP connections to port 1723 for signalling and IP protocol "GRE" (General Routing Encapsulation) for traff...)
 
 
Line 15: Line 15:
== Related Articles ==
== Related Articles ==


*[http://inno-dns/en-leave.asp?http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnras/html/instpptp.asp  Installing PPTP for Microsoft Windows]
*[http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnras/html/instpptp.asp  Installing PPTP for Microsoft Windows]
*[http://inno-dns/en-leave.asp?http://msdn.microsoft.com/library/default.asp?url=/archive/en-us/dnarwebtool/html/understanding_pptp.asp  Understanding PPTP (from Microsoft)]
*[http://msdn.microsoft.com/library/default.asp?url=/archive/en-us/dnarwebtool/html/understanding_pptp.asp  Understanding PPTP (from Microsoft)]
[[Category:Faq|{{PAGENAME}}]]
[[Category:Faq|{{PAGENAME}}]]

Latest revision as of 12:52, 5 October 2007

FAQ:

Which ports are used for PPTP connections?

Answer:

PPTP uses TCP connections to port 1723 for signalling and IP protocol "GRE" (General Routing Encapsulation) for traffic.

A common mistake in configuring firewalls for use with PPTP is to open port 1723 (allowing connections to be established) but fail to open protocol 47 (denying actual data from passing through the tunnel). Some operating systems include "PPTP ping" utiliies (pptpsrv and pptpclnt in Windows 2000) that verify both are opened.

PPTP uses TCP port 1723 to establish a connection. When opening holes in a firewall to support PPTP, one must be careful to not specify UDP port 1723 instead of TCP.

For more information regarding PPTP, see the links below.

Related Articles