<?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: Problems with IOS zone based firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problems-with-ios-zone-based-firewall/m-p/1528123#M615694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jiveTT-hover-user jive-username-link" href="https://community.cisco.com/people/cadetalain" id="jive-7121041,538,446,665,988,816"&gt;cadetalain&lt;/A&gt; is correct.&lt;/P&gt;&lt;P&gt;Your config looks correct.&amp;nbsp; No need for ACL applied on the interface facing the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Nov 2010 15:01:52 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2010-11-28T15:01:52Z</dc:date>
    <item>
      <title>Problems with IOS zone based firewall</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-ios-zone-based-firewall/m-p/1528121#M615691</link>
      <description>&lt;P&gt;I've recently setup a cisco 871 to act as a firewall for my cable internet at home.&amp;nbsp; My goal is to configure a zone based firewall.&amp;nbsp; I've got an access list on the internet facing interface which allows bootp, echo, echo reply, and traceroute.&amp;nbsp; Everything else is denied.&amp;nbsp; I want to be able to initiate traffic on the trusted interface(vlan1)&amp;nbsp; and have the router dynamically allow the return traffic on the outside interface(fastethernet 4).&amp;nbsp; The problem is that when I have the access list on the outside interface I can't access the internet.&amp;nbsp; I expect to initiate http traffic from the trusted interface and have the return traffic be allowed but this isn't working.&amp;nbsp; See the relevant config below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map type inspect match-any WEB_TRAFFIC&lt;BR /&gt; match protocol bittorrent&lt;BR /&gt; match protocol edonkey&lt;BR /&gt; match protocol http&lt;BR /&gt; match protocol https&lt;BR /&gt; match protocol icmp&lt;BR /&gt; match protocol tcp&lt;BR /&gt; match protocol dns&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect WEB_POLICY&lt;BR /&gt; class type inspect WEB_TRAFFIC&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt; class class-default&lt;BR /&gt;&amp;nbsp; drop&lt;BR /&gt;!&lt;BR /&gt;zone security TRUSTED&lt;BR /&gt;zone security INTERNET&lt;BR /&gt;zone-pair security TRUSTED-TO-INTERNET source TRUSTED destination INTERNET&lt;BR /&gt; service-policy type inspect WEB_POLICY&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1&lt;BR /&gt; switchport access vlan 100&lt;BR /&gt; duplex full&lt;BR /&gt; speed 10&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet2&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet3&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet4&lt;BR /&gt; ip address dhcp&lt;BR /&gt; ip nat outside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt; zone-member security INTERNET&lt;BR /&gt; ip tcp adjust-mss 1460&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; no cdp enable&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; description Internal Network&lt;BR /&gt; ip address 192.168.0.1 255.255.255.0&lt;BR /&gt; ip nat inside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt; zone-member security TRUSTED&lt;BR /&gt;!&lt;BR /&gt;interface Vlan100&lt;BR /&gt; ip address 192.168.100.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can anyone assist with what I'm doing wrong.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:15:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-ios-zone-based-firewall/m-p/1528121#M615691</guid>
      <dc:creator>marvin-thomas</dc:creator>
      <dc:date>2019-03-11T19:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with IOS zone based firewall</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-ios-zone-based-firewall/m-p/1528122#M615692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When doing ZBF it's best to get rid of previous ACLs and replace with ZBF config.&lt;/P&gt;&lt;P&gt;Your ACL is denying the traffic you are inspecting and as ACLs are parsed first then your ZBF config is of no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Nov 2010 10:10:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-ios-zone-based-firewall/m-p/1528122#M615692</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2010-11-28T10:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with IOS zone based firewall</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-ios-zone-based-firewall/m-p/1528123#M615694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jiveTT-hover-user jive-username-link" href="https://community.cisco.com/people/cadetalain" id="jive-7121041,538,446,665,988,816"&gt;cadetalain&lt;/A&gt; is correct.&lt;/P&gt;&lt;P&gt;Your config looks correct.&amp;nbsp; No need for ACL applied on the interface facing the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Nov 2010 15:01:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-ios-zone-based-firewall/m-p/1528123#M615694</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-11-28T15:01:52Z</dc:date>
    </item>
  </channel>
</rss>

