<?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 ASA5510 unable communication between eth0/1 and eth0/2 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5510-unable-communication-between-eth0-1-and-eth0-2/m-p/1414789#M750611</link>
    <description>&lt;P&gt;I have seen some previous posts regarding this matter but the solution is not quite clear.&amp;nbsp; Here is my issue:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a ASA5510 that has the following configuration:&lt;/P&gt;&lt;P&gt;ethernet 0/0 outside security level 0&lt;BR /&gt;ethernet 0/1 inside security level 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (192.168.2.0/24)&lt;BR /&gt;ethernet 0/2 private security level 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (192.168.3.0/24)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same−security−traffic permit inter−interface&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.2.0 255.255.255.0 192.168.2.0 255.255.255.0 &lt;BR /&gt;access-list nonat extended permit ip 192.168.3.0 255.255.255.0 192.168.3.0 255.255.255.0 &lt;BR /&gt;nat (Inside) 0 access-list nonat&lt;BR /&gt;nat (Inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (private) 0 access-list nonat&lt;BR /&gt;nat (private) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The servers on both were able to access internet. However, they cannot talk to each other. When I ping between 2 sides, the firewall log showed:&lt;/P&gt;&lt;P&gt;portmap translation creation failed for icmp src Inside:192.168.2.151dst private:192.168.3.101(type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what do I miss. Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 17:00:17 GMT</pubDate>
    <dc:creator>members1st</dc:creator>
    <dc:date>2019-03-11T17:00:17Z</dc:date>
    <item>
      <title>ASA5510 unable communication between eth0/1 and eth0/2</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-unable-communication-between-eth0-1-and-eth0-2/m-p/1414789#M750611</link>
      <description>&lt;P&gt;I have seen some previous posts regarding this matter but the solution is not quite clear.&amp;nbsp; Here is my issue:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a ASA5510 that has the following configuration:&lt;/P&gt;&lt;P&gt;ethernet 0/0 outside security level 0&lt;BR /&gt;ethernet 0/1 inside security level 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (192.168.2.0/24)&lt;BR /&gt;ethernet 0/2 private security level 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (192.168.3.0/24)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same−security−traffic permit inter−interface&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.2.0 255.255.255.0 192.168.2.0 255.255.255.0 &lt;BR /&gt;access-list nonat extended permit ip 192.168.3.0 255.255.255.0 192.168.3.0 255.255.255.0 &lt;BR /&gt;nat (Inside) 0 access-list nonat&lt;BR /&gt;nat (Inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (private) 0 access-list nonat&lt;BR /&gt;nat (private) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The servers on both were able to access internet. However, they cannot talk to each other. When I ping between 2 sides, the firewall log showed:&lt;/P&gt;&lt;P&gt;portmap translation creation failed for icmp src Inside:192.168.2.151dst private:192.168.3.101(type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what do I miss. Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:00:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-unable-communication-between-eth0-1-and-eth0-2/m-p/1414789#M750611</guid>
      <dc:creator>members1st</dc:creator>
      <dc:date>2019-03-11T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 unable communication between eth0/1 and eth0/2</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-unable-communication-between-eth0-1-and-eth0-2/m-p/1414790#M750644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your access-list appears incorrect.&lt;/P&gt;&lt;P&gt;Pls. change it to the following:&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.2.0 255.255.255.0 192.168.3.0 255.255.255.0 &lt;BR /&gt;access-list nonat extended permit ip 192.168.3.0 255.255.255.0 192.168.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 03:49:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-unable-communication-between-eth0-1-and-eth0-2/m-p/1414790#M750644</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-01-22T03:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 unable communication between eth0/1 and eth0/2</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-unable-communication-between-eth0-1-and-eth0-2/m-p/1414791#M750674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that you are facing assymetric routing issue in your n/w.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the default gateway of users behind Private and inside ifc the ASA itself or do you have a layer 3 device like router ? If you have one. then let the router handle the inter subnet communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should you not have any router, then you could try using TCP State Bypass mechanism in ASA (8.2(x) + only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read more about tcp-state-bypass method to overcome assymetric routing issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cisco.com/en/US/docs/security/asa/asa82/configuration/guide/conns_tcpstatebypass.html"&gt;http://cisco.com/en/US/docs/security/asa/asa82/configuration/guide/conns_tcpstatebypass.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 04:05:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-unable-communication-between-eth0-1-and-eth0-2/m-p/1414791#M750674</guid>
      <dc:creator>vilaxmi</dc:creator>
      <dc:date>2010-01-22T04:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 unable communication between eth0/1 and eth0/2</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-unable-communication-between-eth0-1-and-eth0-2/m-p/1414792#M750700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After change the access-list and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 15:09:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-unable-communication-between-eth0-1-and-eth0-2/m-p/1414792#M750700</guid>
      <dc:creator>members1st</dc:creator>
      <dc:date>2010-01-22T15:09:36Z</dc:date>
    </item>
  </channel>
</rss>

