<?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 HiMy ASA doesnt allow nat  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562160#M205443</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;My ASA doesnt allow nat (inside,outside)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It only allows nat(inside)&lt;/P&gt;&lt;P&gt;What could cause this?&lt;/P&gt;&lt;P&gt;Would you please be able to assist on this question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/discussion/12316661/asa-5505-lan-no-internet-tcp-teardown-deny-connection-logs#comment-10062986&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 10 Nov 2014 10:07:23 GMT</pubDate>
    <dc:creator>Ravi</dc:creator>
    <dc:date>2014-11-10T10:07:23Z</dc:date>
    <item>
      <title>ASA:Unable to ping from Inside LAN to Outside LAN</title>
      <link>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562158#M205441</link>
      <description>&lt;P&gt;I am configuring basic ASA, but unable to ping from inside LAN-&amp;gt;dmz LAN, inside LAN -&amp;gt;outside LAN, dmz LAN-&amp;gt;outside LAN.&lt;/P&gt;&lt;P&gt;Attached is my basic topology and below are ASA configurations.&lt;/P&gt;&lt;P&gt;ciscoasa(config)# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.4(2)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 136.1.215.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt;&amp;nbsp;nameif dmz&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;ip address 10.10.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet4&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet5&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_1&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns migrated_dns_map_1&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;call-home reporting anonymous prompt 1&lt;BR /&gt;call-home&lt;BR /&gt;&amp;nbsp;profile CiscoTAC-1&lt;BR /&gt;&amp;nbsp; no active&lt;BR /&gt;&amp;nbsp; destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination address email &lt;A href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination transport-method http&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;crashinfo save disable&lt;BR /&gt;Cryptochecksum:29a8ded81399e01dacb949455ceabb7f&lt;BR /&gt;: end&lt;BR /&gt;ciscoasa(config)#&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:02:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562158#M205441</guid>
      <dc:creator>raza555</dc:creator>
      <dc:date>2019-03-12T05:02:14Z</dc:date>
    </item>
    <item>
      <title>Hi, With regards to the</title>
      <link>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562159#M205442</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With regards to the problem with ICMP from the DMZ/LAN to the external network the problem is most likely the missing NAT configurations. You should have a Dynamic PAT configurations for those internal subnets so they are visible with the public IP address to the external router. Then the ICMP should work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could for example use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside) after-auto source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure about the problem with the LAN -&amp;gt; DMZ ICMP problem. If this is a simulated lab situation I would make sure that the R1 has a default route towards the DMZ interface IP address of the ASA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There does not seem to be anything in the ASA configurations that should prevent ICMP from LAN to DMZ.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 08:24:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562159#M205442</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-11-06T08:24:52Z</dc:date>
    </item>
    <item>
      <title>HiMy ASA doesnt allow nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562160#M205443</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;My ASA doesnt allow nat (inside,outside)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It only allows nat(inside)&lt;/P&gt;&lt;P&gt;What could cause this?&lt;/P&gt;&lt;P&gt;Would you please be able to assist on this question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/discussion/12316661/asa-5505-lan-no-internet-tcp-teardown-deny-connection-logs#comment-10062986&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 10:07:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562160#M205443</guid>
      <dc:creator>Ravi</dc:creator>
      <dc:date>2014-11-10T10:07:23Z</dc:date>
    </item>
    <item>
      <title>Hi,It is because u are using</title>
      <link>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562161#M205444</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is because u are using ASA 8.2.5&lt;/P&gt;&lt;P&gt;You would have to use Nat and global statements.&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:58:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562161#M205444</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-11-13T05:58:24Z</dc:date>
    </item>
    <item>
      <title>HiThank you for responding I</title>
      <link>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562162#M205445</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you for responding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did double check. The Nat and global statements are defined&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look forward to your assistance. And thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 12:55:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unable-to-ping-from-inside-lan-to-outside-lan/m-p/2562162#M205445</guid>
      <dc:creator>Ravi</dc:creator>
      <dc:date>2014-11-13T12:55:31Z</dc:date>
    </item>
  </channel>
</rss>

