<?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: Cannot ping Outside interface in ASA at home in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3751326#M8919</link>
    <description>&lt;P&gt;I'm not sure why turning off one server would break access to another one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you have a mix of dynamic and static NATs for a given interface, put the dynamic NAT last in the list.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Nov 2018 09:57:34 GMT</pubDate>
    <dc:creator>Marvin Rhoads</dc:creator>
    <dc:date>2018-11-22T09:57:34Z</dc:date>
    <item>
      <title>Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747818#M8900</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a problem on Cisco Asa. Here&amp;nbsp;are&amp;nbsp;my config:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;object network PARTNER-NETOBJ&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt; &lt;FONT color="#0000FF"&gt;subnet 10.175.0.0 255.255.0.0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;nat (PARTNER,outside) dynamic AAA.AAA.AAA.AAA&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;object-group service PARTNER-SEROBJ&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object tcp destination eq www&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object tcp destination eq domain&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object udp destination eq domain&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object tcp destination eq https&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object icmp echo-reply&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object icmp&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object tcp destination eq 8000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object tcp destination eq 8082&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object tcp destination eq 3306&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object tcp destination eq ssh&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt; service-object icmp echo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;access-group OUT-IN-ACL in interface outside&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;access-list OUT-IN-ACL extended permit object-group PARTNER-SEROBJ any object PARTNER-NETOBJ log&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt; message-length maximum client auto&lt;BR /&gt; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect h323 h225&lt;BR /&gt; inspect h323 ras&lt;BR /&gt; inspect rsh&lt;BR /&gt; inspect rtsp&lt;BR /&gt; inspect sqlnet&lt;BR /&gt; inspect skinny&lt;BR /&gt; inspect sunrpc&lt;BR /&gt; inspect xdmcp&lt;BR /&gt; inspect sip&lt;BR /&gt; inspect netbios&lt;BR /&gt; inspect tftp&lt;BR /&gt; inspect ip-options&lt;BR /&gt; inspect pptp&lt;BR /&gt; inspect dns&lt;BR /&gt; inspect icmp&lt;BR /&gt; class FTP-CM&lt;BR /&gt; inspect ftp&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;service-policy global_policy global&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- inside clients can access and ping to any web&lt;/P&gt;
&lt;P&gt;- At home I cannot ping to AAA.AAA.AAA.AAA, I think it blocked by ASA and I use capture command to check&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;capture capin interface outside match icmp any any&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;capture capout interface partner match icmp any any&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;show capture capin&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;178: 11:49:26.455832 802.1Q vlan#2 P0 123.30.114.xxx &amp;gt; AAA.AAA.AAA.AAA : icmp: echo request&lt;BR /&gt;179: 11:49:31.456092 802.1Q vlan#2 P0 123.30.114.xxx &amp;gt; AAA.AAA.AAA.AAA : icmp: echo request&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;show capture capout&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;0 packet captured&lt;/P&gt;
&lt;P&gt;0 packet shown&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As information above, I see my IP Addr at home send icmp packet to AAA.AAA.AAA.AAA but it doesn't send back echo reply and I also check log in ASA and didn't see any icmp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone help me ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sang.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:28:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747818#M8900</guid>
      <dc:creator>bvn63</dc:creator>
      <dc:date>2020-02-21T16:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747825#M8901</link>
      <description>&lt;P&gt;Since its One-to-One NAT why do you use Dynamic ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;object network PARTNER-NETOBJ&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;host 10.175.4.10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;nat (PARTNER,outside) dynamic AAA.AAA.AAA.AAA&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;Change to&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;object network PARTNER-NETOBJ&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;host 10.175.4.10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;nat (PARTNER,outside)&amp;nbsp;static AAA.AAA.AAA.AAA&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 05:39:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747825#M8901</guid>
      <dc:creator>k.nandakumar</dc:creator>
      <dc:date>2018-11-16T05:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747830#M8903</link>
      <description>&lt;P&gt;Hi Nandakumar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I post wrong info, I change it to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;object network PARTNER-NETOBJ&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;host 10.175.4.10&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;to&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;subnet 10.175.0.0 255.255.0.0&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 06:01:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747830#M8903</guid>
      <dc:creator>bvn63</dc:creator>
      <dc:date>2018-11-16T06:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747832#M8905</link>
      <description>&lt;P&gt;Enable "inspect icmp" under class map.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also enable logging and provide the log message.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 06:06:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747832#M8905</guid>
      <dc:creator>k.nandakumar</dc:creator>
      <dc:date>2018-11-16T06:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747835#M8908</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;inspect icmp enabled under class map and i check log and didn't see any icmp&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 06:10:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747835#M8908</guid>
      <dc:creator>bvn63</dc:creator>
      <dc:date>2018-11-16T06:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747836#M8911</link>
      <description>&lt;P&gt;Since your nat is dynamic many-to-one, you will not be able to initiate traffic inbound as the ASA would have no way of knowing which of the hosts in the 10.175.0.0 network to send the traffic to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could only do that if you have a static 1-1 nat.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 06:11:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747836#M8911</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2018-11-16T06:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747838#M8914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Marvin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for suggesting, I&amp;nbsp;change it to static and it worked, thank you so much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also I thank you&amp;nbsp;&lt;SPAN&gt;Nandakumar.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sang.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 06:19:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3747838#M8914</guid>
      <dc:creator>bvn63</dc:creator>
      <dc:date>2018-11-16T06:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3751287#M8917</link>
      <description>&lt;P&gt;Hi Marvin,&lt;/P&gt;
&lt;P&gt;I have configured a static 1-1 nat as your advise&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network PARTNER-NETOBJ-NAT-10.175.4.10---1-1&lt;/P&gt;
&lt;P&gt;host 10.175.4.10&lt;/P&gt;
&lt;P&gt;nat (Partner,outside) static AAA.AAA.AAA.AAA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ping to AAA.AAA.AAA.AAA from my home and it worked. After I configure one more static 1-1 nat to another server&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network PARTNER-NETOBJ-NAT-10.175.4.12---1-1&lt;/P&gt;
&lt;P&gt;host 10.175.4.12&lt;/P&gt;
&lt;P&gt;nat (Partner,outside) static AAA.AAA.AAA.AAA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and I also can ping to AAA.AAA.AAA.AAA from my home but if I power off server (10.175.4.10) then I cannot ping to AAA.AAA.AAA.AAA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I can ping to one of servers while another server off ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Also I configured NAT https port for mail exchange but I access it from my home and it doesn't work (https:\\mail.abc.name.vn\owa), I cannot see any traffic from my home to mail exchange server and asa logging via https.&lt;/P&gt;
&lt;P&gt;object network PARTNER-NETOBJ&lt;BR /&gt; subnet 10.175.0.0 255.255.0.0&lt;BR /&gt; nat (PARTNER,outside) dynamic AAA.AAA.AAA.AAA&lt;/P&gt;
&lt;P&gt;object network PARTNER-NETOBJ-NAT-10.175.4.10---1-1&lt;BR /&gt; host 10.175.4.10&lt;/P&gt;
&lt;P&gt;object network PARTNER-NETOBJ-NAT-10.175.4.10---8000&lt;BR /&gt; host 10.175.4.10&lt;BR /&gt; nat (PARTNER,outside) static AAA.AAA.AAA.AAA service tcp 8000 8000&lt;/P&gt;
&lt;P&gt;object network PARTNER-NETOBJ-NAT-10.175.4.10---8082&lt;BR /&gt; host 10.175.4.10&lt;BR /&gt; nat (PARTNER,outside) static AAA.AAA.AAA.AAA service tcp 8082 8082&lt;/P&gt;
&lt;P&gt;object network PARTNER-NETOBJ-NAT-10.175.4.10---3306&lt;BR /&gt; host 10.175.4.10&lt;BR /&gt; nat (PARTNER,outside) static AAA.AAA.AAA.AAA service tcp 3306 3306&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-----&lt;BR /&gt;Mail Server Exchange&lt;/P&gt;
&lt;P&gt;object network PARTNER-NETOBJ-NAT-10.175.4.12---1-1&lt;BR /&gt; host 10.175.4.12&lt;BR /&gt; nat (PARTNER,outside) static AAA.AAA.AAA.AAA&lt;/P&gt;
&lt;P&gt;object network PARTNER-NETOBJ-NAT-10.175.4.12---25&lt;BR /&gt; host 10.175.4.12&lt;BR /&gt; nat (PARTNER,outside) static AAA.AAA.AAA.AAA service tcp smtp smtp&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network PARTNER-NETOBJ-NAT-10.175.4.12---443&lt;BR /&gt; host 10.175.4.12&lt;BR /&gt; nat (PARTNER,outside) static AAA.AAA.AAA.AAA service tcp https https&lt;/P&gt;
&lt;P&gt;object network PARTNER-NETOBJ-NAT-10.175.4.12---80&lt;BR /&gt; host 10.175.4.12&lt;BR /&gt; nat (PARTNER,outside) static AAA.AAA.AAA.AAA service tcp www www&lt;/P&gt;
&lt;P&gt;---------&lt;/P&gt;
&lt;P&gt;object-group service PARTNER-SEROBJ-10.175.4.10&lt;BR /&gt; service-object tcp destination eq www&lt;BR /&gt; service-object tcp destination eq domain&lt;BR /&gt; service-object udp destination eq domain&lt;BR /&gt; service-object tcp destination eq 8000&lt;BR /&gt; service-object tcp destination eq 8082&lt;BR /&gt; service-object tcp destination eq 3306&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object-group service PARTNER-SEROBJ-10.175.4.12&lt;BR /&gt; service-object tcp destination eq www&lt;BR /&gt; service-object tcp destination eq domain&lt;BR /&gt; service-object udp destination eq domain&lt;BR /&gt; service-object tcp destination eq smtp&lt;BR /&gt; service-object tcp destination eq https&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;access-list OUT-IN-ACL extended permit object-group PARTNER-SEROBJ-10.175.4.12 any object PARTNER-NETOBJ-NAT-10.175.4.12---1-1 log&lt;BR /&gt;access-list OUT-IN-ACL extended permit object-group PARTNER-SEROBJ-10.175.4.10 any object PARTNER-NETOBJ-NAT-10.175.4.10---1-1 log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-group OUT-IN-ACL in interface outside&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Can you help me ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sang.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 08:49:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3751287#M8917</guid>
      <dc:creator>bvn63</dc:creator>
      <dc:date>2018-11-22T08:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3751326#M8919</link>
      <description>&lt;P&gt;I'm not sure why turning off one server would break access to another one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you have a mix of dynamic and static NATs for a given interface, put the dynamic NAT last in the list.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 09:57:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3751326#M8919</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2018-11-22T09:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3751344#M8922</link>
      <description>&lt;P&gt;Enable "inspect icmp" under class map.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;giving this command will enable ping reply from every interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the best is define an access-list&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-list XXXX permit icmp any priviate-server echo&lt;/P&gt;
&lt;P&gt;access-group XXX in interface (outside/dmz etc)&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 10:29:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3751344#M8922</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2018-11-22T10:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping Outside interface in ASA at home</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3751766#M8927</link>
      <description>Hi Marvin,&lt;BR /&gt;&lt;BR /&gt;Thank you for your suggestion on how to change NAT priority, I delete Dynamic NAT and recreate it and it worked. Again thank you so much.&lt;BR /&gt;Sang</description>
      <pubDate>Fri, 23 Nov 2018 06:50:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-outside-interface-in-asa-at-home/m-p/3751766#M8927</guid>
      <dc:creator>bvn63</dc:creator>
      <dc:date>2018-11-23T06:50:44Z</dc:date>
    </item>
  </channel>
</rss>

