<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pix 506e address resolution issues in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588327#M498476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As the article specifies the DNS rewrite do not work with PAT. Try the other solution I gave you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2006 14:59:41 GMT</pubDate>
    <dc:creator>m-haddad</dc:creator>
    <dc:date>2006-08-14T14:59:41Z</dc:date>
    <item>
      <title>Pix 506e address resolution issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588321#M498470</link>
      <description>&lt;P&gt;We currently have a PIX 506e setup as our firewall.  We have connectivity and everything is great except one thing.  Basically we have a web server that has an internal ip address that we can access from the Intranet and an external ip address that we can access from the Internet.  The dns name resolves to the external ip address which is fine as long as one is outside the firewall.  From inside the firewall all connections just time out because they are being routed to the external ip of the webserver.  Thus users inside the firewall must access the webserver by the internal ip instead of the externally resolved dns name.  Is there a way around this in the PIX configuration?  Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:06:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588321#M498470</guid>
      <dc:creator>derteltrivinci</dc:creator>
      <dc:date>2020-02-21T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e address resolution issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588322#M498471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do that using the below command:&lt;/P&gt;&lt;P&gt;alias (inside) PUBLICIP INTERNALIP 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is called DNS Aliasing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this solves you problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:46:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588322#M498471</guid>
      <dc:creator>m-haddad</dc:creator>
      <dc:date>2006-08-11T20:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e address resolution issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588323#M498472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I still cannot access through the external address from inside the firewall.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 01:20:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588323#M498472</guid>
      <dc:creator>derteltrivinci</dc:creator>
      <dc:date>2006-08-14T01:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e address resolution issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588324#M498473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will not be able to access the webserver( which is placed inside) using the external ip address ( which is public ip).&lt;/P&gt;&lt;P&gt;Where is your DNS Server located? Inside your network or Outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the previous poster had stated is something called DNS rewrite and what it does is as follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) When an internal client performs a DNS query to your "webserver" and if the DNS server is located outside your network, the DNS query will reach the DNS server.&lt;/P&gt;&lt;P&gt;2) The DNS server will reply back for the DNS query, and it will be replying the "A Record" of the "webserver", which will be the public ip address of the webserver.&lt;/P&gt;&lt;P&gt;3) when this reply cross the firewall to reach the original client, which had sent the DNS query, our firewall will translate the public address in the "A record" to the corresponding private ip address of the webserver.&lt;/P&gt;&lt;P&gt;4) The client will then initiate a HTTP session to your webserver using the actual, private ip address of the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bottomline is the inside clients cannot access the webserver using public ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dns rewrite feature of PIX come handy for this situation to translate the "A Record" in the DNS reply suitably so that the inside clients will be accessing the server using the original private address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL to get more info on Inspect DNS/DNS rewrite &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_command_reference_chapter09186a00805fb9ec.html#wp1635767" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_command_reference_chapter09186a00805fb9ec.html#wp1635767&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL to get more info on the "alias" command&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_command_reference_chapter09186a00805fb9d6.html#wp1413354" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_command_reference_chapter09186a00805fb9d6.html#wp1413354&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 05:26:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588324#M498473</guid>
      <dc:creator>vijayasankar</dc:creator>
      <dc:date>2006-08-14T05:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e address resolution issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588325#M498474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our DNS server is provided by the ISP, of course this is outside the firewall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 11:17:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588325#M498474</guid>
      <dc:creator>derteltrivinci</dc:creator>
      <dc:date>2006-08-14T11:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e address resolution issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588326#M498475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The solution I gave you should work. Another workarround, is to make an internal DNS and point your clients to this internal DNS. In the dns zones try to make a forward lookup zone for the outside domain. Add an A record wwww and point it to the internal webserver IP address. This solution won't affect the outside world. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what happens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 14:55:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588326#M498475</guid>
      <dc:creator>m-haddad</dc:creator>
      <dc:date>2006-08-14T14:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e address resolution issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588327#M498476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As the article specifies the DNS rewrite do not work with PAT. Try the other solution I gave you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 14:59:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-address-resolution-issues/m-p/588327#M498476</guid>
      <dc:creator>m-haddad</dc:creator>
      <dc:date>2006-08-14T14:59:41Z</dc:date>
    </item>
  </channel>
</rss>

