<?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 Cannot Ping local Subnet from ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057309#M895186</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Can someone please check this config,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have this asa5510 as our default gateway (10.0.0.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also have a 2821 router running cme with two sub interfaces (10.0.0.3 &amp;amp; 192.168.100.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a route on the asa to 192.168.100.0 but cannot ping to 192.168.100.1 from clients on the 10.0.0.0 network although I can from the asa itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see what is causing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 13:56:28 GMT</pubDate>
    <dc:creator>shaw.chris</dc:creator>
    <dc:date>2019-03-11T13:56:28Z</dc:date>
    <item>
      <title>Cannot Ping local Subnet from ASA</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057309#M895186</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Can someone please check this config,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have this asa5510 as our default gateway (10.0.0.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also have a 2821 router running cme with two sub interfaces (10.0.0.3 &amp;amp; 192.168.100.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a route on the asa to 192.168.100.0 but cannot ping to 192.168.100.1 from clients on the 10.0.0.0 network although I can from the asa itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see what is causing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:56:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057309#M895186</guid>
      <dc:creator>shaw.chris</dc:creator>
      <dc:date>2019-03-11T13:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping local Subnet from ASA</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057310#M895187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;asa config seems fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN 2821 router do you have a route back to reach 10.0.0.0/24 subnet  or a default route pointing to asa inside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;ip route 10.0.0.0 255.255.255.0 10.0.0.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 10.0.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you do have above example  already in 2821, can you gather asa logs while trying to ping 192.168.100.0/24  hosts from 10.0.0.0/24 network and post the logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 11:46:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057310#M895187</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-10-12T11:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping local Subnet from ASA</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057311#M895188</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 tried adding ip route 0.0.0.0 0.0.0.0 10.0.0.1 but still wouldn't work. Would it still need this route even though the 2821 has one of it's interfaces in the 10.0.0.0/24 network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try and ping from the client 10.0.0.78 to 192.168.100.1 this shows up in the asa log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;portmap translation creation failed for icmp src INSIDE:10.0.0.78 dst INSIDE:192.168.100.1 (type 8, code 0) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone have an idea what could be causing this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 18:45:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057311#M895188</guid>
      <dc:creator>shaw.chris</dc:creator>
      <dc:date>2008-10-12T18:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping local Subnet from ASA</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057312#M895190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought it may be to do with the ASA natting traffic to 192.168.100.0 so I added &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NONAT extended permit ip 10.0.0.0 255.255.255.0 192.168.100.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still doesn't ping but I get a different error on the ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No translation group found for icmp src INSIDE:10.0.0.78 dst INSIDE:192.168.100.1 (type 8, code 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 20:54:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057312#M895190</guid>
      <dc:creator>shaw.chris</dc:creator>
      <dc:date>2008-10-12T20:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping local Subnet from ASA</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057313#M895194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for late reply.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;invert the acl &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove &lt;/P&gt;&lt;P&gt;&lt;I&gt;no access-list NONAT extended permit ip 10.0.0.0 255.255.255.0 192.168.100.0 255.255.255.0&lt;/I&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewrite statement with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NONAT extended permit ip 192.168.100.0 255.255.255.0 10.0.0.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then try from 10.10.10.78 pinging to any host on the  192.168.100.0/24 net&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 00:39:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057313#M895194</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-10-13T00:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping local Subnet from ASA</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057314#M895196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add these commands and it will work fine with you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 10.0.0.0 10.0.0.0 netmask 255.0.0.0 norandomseq nailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 192.168.100.0 192.168.100.0 netmask 255.255.255.0 norandomseq nailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover timeout -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you put these commands it will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 04:00:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057314#M895196</guid>
      <dc:creator>amady3381</dc:creator>
      <dc:date>2008-10-13T04:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping local Subnet from ASA</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057315#M895198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, would it be possible to explain what these commands are doing as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 07:47:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057315#M895198</guid>
      <dc:creator>shaw.chris</dc:creator>
      <dc:date>2008-10-14T07:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping local Subnet from ASA</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057316#M895200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to the below link and you can find the answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&amp;amp;forum=Security&amp;amp;topic=Firewalling&amp;amp;topicID=.ee6e1fa&amp;amp;fromOutline=&amp;amp;CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.2cc1d776" target="_blank"&gt;http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&amp;amp;forum=Security&amp;amp;topic=Firewalling&amp;amp;topicID=.ee6e1fa&amp;amp;fromOutline=&amp;amp;CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.2cc1d776&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also you can have another solution if you put the default gateway for the users as the CME router (10.0.0.3) and point a default route on the router to the 10.0.0.1 (ip route 0.0.0.0 0.0.0.0 10.0.0.1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 08:03:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057316#M895200</guid>
      <dc:creator>amady3381</dc:creator>
      <dc:date>2008-10-14T08:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping local Subnet from ASA</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057317#M895202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this affect performance if all packets had to go through the router first rather than straight out of the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I have Site to Site VPN's set up that I wish to connect to the CME system e.g. 192.168.3.0 is a remote site. What steps would I need to take for this network to see the internal 192.168.100.0 network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 22:44:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-local-subnet-from-asa/m-p/1057317#M895202</guid>
      <dc:creator>shaw.chris</dc:creator>
      <dc:date>2008-11-05T22:44:04Z</dc:date>
    </item>
  </channel>
</rss>

