<?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: no communication between same security interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316080#M765356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you need the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside_wlan) 192.168.1.0 192.168.1.0 net 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. enable logging:&lt;/P&gt;&lt;P&gt;loggin on&lt;/P&gt;&lt;P&gt;logging buffered 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh logg | i 192.168.1.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you ping the 10.10.10.x host from a 192.68.1.x host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link for same security intra/inter:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wpxref77088" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wpxref77088&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2009 00:51:45 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2009-10-12T00:51:45Z</dc:date>
    <item>
      <title>no communication between same security interfaces</title>
      <link>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316079#M765355</link>
      <description>&lt;P&gt;I cannot open shared network drive and ping between two interfaces with same security level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; nameif inside_wlan&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.10.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit tcp object-group network_group_inside any object-group service_group_inside2otside_tcp&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit udp object-group network_group_inside any object-group service_group_inside2outside_udp&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_wlan_access_in extended permit tcp object-group network_group_inside_wlan any object-group service_group_inside_wlan2otside_tcp&lt;/P&gt;&lt;P&gt;access-list inside_wlan_access_in extended permit udp object-group network_group_inside_wlan any object-group service_group_inside_wlan2outside_udp&lt;/P&gt;&lt;P&gt;access-list inside_wlan_access_in extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat-control&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside_wlan) 1 10.10.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 4662 home 4662 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) udp interface 4672 home 4672 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_wlan_access_in in interface inside_wlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:25:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316079#M765355</guid>
      <dc:creator>mekael.itzik</dc:creator>
      <dc:date>2019-03-11T16:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: no communication between same security interfaces</title>
      <link>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316080#M765356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you need the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside_wlan) 192.168.1.0 192.168.1.0 net 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. enable logging:&lt;/P&gt;&lt;P&gt;loggin on&lt;/P&gt;&lt;P&gt;logging buffered 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh logg | i 192.168.1.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you ping the 10.10.10.x host from a 192.68.1.x host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link for same security intra/inter:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wpxref77088" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wpxref77088&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 00:51:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316080#M765356</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-10-12T00:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: no communication between same security interfaces</title>
      <link>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316081#M765360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for help. &lt;/P&gt;&lt;P&gt;After that I did &lt;/P&gt;&lt;P&gt;static (inside,inside_wlan) 192.168.1.0 192.168.1.0 net 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this log from ASA 5505:&lt;/P&gt;&lt;P&gt;Oct 11 2009 22:58:37 ciscoasa : %ASA-6-302020: Built inbound ICMP connection for faddr home/0 gaddr 192.168.1.1/0 laddr 192.168.1.1/0&lt;/P&gt;&lt;P&gt;Oct 11 2009 22:58:37 ciscoasa : %ASA-6-302021: Teardown ICMP connection for faddr home/0 gaddr 192.168.1.1/0 laddr 192.168.1.1/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And from Kiwi log viwer:&lt;/P&gt;&lt;P&gt;ciscoasa : %ASA-3-305005: No translation group found for icmp src inside:home dst inside_wlan:lp-mekael (type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 02:03:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316081#M765360</guid>
      <dc:creator>mekael.itzik</dc:creator>
      <dc:date>2009-10-12T02:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: no communication between same security interfaces</title>
      <link>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316082#M765361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added one more line and it began to work.&lt;/P&gt;&lt;P&gt;Can you explain me by short explanation why it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside_wlan) 192.168.1.0 192.168.1.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;static (inside_wlan,inside) 10.10.10.0 10.10.10.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 02:15:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316082#M765361</guid>
      <dc:creator>mekael.itzik</dc:creator>
      <dc:date>2009-10-12T02:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: no communication between same security interfaces</title>
      <link>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316083#M765362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The static line is required because you have nat/global configured for those 192 and 10 networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you provide a nat/global then, the flow will require translation for any other flow between any other interfaces meaning NO NAT-CONTROL will not have any effect and it will be considered NAT-CONTROL. We just provided the identity translation that it needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you did not have the nat/global for both these networks then, the no nat-control in the configuration would have kicked in and there would not have been a need to add identity static to get this to work.&lt;/P&gt;&lt;P&gt;I hope this is clear. If not pls. let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 11:28:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316083#M765362</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-10-12T11:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: no communication between same security interfaces</title>
      <link>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316084#M765363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 14:17:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-communication-between-same-security-interfaces/m-p/1316084#M765363</guid>
      <dc:creator>mekael.itzik</dc:creator>
      <dc:date>2009-10-12T14:17:11Z</dc:date>
    </item>
  </channel>
</rss>

