<?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: Unable to ping through ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939445#M30956</link>
    <description>&lt;P&gt;Your configuration looks correct for allowing ICMP from inside to outside.&amp;nbsp; Though&amp;nbsp; the NAT you posted is for subnet 100.2.0.0/24, not that it matters for this post.&amp;nbsp; However if router 7 actually has a public IP and you just changed it in this post, then you need to add a NAT rule.&lt;/P&gt;
&lt;P&gt;Otherwise, I would suggest doing a reboot of the ASA as it seems there might be some old settings hanging in a cache.&amp;nbsp; Try the ping again after reboot.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2019 19:43:17 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2019-10-11T19:43:17Z</dc:date>
    <item>
      <title>Unable to ping through ASA</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939438#M30955</link>
      <description>&lt;P&gt;I am currently trying to simply ping through my ASA from Router 1 at 10.10.0.1 to my Router 7 at a public ip address. But I am unable to ping through. I have set up nat and have applied the access rule permit ip any any,&amp;nbsp; and have applied them to every into every interface on the ASA. But I am still unable to ping through.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also router 1 can ping to inside interface of ASA at 10.10.0.2 and Router 7 can ping the outside interface of the ASA at the same public ip address.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA config:&lt;/P&gt;&lt;P&gt;show run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;: Serial Number: JMX2048Y0SR&lt;BR /&gt;: Hardware: ASA5505, 512 MB RAM, CPU Geode 500 MHz&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.1(6)&lt;BR /&gt;!&lt;BR /&gt;hostname TeamB-ASA-Outside-towards-ISP&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;&amp;lt;--- More ---&amp;gt; switchport access vlan 10&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address Some public ip address 255.255.0.0&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;interface Vlan10&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.10.0.2 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network inside-net&lt;BR /&gt;subnet 100.2.0.0 255.255.0.0&lt;BR /&gt;access-list 101 extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;&amp;lt;--- More ---&amp;gt; mtu outside 1500&lt;BR /&gt;no failover&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;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network inside-net&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;access-group 101 in interface inside&lt;BR /&gt;access-group 101 out interface inside&lt;BR /&gt;access-group 101 in interface outside&lt;BR /&gt;access-group 101 out interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 PUBLIC IP ADDRES OF Router 7&amp;nbsp;&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&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;&amp;lt;--- More ---&amp;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;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&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;webvpn&lt;BR /&gt;anyconnect-essentials&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;class-map inspection_defualt&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;&amp;lt;--- More ---&amp;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 dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;&amp;lt;--- More ---&amp;gt; call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank" rel="noopener"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;Cryptochecksum:4ed7c2ab79f15f50a5709e66f0e008b4&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 20:50:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939438#M30955</guid>
      <dc:creator>nathanvicencio</dc:creator>
      <dc:date>2019-10-11T20:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping through ASA</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939445#M30956</link>
      <description>&lt;P&gt;Your configuration looks correct for allowing ICMP from inside to outside.&amp;nbsp; Though&amp;nbsp; the NAT you posted is for subnet 100.2.0.0/24, not that it matters for this post.&amp;nbsp; However if router 7 actually has a public IP and you just changed it in this post, then you need to add a NAT rule.&lt;/P&gt;
&lt;P&gt;Otherwise, I would suggest doing a reboot of the ASA as it seems there might be some old settings hanging in a cache.&amp;nbsp; Try the ping again after reboot.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:43:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939445#M30956</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2019-10-11T19:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping through ASA</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939448#M30957</link>
      <description>&lt;P&gt;So router 7 does indeed have a public ip address and what is this Nat rule that you suggested?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I did indeed restart the ASA and i still cannot ping through. Do you have any other ideas? I've been trying to trouble shoot this problem for a while now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:51:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939448#M30957</guid>
      <dc:creator>nathanvicencio</dc:creator>
      <dc:date>2019-10-11T19:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping through ASA</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939455#M30958</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Currently your NAT configuration, that you have posted, is this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;object network inside-net&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; subnet 100.2.0.0 255.255.0.0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; nat (inside,outside) dynamic interface&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So to allow 10.10.0.1 to ping router 7 which has a public IP you would need to add a NAT statement for that IP or subnet:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;object network inside-net2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; subnet 10.10.0.0 255.255.255.248&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; nat (inside,outside) dynamic interface&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:57:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939455#M30958</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2019-10-11T19:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping through ASA</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939478#M30959</link>
      <description>&lt;P&gt;So, We do have access to a public ip address so i changed the outside ASA and router 7 ports to the correct public ip addresses. so the original NAT statement was correct i just had the Ip addresses wrong. But now that they are fixed&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the updated config with the correct public ip addresses on the outside interface of the asa.&lt;/P&gt;&lt;P&gt;I am also still unable to ping through the ASA&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2019.10.11 15:29:09 =~=~=~=~=~=~=~=~=~=~=~=&lt;BR /&gt;show run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;: Serial Number: JMX2048Y0SR&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;: Hardware: ASA5505, 512 MB RAM, CPU Geode 500 MHz&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.1(6)&lt;BR /&gt;!&lt;BR /&gt;hostname TeamB-ASA-Outside-towards-ISP&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;&amp;lt;--- More ---&amp;gt; switchport access vlan 10&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address THE PUBLIC IP ADDRESS&lt;BR /&gt;!&lt;BR /&gt;interface Vlan10&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.10.0.2 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network inside-net&lt;BR /&gt;subnet 100.2.0.0 255.255.0.0&lt;BR /&gt;access-list 101 extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;&amp;lt;--- More ---&amp;gt; mtu inside 1500&lt;BR /&gt;no failover&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;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network inside-net&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;access-group 101 in interface outside&lt;BR /&gt;access-group 101 out interface outside&lt;BR /&gt;access-group 101 in interface inside&lt;BR /&gt;access-group 101 out interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 100.2.0.254 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&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;&amp;lt;--- More ---&amp;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;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&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;webvpn&lt;BR /&gt;anyconnect-essentials&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;class-map inspection_defualt&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;&amp;lt;--- More ---&amp;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 dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;&amp;lt;--- More ---&amp;gt; call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank" rel="noopener"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;Cryptochecksum:855edd6ce07964338ffec0b803f2631b&lt;BR /&gt;: end&lt;BR /&gt;TeamB-ASA-Outside-towards-ISP(config)#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 20:32:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939478#M30959</guid>
      <dc:creator>nathanvicencio</dc:creator>
      <dc:date>2019-10-11T20:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping through ASA</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939556#M30960</link>
      <description>Can you post the packet-tracer output.&lt;BR /&gt;&lt;BR /&gt;Packet-tracer input inside icmp SOURCE-IP 8 0 DESTINATION-IP detailed.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;### RATE ALL HELPFUL RESPONSES ###</description>
      <pubDate>Sat, 12 Oct 2019 03:40:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939556#M30960</guid>
      <dc:creator>bhargavdesai</dc:creator>
      <dc:date>2019-10-12T03:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping through ASA</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939710#M30962</link>
      <description>&lt;P&gt;you still have an incorrect NAT statement for 10.10.0.1 to be able to ping R7.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;object network inside-net&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; subnet 100.2.0.0 255.255.0.0&amp;nbsp; &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;U&gt;&amp;lt;-- This subnet does not match the IP you are trying to ping R7 from. If your default route is correct then this is you public subnet&lt;/U&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; nat (inside,outside) dynamic interface&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;interface Vlan10&lt;BR /&gt;&amp;nbsp; nameif inside&lt;BR /&gt;&amp;nbsp; security-level 100&lt;BR /&gt;&amp;nbsp; ip address 10.10.0.2 255.255.255.248&amp;nbsp; &lt;EM&gt;&lt;FONT color="#FF0000"&gt;&amp;lt;-- You need NAT for this subnet&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You neet to configure NAT for the inside network subnet.&amp;nbsp; The NAT statment you have provided in the configuration is for the 100.2.0.0/16 subnet, you need to configure NAT for 10.10.0.0/29 subnet as I have mentioned in my previous post.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 22:45:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-through-asa/m-p/3939710#M30962</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2019-10-12T22:45:18Z</dc:date>
    </item>
  </channel>
</rss>

