<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Steven Eppler's Blog &#187; cisco</title>
	<atom:link href="http://www.steveneppler.com/blog/category/cisco/feed" rel="self" type="application/rss+xml" />
	<link>http://www.steveneppler.com/blog</link>
	<description>My life, technology, and everything in between</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:05:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PPTP and L2TP Ports</title>
		<link>http://www.steveneppler.com/blog/2005/12/07/pptp-and-l2tp-ports</link>
		<comments>http://www.steveneppler.com/blog/2005/12/07/pptp-and-l2tp-ports#comments</comments>
		<pubDate>Wed, 07 Dec 2005 16:59:17 +0000</pubDate>
		<dc:creator>eppler</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[on the job]]></category>

		<guid isPermaLink="false">http://www.steveneppler.com/blog/2005/12/07/37</guid>
		<description><![CDATA[Today I was setting up a VPN server and had to figure out what ports and protocols to enable on our Cisco PIX 515E firewall.  Here they are:
PPTP:
To allow PPTP tunnel maintenance traffic, open TCP 1723.
To allow PPTP tunneled data to pass through router, open Protocol ID 47.
L2TP over IPSec
To allow Internet Key Exchange [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was setting up a VPN server and had to figure out what ports and protocols to enable on our Cisco PIX 515E firewall.  Here they are:</p>
<p>PPTP:<br />
To allow PPTP tunnel maintenance traffic, open TCP 1723.<br />
To allow PPTP tunneled data to pass through router, open Protocol ID 47.</p>
<p>L2TP over IPSec<br />
To allow Internet Key Exchange (IKE), open UDP 500.<br />
To allow IPSec Network Address Translation (NAT-T) open UDP 4500.<br />
To allow L2TP traffic, open UDP 1701.</p>
<p>Here&#8217;s the Cisco access list: (gre=Protocol ID 47, pptp=1723, isakmp=500)<br />
<code><br />
access-list OUTSIDE permit gre any host OUTSIDEIP<br />
access-list OUTSIDE permit tcp any host OUTSIDEIP eq pptp<br />
access-list OUTSIDE permit udp any host OUTSIDEIP eq 1701<br />
access-list OUTSIDE permit udp any host OUTSIDEIP eq 4500<br />
access-list OUTSIDE permit udp any host OUTSIDEIP eq isakmp<br />
</code></p>
<p>(edited to update UDP port 5500 to 4500 as noted in the comments)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steveneppler.com/blog/2005/12/07/pptp-and-l2tp-ports/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
