<?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 FWSM not allowing hosts communication on same interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697192#M534782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;I already allowed everything from inside as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_out extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inside_access_out in interface inside &lt;/P&gt;&lt;P&gt;access-group inside_access_out out interface inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2011 07:58:02 GMT</pubDate>
    <dc:creator>abdulrasheeth</dc:creator>
    <dc:date>2011-07-29T07:58:02Z</dc:date>
    <item>
      <title>FWSM not allowing hosts communication on same interface</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697188#M534775</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have an FWSM configured which has communication between hosts on the inside interface(10.101.101.254). The inside host 10.101.101.10 with default gateway as FWSM is trying to communicate with another internal host 192.168.200.6 (different vlan). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWSM has,&lt;/P&gt;&lt;P&gt;1. routes to all internal networks.&lt;/P&gt;&lt;P&gt;2. NAT exempt using nat 0 command for all internal networks.&lt;/P&gt;&lt;P&gt;3. same-security-traffic permit intra-interface.&lt;/P&gt;&lt;P&gt;4. ACL on inside interface permitting any any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to ping the internal hosts each other, but other ports are not communicating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please me if i missed some configuration.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:05:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697188#M534775</guid>
      <dc:creator>abdulrasheeth</dc:creator>
      <dc:date>2019-03-11T21:05:02Z</dc:date>
    </item>
    <item>
      <title>FWSM not allowing hosts communication on same interface</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697189#M534777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;BR /&gt;Hi Abdulrasheeth,&lt;/P&gt;&lt;P&gt;I'am not expert but I have a good experiences in FWSM. Maybe I can help you. &lt;/P&gt;&lt;P&gt;Is your switch knows networks 10.101.101.0 and 192.168.200.0 as connected networks ?&lt;/P&gt;&lt;P&gt;Can you show your config ?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 13:13:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697189#M534777</guid>
      <dc:creator>Hans Blink</dc:creator>
      <dc:date>2011-07-28T13:13:36Z</dc:date>
    </item>
    <item>
      <title>FWSM not allowing hosts communication on same interface</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697190#M534778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blink,&lt;/P&gt;&lt;P&gt;Thanks for your response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.101.101.0 is direclty connected, but 192.168.200.0 is 1 hop away in the internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the config...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface Vlan101&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.101.101.254 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan666&lt;BR /&gt; nameif MSFC&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 10.100.100.253 255.255.255.252 &lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;access-list outside_acess_in extended permit icmp any any &lt;/P&gt;&lt;P&gt;access-list inside_access_out extended permit ip any any &lt;/P&gt;&lt;P&gt;nat (inside) 0 10.101.101.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 192.168.200.0 255.255.255.0&lt;BR /&gt;access-group inside_access_out in interface inside&lt;/P&gt;&lt;P&gt;access-group inside_access_out out interface inside&lt;BR /&gt;access-group outside_acess_in in interface MSFC&lt;/P&gt;&lt;P&gt;route inside 0.0.0.0 0.0.0.0 10.101.101.250&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -------- default gateway to internal core switch---------&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;I am able to ping from inside host 10.101.101.10 to another inside host 192.168.200.6, but other ports are not opening. E.g i can't telnet from 10.101.101.10 to 192.168.200.6 on port 1433(SQL server). When i bypass the firewall, all ports are working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting your reply...&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 20:42:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697190#M534778</guid>
      <dc:creator>abdulrasheeth</dc:creator>
      <dc:date>2011-07-28T20:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM not allowing hosts communication on same interface</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697191#M534780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abdulah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to be able to communicate on the same interface beetwen host on different networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question would be, Its the FWSM the default gateway of the 192.168.200.0 network as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because if not we might need to add a U-Turning &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 00:30:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697191#M534780</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-07-29T00:30:58Z</dc:date>
    </item>
    <item>
      <title>FWSM not allowing hosts communication on same interface</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697192#M534782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;I already allowed everything from inside as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_out extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inside_access_out in interface inside &lt;/P&gt;&lt;P&gt;access-group inside_access_out out interface inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 07:58:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697192#M534782</guid>
      <dc:creator>abdulrasheeth</dc:creator>
      <dc:date>2011-07-29T07:58:02Z</dc:date>
    </item>
    <item>
      <title>FWSM not allowing hosts communication on same interface</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697193#M534783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain topology a bit more. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.101.101.250 is the default-gateway. What is that device ie. is it a 6500 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where does the MSFC (in your config) sit in relation to your default-gateway ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 11:08:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697193#M534783</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-07-29T11:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM not allowing hosts communication on same interface</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697194#M534785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the topology...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAN-CORE_6500 ---------------------- 7613FWSM-----------------------------------MSFC---------------WAN-ISP----&lt;/P&gt;&lt;P&gt;(10.101.101.250)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (10.101.101.254)&amp;nbsp; /&amp;nbsp; (10.100.100.254)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (10.100.100.253)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.200.0/24 is another vlan in the LAN-CORE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 21:21:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697194#M534785</guid>
      <dc:creator>abdulrasheeth</dc:creator>
      <dc:date>2011-07-29T21:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM not allowing hosts communication on same interface</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697195#M534787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;FWSM is not the default gateway for 192.168.200.0. So how i do the U-Turning&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 09:06:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697195#M534787</guid>
      <dc:creator>abdulrasheeth</dc:creator>
      <dc:date>2011-08-01T09:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM not allowing hosts communication on same interface</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697196#M534789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi all,&lt;/P&gt;&lt;P&gt;I got the solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is asymmetric network topology. The request was going through the firewall, but the return traffic reaches the server directly via core switch. hence when further packets go through the fwsm was deny because it did not know about the connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the &lt;STRONG&gt;tcp-state-bypass &lt;/STRONG&gt;option for this traffic in the MPF and it solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your replies...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 20:00:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-not-allowing-hosts-communication-on-same-interface/m-p/1697196#M534789</guid>
      <dc:creator>abdulrasheeth</dc:creator>
      <dc:date>2011-08-11T20:00:29Z</dc:date>
    </item>
  </channel>
</rss>

