<?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: Firewall configuration assistance in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firewall-configuration-assistance/m-p/1410835#M727963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That appears to be ICMP time exceeded message.&lt;/P&gt;&lt;P&gt;May be someone from the inside was trying to do a traceroute to an ip address on the outside and the icmp time exceeded message arriving on the outside interface is being denied.&amp;nbsp; I am not sure if you have icmp and icmp error inspection enabled. In addition to that you need to allow icmp time exceeded and icmp unreachable on the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To uderstand how traceroute works follow this link: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.freesoft.org/CIE/Topics/54.htm"&gt;http://www.freesoft.org/CIE/Topics/54.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Mar 2010 22:52:49 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2010-03-28T22:52:49Z</dc:date>
    <item>
      <title>Firewall configuration assistance</title>
      <link>https://community.cisco.com/t5/network-security/firewall-configuration-assistance/m-p/1410834#M727946</link>
      <description>&lt;P&gt;I am seeing this message on my syslog server that I have NO explaination for.&amp;nbsp; &lt;BR /&gt;Perhap someone can point me to the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostA---(i)ASAVPN(o)---ASAFW---Internet---VPNc--hostB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a site-to-site VPN between hostA and hostB between the ASA and the VPNc.&lt;BR /&gt;hostA is 192.168.1.1, ASAVPN inside interface is 192.168.1.254. ASAVPN outside interface&lt;BR /&gt;is 10.1.1.1 and the ASAFW internal interface is 10.1.1.254.&amp;nbsp; here is the configuration on &lt;BR /&gt;the ASAFW, VPNc external ip address is 65.198.18.190:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (i,o) 4.2.2.2 10.1.1.1 netmask 255.255.255.255&lt;BR /&gt;access-list FW-out permit icmp VPNc 4.2.2.2 log&lt;BR /&gt;access-list FW-out permit udp VPNc 4.2.2.2 eq 500 log&lt;BR /&gt;access-list FW-out permit udp VPNc 4.2.2.2 eq 4500 log&lt;BR /&gt;access-list FW-out permit esp VPNc 4.2.2.2 log&lt;BR /&gt;access-list FW-out deny ip any any log&lt;BR /&gt;access-group FW-out in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the ASAVPN, this is what I have (relevant configuration):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no nat-control&lt;BR /&gt;icmp permit host 10.1.1.254 outside&lt;BR /&gt;access-list vpn permit host 192.168.1.1 host 192.168.2.1&lt;BR /&gt;isakmp identity address&lt;BR /&gt;isakmp nat-traversal 10&lt;BR /&gt;crypto isakmp enable&lt;BR /&gt;crypto map vpn 10 ipsec-isakmp&lt;BR /&gt;crypto map vpn 10 set peer VPNc&lt;BR /&gt;crypto map vpn 10 set trans 3des&lt;BR /&gt;crypto map vpn 10 set pfs group2&lt;BR /&gt;crypto map vpn 10 match address vpn&lt;BR /&gt;crypto map vpn interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VPNc public interface:&amp;nbsp; 165.10.18.59&lt;BR /&gt;VPNc Private interface: 192.168.2.254&lt;BR /&gt;hostB:&amp;nbsp; 192.168.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA is running version 8.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The site-2-site VPN between the VPNc and the ASAVPN is working fine.&amp;nbsp; However, I am getting this syslog&lt;BR /&gt;message from the ASAVPN on my syslog server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASAVPN Mar 25 2010 02:09:39: %ASA-3-313001: Denied&lt;BR /&gt;ICMP type=11, code=0 from 152.63.38.173 on interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does this IP 152.63.38.173 even make it to the ASAVPN device? &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:26:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-configuration-assistance/m-p/1410834#M727946</guid>
      <dc:creator>cciesec2011</dc:creator>
      <dc:date>2019-03-11T17:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall configuration assistance</title>
      <link>https://community.cisco.com/t5/network-security/firewall-configuration-assistance/m-p/1410835#M727963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That appears to be ICMP time exceeded message.&lt;/P&gt;&lt;P&gt;May be someone from the inside was trying to do a traceroute to an ip address on the outside and the icmp time exceeded message arriving on the outside interface is being denied.&amp;nbsp; I am not sure if you have icmp and icmp error inspection enabled. In addition to that you need to allow icmp time exceeded and icmp unreachable on the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To uderstand how traceroute works follow this link: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.freesoft.org/CIE/Topics/54.htm"&gt;http://www.freesoft.org/CIE/Topics/54.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Mar 2010 22:52:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-configuration-assistance/m-p/1410835#M727963</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-03-28T22:52:49Z</dc:date>
    </item>
  </channel>
</rss>

