<?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: No matching connection for ICMP error message. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354440#M979083</link>
    <description>&lt;P&gt;Ok I will try that this week&lt;/P&gt;</description>
    <pubDate>Sat, 24 Mar 2018 14:23:47 GMT</pubDate>
    <dc:creator>CiscoBrownBelt</dc:creator>
    <dc:date>2018-03-24T14:23:47Z</dc:date>
    <item>
      <title>No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351676#M978920</link>
      <description>&lt;P&gt;See diagram attachment.&lt;/P&gt;
&lt;P&gt;I receive the following error in the logs of the ASA:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;no matching connection for ICMP error message: icmp src Inside:&amp;nbsp;10.10.10.1 dst identity: 10.10.10.251 (type 3 code 13) on Inside interface. Original payload: icmp src 10.10.10.251 dst 10.10.10.1 (type 0, code 0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So basically I am pining from the internal side (left router/10.10.10.1) to internal IP of FW (10.10.10.251).&lt;/P&gt;
&lt;P&gt;I added a network object (Internal Lan) to allow all 192 address so I entered 192.168.0.0 /16 and applied this to allow ICMP to the internal and external interfaces of the FW. Obviously it is not working. Can someone point me in right direction?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:32:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351676#M978920</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2020-02-21T15:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351704#M978924</link>
      <description>&lt;P&gt;Are you inspecting icmp in your class-map (which is referenced by the policy-map and applied via the service policy)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default an ASA doesn't inspect icmp and thus has no entry in the state table for it, resulting in the error message like the one you mentioned.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:45:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351704#M978924</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2018-03-20T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351718#M978926</link>
      <description>I did show run-conf | inc class-map and got:&lt;BR /&gt;class-map cmap-https&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;class-map cmap-http&lt;BR /&gt;&lt;BR /&gt;So basically, I created a new interface to the FW to use for another new lab network. I applied all the same ACLs to the new interface. Ping would work from IPs that are on the ACL statements. I simply added the 10.10.X networks to those ACLs but it won't work.</description>
      <pubDate>Tue, 20 Mar 2018 15:56:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351718#M978926</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-20T15:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351727#M978929</link>
      <description>&lt;P&gt;You should see something like this in the config. Note the inspect icmp statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map 
  inspect ftp 
  inspect h323 h225 
  inspect h323 ras 
  inspect rsh 
  inspect rtsp 
  inspect sqlnet 
  inspect skinny  
  inspect sunrpc 
  inspect xdmcp 
  inspect sip  
  inspect netbios 
  inspect tftp 
  inspect ip-options 
  inspect icmp 
  inspect pptp&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Mar 2018 16:00:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351727#M978929</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2018-03-20T16:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351783#M978931</link>
      <description>OK under policy-map global_policy there is no "inspect icmp".</description>
      <pubDate>Tue, 20 Mar 2018 17:25:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351783#M978931</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-20T17:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351842#M978933</link>
      <description>&lt;P&gt;Can you share the configuration of the ASA please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run the command &lt;STRONG&gt;&lt;EM&gt;debug icmp trace&lt;/EM&gt;&lt;/STRONG&gt; and then ping the inside interface of the firewall, what is the output in the logs?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Have you run packet tracer and see what it says?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 18:40:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351842#M978933</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-03-20T18:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351927#M978935</link>
      <description>I will have to check it out tomorrow. &lt;BR /&gt;So logs do show denies coming from the devices I ping from (all device except FW as shown in diagram), but I have entries to allow the anything on 192.168 (192.168.0.0 /16) in addition to the device IPs shown on diagram, but they still get denied. I added them as source and destinations and allowing icmp echo replies. Sound like anything I am missing?</description>
      <pubDate>Tue, 20 Mar 2018 21:00:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351927#M978935</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-20T21:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351928#M978936</link>
      <description>&lt;BR /&gt;So logs do show denies coming from the devices I ping from (all device except FW as shown in diagram), but I have entries to allow the anything on 192.168 (192.168.0.0 /16) in addition to the device IPs shown on diagram, but they still get denied. I added them as source and destinations and allowing icmp echo replies. Sound like anything I am missing?</description>
      <pubDate>Tue, 20 Mar 2018 21:00:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351928#M978936</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-20T21:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351957#M978938</link>
      <description>&lt;P&gt;On your diagram, what looks to be the inside interface of the FW has an IP address of 10.10.20.10.2 /24 - which is invalid, is that just incorrect on the diagram? You previously said the inside IP of the FW is 10.10.10.251.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mention the 192.168.0.0/16 subnet, do you have a route on the FW to that network?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will all become clearer tomorrow when we can have a look at the configuration of the ASA.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 21:49:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351957#M978938</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-03-20T21:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351988#M979075</link>
      <description>&lt;P&gt;Sorry diagram is wrong - I have updated it and attached it.&lt;/P&gt;
&lt;P&gt;FW is 10.10.20.2 and router g0/1 has ip 10.10.20.1.&lt;BR /&gt;Mistake again I meant to say 10.10 instead of 192.168.&lt;/P&gt;
&lt;P&gt;Yes I have the following route on the FW: route inside&amp;nbsp;10.10.0.0 255.255.0.0 10.10.20.1&amp;nbsp;to point to the router mgmt. sub interface to get to any 10.10.X.X traffic as I will have more than 10.10.10.X subnets.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 22:30:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351988#M979075</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-20T22:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351990#M979076</link>
      <description>&lt;P&gt;Forgot to attach.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 22:31:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3351990#M979076</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-20T22:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3352264#M979077</link>
      <description>&lt;P&gt;If you don't inspect icmp, the firewall won't allow the icmp echo reply return traffic that is required for ping to work. Add that inspection and try it again.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 09:51:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3352264#M979077</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2018-03-21T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354167#M979078</link>
      <description>I added a rule to allow the IPs via the GUI to ping. The service I put was "ping". Are you saying I still must have an inspection rule?</description>
      <pubDate>Fri, 23 Mar 2018 19:06:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354167#M979078</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-23T19:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354197#M979079</link>
      <description>Sorry I can't get the config on here.&lt;BR /&gt;Packet tracer shows everything is good when doing tests for TCP, UDP, HTTP, TCP- echo, ICMP echo-reply - between the internal devices and Edge router. Right now only the edge router will ping the FW from the CLI.&lt;BR /&gt;Strange. Given I get those results, what you think is happening?</description>
      <pubDate>Fri, 23 Mar 2018 20:43:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354197#M979079</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-23T20:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354219#M979080</link>
      <description>&lt;P&gt;From the cli add icmp inspect as Marvin suggested&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;policy-map global_policy
 class inspection_default
 inspect icmp&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 21:14:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354219#M979080</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-03-23T21:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354221#M979081</link>
      <description>It would help if we had the configuration of the firewall and router to assist the troubleshooting. Please save the configuration to files and upload on here.&lt;BR /&gt;Did you run a debug icmp trace when you run a ping test as previously suggested?&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Mar 2018 21:16:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354221#M979081</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-03-23T21:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354440#M979083</link>
      <description>&lt;P&gt;Ok I will try that this week&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 14:23:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354440#M979083</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-24T14:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354441#M979085</link>
      <description>Ok.&lt;BR /&gt;&lt;BR /&gt;The edge router connected to the Outside interface IS able to ping the FW.</description>
      <pubDate>Sat, 24 Mar 2018 14:25:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3354441#M979085</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-24T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: No matching connection for ICMP error message.</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3355164#M979086</link>
      <description>I will see if I can get configs.&lt;BR /&gt;&lt;BR /&gt;I will run that command and let you know.</description>
      <pubDate>Mon, 26 Mar 2018 14:26:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-connection-for-icmp-error-message/m-p/3355164#M979086</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2018-03-26T14:26:12Z</dc:date>
    </item>
  </channel>
</rss>

