<?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: 5505 vlan to vlan access in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979423#M940767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt; thanks for looking at the config. I made the change as you suggested and  I still had the same problem. Looking further into it I discovered that iptables on the target host was turned on and blocking all non ssh acess. (This is a new server that the hosting company just setup) Turning off the responsible iptables rules on the linux box solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 14:30:29 GMT</pubDate>
    <dc:creator>cisco.com</dc:creator>
    <dc:date>2008-03-19T14:30:29Z</dc:date>
    <item>
      <title>5505 vlan to vlan access</title>
      <link>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979419#M940757</link>
      <description>&lt;P&gt;I have a 5505 with the base license. I have a dmz and an internal network. I chose to have the internal network to be blocked from initiating connections to the dmz. I only need dmz machines to initiate connections to the internal network. I can ssh from the dmz to the internal network successfully. But I cannot initiate any other tcp traffic from the dmz to the internal net. After reading various documents, it is my understanding that I should be able to have the dmz (as I've set it up) to initiate any connection to the internal net but not the other way around.  I am new with the 5505 - if you need me the post the config, can  you please explain how? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-alan&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:19:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979419#M940757</guid>
      <dc:creator>cisco.com</dc:creator>
      <dc:date>2019-03-11T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: 5505 vlan to vlan access</title>
      <link>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979420#M940759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the output of &lt;/P&gt;&lt;P&gt;show running-config&lt;/P&gt;&lt;P&gt;I've replaced some items with XXX&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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 17:15:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979420#M940759</guid>
      <dc:creator>cisco.com</dc:creator>
      <dc:date>2008-03-18T17:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: 5505 vlan to vlan access</title>
      <link>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979421#M940762</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 think the problem is in the access lists, there are mismatch between the ip addresses of interfaces and the access list parameters, like in the dmz_access_in ACL :&lt;/P&gt;&lt;P&gt;access-list dmz_access_in extended permit tcp 172.16.241.0 255.255.255.0 172.31.241.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be&lt;/P&gt;&lt;P&gt;access-list dmz_access_in extended permit tcp 172.16.241.0 255.255.255.0 172.31.241.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the case is true for other ACLs. this mismatch means that the traffic that is not permited by the ACLs will be discarded. change this and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 12:41:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979421#M940762</guid>
      <dc:creator>alanajjar</dc:creator>
      <dc:date>2008-03-19T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: 5505 vlan to vlan access</title>
      <link>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979422#M940765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, the correction shouldbe &lt;/P&gt;&lt;P&gt;it should be &lt;/P&gt;&lt;P&gt;access-list dmz_access_in extended permit tcp 172.16.0.0 255.255.255.0 172.31.0.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 12:56:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979422#M940765</guid>
      <dc:creator>alanajjar</dc:creator>
      <dc:date>2008-03-19T12:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: 5505 vlan to vlan access</title>
      <link>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979423#M940767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt; thanks for looking at the config. I made the change as you suggested and  I still had the same problem. Looking further into it I discovered that iptables on the target host was turned on and blocking all non ssh acess. (This is a new server that the hosting company just setup) Turning off the responsible iptables rules on the linux box solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 14:30:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5505-vlan-to-vlan-access/m-p/979423#M940767</guid>
      <dc:creator>cisco.com</dc:creator>
      <dc:date>2008-03-19T14:30:29Z</dc:date>
    </item>
  </channel>
</rss>

