<?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: %ASA-4: No matching connection for ICMP error message: in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/4179569#M1075545</link>
    <description>&lt;P&gt;I'm seeing this with two devices that are directly connected to the ASA and am wondering what might cause that.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 20:17:01 GMT</pubDate>
    <dc:creator>flerben33</dc:creator>
    <dc:date>2020-11-05T20:17:01Z</dc:date>
    <item>
      <title>%ASA-4: No matching connection for ICMP error message:</title>
      <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3805310#M132569</link>
      <description>&lt;P&gt;So while looking at the logging monitor in the ASDM, I see the following below when just accessing webpages from my PC.&lt;/P&gt;
&lt;P&gt;Can anyone help explain what this all means as I am not pinging anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;Feb 19 2019&lt;/TD&gt;
&lt;TD&gt;21:24:58&lt;/TD&gt;
&lt;TD&gt;313005&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;No matching connection for ICMP error message: icmp src inside: X.X.X.98 dst outside: X.X.X.11 (type 3, code 3) on inside interface. Original IP payload: udp src X.X.X.11/53 dst X.X.X.98/52906.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Syslog Details:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%ASA-4-313005: No matching connection for ICMP error message: &lt;BR /&gt;icmp_msg_info on interface_name interface. Original IP payload: &lt;BR /&gt;embedded_frame_info icmp_msg_info = icmp src src_interface_name:src_address [([idfw_user | FQDN_string], sg_info)] dst dest_interface_name:dest_address [([idfw_user | FQDN_string], sg_info)] (type icmp_type, code icmp_code) &lt;BR /&gt;embedded_frame_info = prot src source_address/source_port [([idfw_user | &lt;BR /&gt;FQDN_string], sg_info)] dst dest_address/dest_port [(idfw_user|FQDN_string), &lt;BR /&gt;sg_info]&lt;BR /&gt;ICMP error packets were dropped by the ASA because the ICMP error messages are not related to any session already established in the ASA.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 11:22:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3805310#M132569</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2019-03-12T11:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: %ASA-4: No matching connection for ICMP error message:</title>
      <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3805467#M132570</link>
      <description>ICMP type 3 is destination unreachable. As the name implies, ASA received&lt;BR /&gt;ICMP unreachable message and dropped it because there is no ICMP active&lt;BR /&gt;connection for same source destination.&lt;BR /&gt;&lt;BR /&gt;Typically this is because you initiated a connected to an IP address xyz&lt;BR /&gt;and when the packet passed ASA and arrived at your upstream router, the&lt;BR /&gt;router can't route this packet because there is no route entry in its&lt;BR /&gt;table. The router will respond with destination unreachable message to you.&lt;BR /&gt;Now ASA will drop this packet because you don't have active connection for&lt;BR /&gt;ICMP and you don't have an ACL to allow ICMP unreachable.&lt;BR /&gt;&lt;BR /&gt;Hope its clear now. To fix this issue look at your upstream router (or l3&lt;BR /&gt;switch) and see why it can't route packets. Also, if you don't have&lt;BR /&gt;security concerns allow ICMP unreachable messages through an ACL.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2019 04:06:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3805467#M132570</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2019-02-20T04:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: %ASA-4: No matching connection for ICMP error message:</title>
      <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3805849#M132571</link>
      <description>&lt;P&gt;Ok thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say router can't route the packets I am a bit confused. Wouldn't it route to the internet webpage via default 0.0.0.0 route or are you describing a different kind or route process that happens?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 14:13:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3805849#M132571</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2019-02-20T14:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: %ASA-4: No matching connection for ICMP error message:</title>
      <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3805978#M132572</link>
      <description>Ideally you are right but this isn't happening which you need to look at</description>
      <pubDate>Wed, 20 Feb 2019 16:09:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3805978#M132572</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2019-02-20T16:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: %ASA-4: No matching connection for ICMP error message:</title>
      <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3807254#M132573</link>
      <description>Awesome thanks!&lt;BR /&gt;Perhaps some misconfiguration or something. I will look.</description>
      <pubDate>Thu, 21 Feb 2019 23:25:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/3807254#M132573</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2019-02-21T23:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: %ASA-4: No matching connection for ICMP error message:</title>
      <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/4042657#M1067537</link>
      <description>&lt;P&gt;We had the same problem and log messages.&amp;nbsp;&lt;BR /&gt;The solution in our scenario is to disable IPv6 on the ethernet adapter of the affected notebook. After that, DNS was successful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Just in case, some other have the same problem, this might be an alternative solution.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 09:50:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/4042657#M1067537</guid>
      <dc:creator>Kevin_W</dc:creator>
      <dc:date>2020-03-09T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: %ASA-4: No matching connection for ICMP error message:</title>
      <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/4042782#M1067547</link>
      <description>Good stuff thanks.&lt;BR /&gt;I will try that.</description>
      <pubDate>Mon, 09 Mar 2020 13:49:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/4042782#M1067547</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2020-03-09T13:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: %ASA-4: No matching connection for ICMP error message:</title>
      <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/4179569#M1075545</link>
      <description>&lt;P&gt;I'm seeing this with two devices that are directly connected to the ASA and am wondering what might cause that.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 20:17:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/4179569#M1075545</guid>
      <dc:creator>flerben33</dc:creator>
      <dc:date>2020-11-05T20:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: %ASA-4: No matching connection for ICMP error message:</title>
      <link>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/4412581#M1081252</link>
      <description>&lt;P&gt;Neither explanation is sufficient in my opinion. The Unreachable packet refers to a previous UDP/53 DNS packet (a reply packet actually) that is probably a valid reply to a valid DNS request. Somehow the client refuses to accept the DNS reply as if it had already removed the UDP socket from its connection table but why? The client should accept the DNS response and should not send ICMP unreachable.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 14:11:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-4-no-matching-connection-for-icmp-error-message/m-p/4412581#M1081252</guid>
      <dc:creator>Peter Koltl</dc:creator>
      <dc:date>2021-06-03T14:11:27Z</dc:date>
    </item>
  </channel>
</rss>

