<?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 Inside ping to outside interface ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/inside-ping-to-outside-interface-asa/m-p/1246891#M772602</link>
    <description>&lt;P&gt;I am using an ASA 5510. I have no issues receiving echo-replies from outside devices, but I can't get one from the outside interface on my ASA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is by design right? Is there a work around?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 16:26:46 GMT</pubDate>
    <dc:creator>oneirishpollack</dc:creator>
    <dc:date>2019-03-11T16:26:46Z</dc:date>
    <item>
      <title>Inside ping to outside interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/inside-ping-to-outside-interface-asa/m-p/1246891#M772602</link>
      <description>&lt;P&gt;I am using an ASA 5510. I have no issues receiving echo-replies from outside devices, but I can't get one from the outside interface on my ASA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is by design right? Is there a work around?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:26:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-ping-to-outside-interface-asa/m-p/1246891#M772602</guid>
      <dc:creator>oneirishpollack</dc:creator>
      <dc:date>2019-03-11T16:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Inside ping to outside interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/inside-ping-to-outside-interface-asa/m-p/1246892#M772611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are on the inside by design you cannot ping the outside interface or other interfaces other than the interface the host is under.. say if you host is on the inside interface and tries to ping DMZ interface  by design will not happen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can however ping outside interface  from the outside if you permit it by rule. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 18:06:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-ping-to-outside-interface-asa/m-p/1246892#M772611</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2009-10-16T18:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inside ping to outside interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/inside-ping-to-outside-interface-asa/m-p/1246893#M772626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I was trying to ping the mapped addresses of inside devices. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I was on a 10.7.20.20 machine trying to ping the mapped outside address of the 10.7.20.21 machine. The mapped outside address is 171.23.23.40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can receive a echo-reply from 10.7.20.21, but not the mapped address of 171.23.23.40.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 19:02:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-ping-to-outside-interface-asa/m-p/1246893#M772626</guid>
      <dc:creator>oneirishpollack</dc:creator>
      <dc:date>2009-10-16T19:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inside ping to outside interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/inside-ping-to-outside-interface-asa/m-p/1246894#M772658</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;We can achieve this by configuring hairpining or u-turning on the firewall. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands required for the same are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 171.23.23.40 10.7.20.21 norandomseq nailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security traffic permit inter-interface&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P&gt;failover timeout -1&lt;/P&gt;&lt;P&gt;global (inside) 1 interface (Assuming you have nat (inside) 1 0 0 configured)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow the following document for more information on the same:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968d1.shtml#solution2" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968d1.shtml#solution2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that this will only work in case the default gateway for both 10.7.20.21 and 10.7.20.20 is firewall (in other words both the echo request and reply are handled by the firewall)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 18:57:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-ping-to-outside-interface-asa/m-p/1246894#M772658</guid>
      <dc:creator>mkharban</dc:creator>
      <dc:date>2009-11-11T18:57:20Z</dc:date>
    </item>
  </channel>
</rss>

