<?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 Need some clarification with NAT on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157887#M351662</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 am using 8.1 on asa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Apr 2013 20:09:06 GMT</pubDate>
    <dc:creator>Stan Spice</dc:creator>
    <dc:date>2013-04-17T20:09:06Z</dc:date>
    <item>
      <title>Need some clarification with NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157884#M351659</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some clarification with NAT on ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we NAT a public IP to two internals IP's on same port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example below&lt;BR /&gt;static (dmz1,outside) 4.4.4.4 192.168.1.2 netmask 255.255.255.255&lt;BR /&gt;static (dmz1,outside) 4.4.4.4 192.168.1.3 netmask 255.255.255.255&lt;BR /&gt;access-list outtoin extended permit tcp any host 4.4.4.4 eq www&lt;BR /&gt;access-list outtoin extended permit tcp any host 4.4.4.4 eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;stan&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:30:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157884#M351659</guid>
      <dc:creator>Stan Spice</dc:creator>
      <dc:date>2019-03-12T01:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need some clarification with NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157885#M351660</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;Seems you are using software 8.2 or something below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont think you are able to configure the above Static NAT and make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that if you wanted to only forward a certain port with Static PAT then the configuration would look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (dmz1,outside) tcp 4.4.4.4 80 192.168.1.2 80 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (dmz1,outside) tcp 4.4.4.4 443 192.168.1.2 443 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though even in the case of the above Port Forward / Static PAT configuration I dont think the ASA will accept the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt;Meaning that you cant do the above configuration for both of the Internal DMZ hosts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On newer softwares you can forward the same ports to different hosts BUT I still think it will not work in a situation where you would want anyone to be able to connect to both of the hosts. You would have to modify the NAT rules to apply only to certain source IP addresses on the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 14:05:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157885#M351660</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-17T14:05:22Z</dc:date>
    </item>
    <item>
      <title>Need some clarification with NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157886#M351661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't specify your ASA software version, but since you are using the old NAT syntax we'll presume it's 8.2 or lower.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Can we NAT a public IP to two internals IP's on same port?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can do "static PAT" to different IP's, but you must specify the protocol and ports:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz1,outside) &lt;STRONG&gt;tcp&lt;/STRONG&gt; 4.4.4.4&amp;nbsp; &lt;STRONG&gt;http&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;192.168.1.2&amp;nbsp; &lt;STRONG&gt;http&amp;nbsp; &lt;/STRONG&gt;netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (dmz1,outside) &lt;STRONG&gt;tcp&lt;/STRONG&gt; 4.4.4.4&amp;nbsp; &lt;STRONG&gt;https&lt;/STRONG&gt;&amp;nbsp; 192.168.1.3&amp;nbsp; &lt;STRONG&gt;https &lt;/STRONG&gt;netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also map to different destination ports if that is necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Jim Leinweber, WI State Lab of Hygiene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 14:08:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157886#M351661</guid>
      <dc:creator>James Leinweber</dc:creator>
      <dc:date>2013-04-17T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Need some clarification with NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157887#M351662</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 am using 8.1 on asa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 20:09:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157887#M351662</guid>
      <dc:creator>Stan Spice</dc:creator>
      <dc:date>2013-04-17T20:09:06Z</dc:date>
    </item>
    <item>
      <title>Need some clarification with NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157888#M351663</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 am using 8.1 on asa&lt;/P&gt;&lt;P&gt;The requirement is use port 80 and 443 on 02 websites using same external ip&lt;/P&gt;&lt;P&gt;Looks liek it can be done (on this version atleast)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 20:11:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157888#M351663</guid>
      <dc:creator>Stan Spice</dc:creator>
      <dc:date>2013-04-17T20:11:00Z</dc:date>
    </item>
    <item>
      <title>Need some clarification with NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157889#M351664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify, the&amp;nbsp; (source IP, source port) and (destination IP, destination port) pairs do have to be unique.&amp;nbsp; You can map a single source port to a different destination IP and optionally different destination port.&amp;nbsp; You can map different source ports to different IP's and/or destination ports.&amp;nbsp; But you can't map the single source port on a single source IP to two different destination IP's simultaneously.&amp;nbsp; No double dipping with (4.4.4.4, 80) trying to go to both (192.168.1.2,80) and (192.168.1.3, 80) simultaneously; the firewall wouldn't know how to choose between them.&amp;nbsp; However,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (4.4.4.4, 80) --&amp;gt; (192.168.1.2,80)&amp;nbsp;&amp;nbsp;&amp;nbsp; -- change the IP, keep the port&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;nbsp; (4.4.4.4, 81) --&amp;gt; (192.168.1.3,80)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- change the IP and change the port&lt;/P&gt;&lt;P&gt;would be OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, you can't both NAT and not NAT, e.g. if you have a NAT rule for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; static (dmz1,outside) &lt;STRONG&gt;tcp &lt;/STRONG&gt;4.4.4.4&amp;nbsp; &lt;STRONG&gt;http&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;192.168.1.2&amp;nbsp; &lt;STRONG&gt;http &lt;/STRONG&gt;netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then other hosts won't be able to connect to destination (192.168.1.2, 80) through other firewll interfaces.&amp;nbsp; I get around that by defining secondary IP addresses on hosts where I need both local and remote access from different interfaces, one with NAT, and one without.&amp;nbsp; That's usually less work than using separate ports for remote and local access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Jim Leinweber, WI State Lab of Hygiene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 20:27:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-some-clarification-with-nat-on-asa/m-p/2157889#M351664</guid>
      <dc:creator>James Leinweber</dc:creator>
      <dc:date>2013-04-17T20:27:39Z</dc:date>
    </item>
  </channel>
</rss>

