<?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 8.0 static route allow only ICMP traffic in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620584#M595268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I already have this default route. But nothing is working....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jan 2011 14:55:34 GMT</pubDate>
    <dc:creator>epasqualotto</dc:creator>
    <dc:date>2011-01-05T14:55:34Z</dc:date>
    <item>
      <title>ASA 8.0 static route allow only ICMP traffic</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620580#M595260</link>
      <description>&lt;P&gt;Hi all, I have a strage problem with my ASA.&lt;/P&gt;&lt;P&gt;My LAN is 192.168.1.0/24 and my ASA ip is 192.168.1.252, I have added a router with IP 192.168.1.228 that have a network 192.168.10.0/24 inside it.&lt;/P&gt;&lt;P&gt;I want that all my client can reach all client of 192.168.10.0 network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added on my conf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my Inside ACL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Inside_access_in extended permit ip object-group Internet any &lt;BR /&gt;access-list Inside_access_in extended permit object-group Porte_aperte object-group Navigazione_limitata any &lt;BR /&gt;access-list Inside_access_in extended permit ip 192.168.1.0 255.255.255.0 192.168.10.0 255.255.255.0 &lt;BR /&gt;access-list Inside_access_in extended permit ip 192.168.10.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list Inside_access_in extended permit ip any any &lt;BR /&gt;access-list Inside_access_in extended deny ip object-group NO_Internet any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (Inside,Inside) 192.168.10.0 192.168.10.0 netmask 255.255.255.0 &lt;BR /&gt;static (Inside,Inside) 192.168.1.0 192.168.1.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is the static route:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route Inside 192.168.10.0 255.255.255.0 192.168.1.228 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I can ping all client on 192.168.10.0 networks but I can't connect to it with any port.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In attach all my conf&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:30:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620580#M595260</guid>
      <dc:creator>epasqualotto</dc:creator>
      <dc:date>2019-03-11T19:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.0 static route allow only ICMP traffic</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620581#M595262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this absolutely necessary that you have to resolve this using U-Turn translation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;topology:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.10.0/24---Router---192.168.1.0/24---ASA--Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the hosts in both the networks 192.168.1.0/24 and 192.168.10.0/24 network should point to the router's respective interface for their GW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The router should point to the ASA for its default route.&lt;/P&gt;&lt;P&gt;The route that you have on the ASA is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to fix this the way it is then you need to add two routes on your inside router so, it sends the response destined to the 192.168.1.0/24 back to the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the router:&lt;/P&gt;&lt;P&gt;ip route 192.168.1.0 255.255.255.128 192.168.1.252&lt;/P&gt;&lt;P&gt;ip route 192.168.1.128 255.255.255.128 192.168.1.252&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 14:08:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620581#M595262</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-05T14:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.0 static route allow only ICMP traffic</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620582#M595264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Sankar, all the client have the correct gateway and I've added this route to my router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 192.168.1.0 255.255.255.0 192.168.1.252&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think isn't necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I see on the log file is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deny TCP (no connection) from 192.168.1.189/2729 to 192.168.10.253/80 flags RST&amp;nbsp; on interface Inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 14:37:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620582#M595264</guid>
      <dc:creator>epasqualotto</dc:creator>
      <dc:date>2011-01-05T14:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.0 static route allow only ICMP traffic</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620583#M595266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean the clients are pointing to their GW as the router? If so you do not need this route on the router.&lt;/P&gt;&lt;P&gt;Pls. remove it and add the default gw.&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;no ip route 192.168.1.0 255.255.255.0 192.168.1.252 ---&amp;gt; remove&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.252 ---&amp;gt; add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 14:47:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620583#M595266</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-05T14:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.0 static route allow only ICMP traffic</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620584#M595268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I already have this default route. But nothing is working....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 14:55:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620584#M595268</guid>
      <dc:creator>epasqualotto</dc:creator>
      <dc:date>2011-01-05T14:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.0 static route allow only ICMP traffic</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620585#M595270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm..that is interesting. Now, at one point you had static (inside,inside) added so remove all those U-Turn statics that you added, issue a "clear xlate" (this will clear all translations going through the firewall so be warned) and try this again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the following configured.&lt;/P&gt;&lt;P&gt;1. All hosts in 192.168.1.0/24 should point to the router's IP address 192.168.1.x for their GW&lt;/P&gt;&lt;P&gt;2. All hosts in the 192.168.10.0/24 should also point to the router's IP address 192.168.10.x for their GW&lt;/P&gt;&lt;P&gt;3. Router should point to the ASA for its default route.&lt;/P&gt;&lt;P&gt;4. ASA should have a route for the 192.168.10.0/24 pointing to the router's IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is all you need.&lt;/P&gt;&lt;P&gt;If tcp traffic doesn't work then we need to watch the logs or gather captures on the ASA or on the host and see what might be going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 15:19:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620585#M595270</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-05T15:19:03Z</dc:date>
    </item>
    <item>
      <title>Hi, I have the same issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620586#M595272</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same issue with my Cisco ASA, after the static route is configured, I can ping the&amp;nbsp;remote network devices&amp;nbsp;and nothing else. For example I can ping IP phone or IP cam but can't browse or connect with telnet.&lt;/P&gt;&lt;P&gt;Did you find any solution for this ?&lt;/P&gt;&lt;P&gt;Will appreciate your help, thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:18:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-static-route-allow-only-icmp-traffic/m-p/1620586#M595272</guid>
      <dc:creator>artur.vardanyan</dc:creator>
      <dc:date>2015-02-16T13:18:20Z</dc:date>
    </item>
  </channel>
</rss>

