<?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 PIX to same NAT destination address from two networks in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-to-same-nat-destination-address-from-two-networks/m-p/362408#M559868</link>
    <description>&lt;P&gt;Cisco PIX 515E DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to setup two static NAT's leading to the same public/virtual address, from two different interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In english:  We have a server in the DMZ that needs to be reached from the Internet and from the Internal network, but on the same public IP address, then NAT'd to the real address of the server.  We can do one interface using the static (inside, outside) command, but can we do this again on another interface to the same addresses?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:47:38 GMT</pubDate>
    <dc:creator>adam.stewart</dc:creator>
    <dc:date>2020-02-21T07:47:38Z</dc:date>
    <item>
      <title>PIX to same NAT destination address from two networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-same-nat-destination-address-from-two-networks/m-p/362408#M559868</link>
      <description>&lt;P&gt;Cisco PIX 515E DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to setup two static NAT's leading to the same public/virtual address, from two different interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In english:  We have a server in the DMZ that needs to be reached from the Internet and from the Internal network, but on the same public IP address, then NAT'd to the real address of the server.  We can do one interface using the static (inside, outside) command, but can we do this again on another interface to the same addresses?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:47:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-same-nat-destination-address-from-two-networks/m-p/362408#M559868</guid>
      <dc:creator>adam.stewart</dc:creator>
      <dc:date>2020-02-21T07:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX to same NAT destination address from two networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-same-nat-destination-address-from-two-networks/m-p/362409#M559870</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;I'm pretty certain you can't NAT one IP address to 2 different interfaces.  If you are talking about a webserver or similar where you are picking up the public IP address by means of external DNS, you can use the DNS doctoring feature on the pix by adding the 'dns' keyword to your static between the DMZ and outside.  When the DNS reply to your inside client passes back through the pix, it will change the public IP address to the DMZ ip address, as described in &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801cd841.html#wp1026694" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801cd841.html#wp1026694&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2004 14:26:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-same-nat-destination-address-from-two-networks/m-p/362409#M559870</guid>
      <dc:creator>kagodfrey</dc:creator>
      <dc:date>2004-12-08T14:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: PIX to same NAT destination address from two networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-same-nat-destination-address-from-two-networks/m-p/362410#M559871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way to do this is to carve out a small subnet of private ip space for your dmz and don't nat to the dmz from either source.  For example; if you have a /28 from your ISP divide it into two /29 networks, one on the outside of you pix and one on the DMZ.  If you don't have enough address space (and who does) you will be forced to use workarounds like the dns doctoring or provide an internal dns server with an A record that is different from the internet A record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2004 15:24:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-same-nat-destination-address-from-two-networks/m-p/362410#M559871</guid>
      <dc:creator>jboyer</dc:creator>
      <dc:date>2004-12-08T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX to same NAT destination address from two networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-same-nat-destination-address-from-two-networks/m-p/362411#M559872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like it might be the answer, no NAT.  Need to check my range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We cannot use DNS at all because the client has a hard coded IP address only... eek!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2004 13:21:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-same-nat-destination-address-from-two-networks/m-p/362411#M559872</guid>
      <dc:creator>adam.stewart</dc:creator>
      <dc:date>2004-12-10T13:21:50Z</dc:date>
    </item>
  </channel>
</rss>

