<?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: Problem with intra-interface routing on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-intra-interface-routing-on-asa/m-p/1520931#M579377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that the 192.168.93.0 is the network directly connected to the ASA. There is something missing, remember that the network you are trying to reach is also on a high security level.. or on the same security level... so it needs a translation as well.... lets assume that the network behind the second firewall is 10.10.10.0/24, so on the first firewall you will need the following configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 10.10.10.0 10.10.10.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on the second firewall you will need the following line in order to avoid nat on the second firewall when going to the 93 network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nat0 permit ip 10.10.10.0 255.255.255.0 192.168.93.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nat0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ICMP is working because it doesnt care about the sequence of ICMP messages, if you put the inspection, it will die.&lt;/P&gt;&lt;P&gt;Try this out and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Nov 2010 16:42:47 GMT</pubDate>
    <dc:creator>Maykol Rojas</dc:creator>
    <dc:date>2010-11-27T16:42:47Z</dc:date>
    <item>
      <title>Problem with intra-interface routing on ASA</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-intra-interface-routing-on-asa/m-p/1520930#M579369</link>
      <description>&lt;P&gt;Hi Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve just set up an ASA5510 &lt;SPAN style="background-color: #f8fafd;"&gt;the intra-interface routing is not working as i expected. My topology is precisly as in the &lt;A href="http://www.cisco.com/image/gif/paws/71342/intra-interface-communications-5.gif" target="_blank"&gt;http://www.cisco.com/image/gif/paws/71342/intra-interface-communications-5.gif&lt;/A&gt;.&amp;nbsp; The client have the ASA as their default gateway and then i have a second firewall on the same subnet.&amp;nbsp; I´ve used the "same-securty-level permit intra-interface" and a static route (the default route points to outside), icmp (and probably udp) works fine but not TCP. I´ve read a lot of explentations why it doesnt work and some solutions but i doesn´t help. According to :&lt;A href="http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a0080734db7.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a0080734db7.shtml&lt;/A&gt; everthing should just work fine with that only command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;I tried this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;access-list INTRA_INTERFACE permit ip 192.168.93.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list INTRA_INTERFACE&lt;/P&gt;&lt;P&gt;global (inside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the then i didn´t get any traffic through the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;jmandersson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:14:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-intra-interface-routing-on-asa/m-p/1520930#M579369</guid>
      <dc:creator>jmandersson</dc:creator>
      <dc:date>2019-03-11T19:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with intra-interface routing on ASA</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-intra-interface-routing-on-asa/m-p/1520931#M579377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that the 192.168.93.0 is the network directly connected to the ASA. There is something missing, remember that the network you are trying to reach is also on a high security level.. or on the same security level... so it needs a translation as well.... lets assume that the network behind the second firewall is 10.10.10.0/24, so on the first firewall you will need the following configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 10.10.10.0 10.10.10.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on the second firewall you will need the following line in order to avoid nat on the second firewall when going to the 93 network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nat0 permit ip 10.10.10.0 255.255.255.0 192.168.93.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nat0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ICMP is working because it doesnt care about the sequence of ICMP messages, if you put the inspection, it will die.&lt;/P&gt;&lt;P&gt;Try this out and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Nov 2010 16:42:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-intra-interface-routing-on-asa/m-p/1520931#M579377</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-11-27T16:42:47Z</dc:date>
    </item>
  </channel>
</rss>

