<?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 Through Outside Interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141716#M357160</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;Can you try the "packet-tracer" to simulate the FTP connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input INFORMATIONAL-ZONE tcp 10.11.130.99 1025 10.11.131.10 21&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should tell what the ASA does to the connection. Please copy/paste the output here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also regarding the "security-level" settings. Usually the INSIDE is set to 100 and the OUTSIDE to 0. I dont see a reason to use them as equal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also check if the "inspect ftp" is enable on the firewall. You can also check the realtime logs through the ASDM to see what happens to the connection (although the above packet-tracer command should tell that also)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2013 11:48:26 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-02-04T11:48:26Z</dc:date>
    <item>
      <title>Cannot Ping Through Outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141713#M357157</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot seem to ping from the outside of my 5520 firewall to an inside network. I have a single physical outside interface connected to a Layer 2 switch, with a laptop connected to it. This is on network 10.11.131.0/28. From there, I cannot ping to the inside interface (which is a sub interface on G0/0) with network 10.11.130.0/24/ For some reason, it doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now. I had access-lists in place, but have removed them for testing and it still doesnt work. I have set the security level of inside and outside to 100, and entered the same-security-traffic permit inter-interface command - still no joy. Could somebody tell me if I have missed something? Below is the relevant configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0.96&lt;/P&gt;&lt;P&gt;description L3 Interface - Informational Zone&lt;/P&gt;&lt;P&gt;vlan 96&lt;/P&gt;&lt;P&gt;nameif INFORMATIONAL-ZONE&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 10.11.130.97 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt;description L3 Interface - Untrusted Zone&lt;/P&gt;&lt;P&gt;nameif UNTRUSTED-ZONE&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 10.11.131.1 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also no ACL on the inside interface (removed for troubleshooting). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the inside interface on the FW, there is a trunk to a L3 switch which also has a L3 interface for the inside VLAN. I can ping from the inside PC (10.11.130.99) to the outside PC (10.11.131.10), but not the other way around. Therefore, I cannot FTP or do anything else between the two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me if I have missed something?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:55:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141713#M357157</guid>
      <dc:creator>NES IT</dc:creator>
      <dc:date>2019-03-12T00:55:54Z</dc:date>
    </item>
    <item>
      <title>Cannot Ping Through Outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141714#M357158</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;Can you share some NAT and ACL configuration related to the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, referring to your problem with the ICMP from the "outside" host to the "inside" interface IP address of the ASA. This to my understanding is not possible in any case with the ASA. This should mean that the only interface you can access with a host behind the ASA is the interface behind which the host is. You cant access a remote interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other problem with ICMP between the "inside" and "outside" host should be handled by looking at the configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One usual problem with ICMP and ASAs is the missing of "inspect icmp" at the end of the ASA configurations. This configuration is NOT enabled by default. This configuration automatically allows the Echo-reply messages through the ASA and you wont have to configure ACL rules for ICMP return traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 11:26:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141714#M357158</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-04T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Cannot Ping Through Outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141715#M357159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no ACL or NAT configuration between these two interfaces, I have removed them to rule those out. Im trying to ping between an outside host and an inside host, not the interface of the ASA. I can ping from inside to outside, but not the other way. Therefore, FTP connections from inside to outside do not work (and thats what I need). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Im trying to FTP from the inside host 10.11.130.99 and the outside host 10.11.131.10 - but the connection doesnt work. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 11:37:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141715#M357159</guid>
      <dc:creator>NES IT</dc:creator>
      <dc:date>2013-02-04T11:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping Through Outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141716#M357160</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;Can you try the "packet-tracer" to simulate the FTP connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input INFORMATIONAL-ZONE tcp 10.11.130.99 1025 10.11.131.10 21&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should tell what the ASA does to the connection. Please copy/paste the output here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also regarding the "security-level" settings. Usually the INSIDE is set to 100 and the OUTSIDE to 0. I dont see a reason to use them as equal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also check if the "inspect ftp" is enable on the firewall. You can also check the realtime logs through the ASDM to see what happens to the connection (although the above packet-tracer command should tell that also)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 11:48:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141716#M357160</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-04T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Ping Through Outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141717#M357161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there's some another path between hosts? To me it looks like some kind of asymmetric routing, when one host sends traffic throug the asa, and other one - through some other gateway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 13:11:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-through-outside-interface/m-p/2141717#M357161</guid>
      <dc:creator>Andrew Phirsov</dc:creator>
      <dc:date>2013-02-04T13:11:09Z</dc:date>
    </item>
  </channel>
</rss>

