<?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: Help with IOS Firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199490#M859805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACL's block/permit traffic and inspect keeps trsck of TCP sessions. What exactly are you trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2009 16:03:23 GMT</pubDate>
    <dc:creator>Collin Clark</dc:creator>
    <dc:date>2009-05-14T16:03:23Z</dc:date>
    <item>
      <title>Help with IOS Firewall</title>
      <link>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199489#M859804</link>
      <description>&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use IOS Firewall on a 2811 router. I use 2 interfaces F0/0 as a WAN interface to internet and VLAN1 as a LAN interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the configuration I'm trying: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip inspect name Firewall pop3&lt;/P&gt;&lt;P&gt;ip inspect name Firewall imap3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan1&lt;/P&gt;&lt;P&gt;ip inspect Firewall in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that with this configuration I couldn't be able to connect to http, but I can do it from my LAN.&lt;/P&gt;&lt;P&gt;Can anybody help me? I just want to restrict the use of some protocols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:32:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199489#M859804</guid>
      <dc:creator>usuario0001</dc:creator>
      <dc:date>2019-03-11T15:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with IOS Firewall</title>
      <link>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199490#M859805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACL's block/permit traffic and inspect keeps trsck of TCP sessions. What exactly are you trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 16:03:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199490#M859805</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-05-14T16:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with IOS Firewall</title>
      <link>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199491#M859806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to block some protocols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 16:13:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199491#M859806</guid>
      <dc:creator>usuario0001</dc:creator>
      <dc:date>2009-05-14T16:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with IOS Firewall</title>
      <link>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199492#M859807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, Let's say you want to block SMTP for everyone but the mail server.&lt;/P&gt;&lt;P&gt;&lt;TEXTAREA rows="2" cols="20"&gt;&amp;lt;code&amp;gt;&amp;lt;font size="2" color="red"&amp;gt; &amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;ip access-list extended BLOCK_SMTP&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt; remark Allow EMail server SMTP&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt; permit tcp host 192.168.1.10 any eq 25&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt; remark Block ALL SMTP&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt; deny tcp any any eq 25 log&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt; remark Allow all other traffic&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt; permit ip any any&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Then apply to the interface. Does that help?&amp;lt;/p&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/body&amp;gt;&lt;/TEXTAREA&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 16:30:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199492#M859807</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-05-14T16:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with IOS Firewall</title>
      <link>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199493#M859808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you recommend me some documentation? &lt;/P&gt;&lt;P&gt;We want to block Peer to Peer, some Internet address etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:49:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199493#M859808</guid>
      <dc:creator>usuario0001</dc:creator>
      <dc:date>2009-05-19T15:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with IOS Firewall</title>
      <link>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199494#M859809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;Configuring IP Access Lists&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_tech_note09186a00800a5b9a.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_tech_note09186a00800a5b9a.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Two-Interface Router with NAT Cisco IOS Firewall Configuration&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_configuration_example09186a008009445f.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_configuration_example09186a008009445f.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:56:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-ios-firewall/m-p/1199494#M859809</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-05-19T15:56:35Z</dc:date>
    </item>
  </channel>
</rss>

