<?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>cPanel Admins &#187; Uncategorized</title>
	<atom:link href="http://www.cpaneladmins.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpaneladmins.com</link>
	<description>Random Notes for cPanel Admins</description>
	<lastBuildDate>Wed, 08 Sep 2010 10:15:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Running cPanel in a NAT Environment with Cisco ASA/PIX Firewalls</title>
		<link>http://www.cpaneladmins.com/2009/09/24/running-cpanel-in-a-nat-environment-with-cisco-asapix-firewalls/</link>
		<comments>http://www.cpaneladmins.com/2009/09/24/running-cpanel-in-a-nat-environment-with-cisco-asapix-firewalls/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 15:38:12 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=29</guid>
		<description><![CDATA[As we all know, cPanel does not support NAT at this time. I&#8217;ve heard that this may change in the future, but for now we need to make do with what we&#8217;ve got. It&#8217;s no problem to have Apache listening on a private IP address because the PIX or ASA handles the public to private [...]]]></description>
			<content:encoded><![CDATA[<p>As we all know, cPanel does not support NAT at this time.  I&#8217;ve heard that this may change in the future, but for now we need to make do with what we&#8217;ve got.</p>
<p>It&#8217;s no problem to have Apache listening on a private IP address because the PIX or ASA handles the public to private IP address translation.  But for DNS, when a zone is queried, it can&#8217;t provide a private IP address and expect an outside server to be able to resolve it.  That&#8217;s where the fixup, static, and alias commands come in handy.</p>
<p>There are a few IOS rules that will help out immensely with cPanel and DNS translation.</p>
<p>Cisco to the rescue!  This will enable the firewall to provide address translation to DNS packets:<br />
<code>fixup protocol dns maximum-length 512</code></p>
<p>A static NAT mapping must exist, associating the public &amp; private IP:<br />
<code>static (inside,outside) cpanelserver.ext cpanelserver.int 255.255.255.255</code></p>
<p>An alias must be created which allows translation inside the private network:<br />
<code>alias (inside) cpanelserver.int cpanelserver.ext 255.255.255.255</code></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/2009/09/24/running-cpanel-in-a-nat-environment-with-cisco-asapix-firewalls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
