<?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: Static NAT on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010966#M414716</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;I think you should remove second nat defintion in object-nat configuration that is:&lt;PRE&gt;!
object network WEB
 host 20.0.0.2
 nat (inside,outside) static interface service tcp 80 80
!&lt;/PRE&gt;&lt;BR /&gt;--&lt;BR /&gt;Dmitry.</description>
    <pubDate>Tue, 14 Jan 2020 06:05:09 GMT</pubDate>
    <dc:creator>danilov.do</dc:creator>
    <dc:date>2020-01-14T06:05:09Z</dc:date>
    <item>
      <title>Static NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010917#M414714</link>
      <description>&lt;P&gt;Dears,&lt;BR /&gt;I met a problem of static NAT, my asa version is 9.6 . The topology:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="topology.png" style="width: 225px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/64995iD3750E341728452E/image-size/large?v=v2&amp;amp;px=999" role="button" title="topology.png" alt="topology.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And configuration of devices:&lt;/P&gt;&lt;P&gt;[R1]v15.2&lt;BR /&gt;int g1/0&lt;BR /&gt;&amp;nbsp;ip address 10.0.0.1 255.0.0.0&lt;BR /&gt;&amp;nbsp;no shutdown&lt;BR /&gt;===========================&lt;BR /&gt;[asa]&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 10.0.0.2 255.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;no shutdown&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 20.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;no shutdown&lt;BR /&gt;!&lt;BR /&gt;object network WEB&lt;BR /&gt;&amp;nbsp;host 20.0.0.2&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp 80 80&lt;BR /&gt;&amp;nbsp;nat (inside,outside) source dynamic any interface&lt;BR /&gt;!&lt;BR /&gt;access-list ICMP-WEB extended permit icmp any4 any4&lt;BR /&gt;access-list ICMP-WEB extended permit tcp any4 any4 eq www&lt;BR /&gt;access-list ICMP-WEB extended permit tcp any4 any4 eq https&lt;BR /&gt;access-list ICMP-WEB extended permit tcp any4 eq www any4&lt;BR /&gt;access-list ICMP-WEB extended permit tcp any4 eq https any4&lt;BR /&gt;access-group ICMP-WEB global&lt;BR /&gt;!&lt;BR /&gt;http server enable&lt;BR /&gt;http 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;===========================&lt;BR /&gt;[R2]v15.2&lt;BR /&gt;int g1/0&lt;BR /&gt;ip address 20.0.0.2 255.0.0.0&lt;BR /&gt;no shutdown&lt;BR /&gt;!&lt;BR /&gt;no ip routing&lt;BR /&gt;ip default-gateway 20.0.0.1&lt;/P&gt;&lt;P&gt;===========================&lt;/P&gt;&lt;P&gt;I have completed PAT on ASA.&amp;nbsp;R2 can ping R1(10.0.0.1) that has ICMP reply, and R2 can telnet 20.0.0.2 80(R2-self).&lt;/P&gt;&lt;P&gt;R1#telnet 10.0.0.2 80&lt;BR /&gt;Trying 10.0.0.2, 80 ...&lt;BR /&gt;%Connection timed out; remote host not responding&lt;/P&gt;&lt;P&gt;R1#&lt;BR /&gt;&lt;BR /&gt;R2#telnet 20.0.0.2 80&lt;BR /&gt;Trying 20.0.0.2, 80 ... Open&lt;BR /&gt;get&lt;BR /&gt;HTTP/1.1 400 Bad Request&lt;BR /&gt;Date: Tue, 14 Jan 2020 10:51:37 GMT&lt;BR /&gt;Server: cisco-IOS&lt;BR /&gt;Accept-Ranges: none&lt;/P&gt;&lt;P&gt;400 Bad Request&lt;BR /&gt;[Connection to 20.0.0.2 closed by foreign host]&lt;BR /&gt;R2#&lt;/P&gt;&lt;P&gt;===============================&lt;/P&gt;&lt;P&gt;&lt;FONT size="4" color="#FF0000"&gt;But I don't know why R1 can not telnet ASA(10.0.0.2) 80.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:49:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010917#M414714</guid>
      <dc:creator>Chin Chang</dc:creator>
      <dc:date>2020-02-21T17:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010964#M414715</link>
      <description>&lt;P&gt;ASA is not running any webservice on port 80 thats why you cannot. Can you please elaborate on what are you trying to achieve so we can help you more ?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 06:03:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010964#M414715</guid>
      <dc:creator>Muhammad Awais Khan</dc:creator>
      <dc:date>2020-01-14T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010966#M414716</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;I think you should remove second nat defintion in object-nat configuration that is:&lt;PRE&gt;!
object network WEB
 host 20.0.0.2
 nat (inside,outside) static interface service tcp 80 80
!&lt;/PRE&gt;&lt;BR /&gt;--&lt;BR /&gt;Dmitry.</description>
      <pubDate>Tue, 14 Jan 2020 06:05:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010966#M414716</guid>
      <dc:creator>danilov.do</dc:creator>
      <dc:date>2020-01-14T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010996#M414717</link>
      <description>Hi Muhammad Awais Khan,&lt;BR /&gt;"ASA is not running any webservice on port 80 thats why you cannot."&lt;BR /&gt;However, I have set http server enable, http 0.0.0.0 0.0.0.0 outside. ASA is running http, right?&lt;BR /&gt;&lt;BR /&gt;"Can you please elaborate on what are you trying to achieve so we can help you more ?"&lt;BR /&gt;I just doing lab. HAHA</description>
      <pubDate>Tue, 14 Jan 2020 07:12:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010996#M414717</guid>
      <dc:creator>Chin Chang</dc:creator>
      <dc:date>2020-01-14T07:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT on ASA</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010997#M414718</link>
      <description>&lt;P&gt;Hi danilov.do,&lt;BR /&gt;"I think you should remove second nat defintion in object-nat configuration"&lt;BR /&gt;But ASA has only PAT if remove it. Without static NAT.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 07:27:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa/m-p/4010997#M414718</guid>
      <dc:creator>Chin Chang</dc:creator>
      <dc:date>2020-01-14T07:27:10Z</dc:date>
    </item>
  </channel>
</rss>

