<?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: Cisco ios acl vs iptables. difference, comparison, benefit in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548187#M87191</link>
    <description>I've personally not used the Cisco IOS' ACL's much, as I've always done it through a Linux box.&lt;BR /&gt;&lt;BR /&gt;Since I grasped the operational concepts of 'iptables', I've not had any issues.  I learnt my filtering/firewaling on Linux back on the 'ipfwadm' (1.3/2.0 series kernel) tools, then transisitioned to 'ipchains' (2.2/2.4 series), then on to 'iptables' when it became aparent that it was a stable and powerful tool in the Linux arsenal.&lt;BR /&gt;&lt;BR /&gt;As a filtering tool, I find it invaluable, and easier to manage than Cisco's ACL's.&lt;BR /&gt;&lt;BR /&gt;But thought needs to be taken in the scenario of double-router/firewall in a gatway chain.&lt;BR /&gt;&lt;BR /&gt;The howto's on the IPTables website ( &lt;A href="http://www.iptables.org/" target="_blank"&gt;http://www.iptables.org/&lt;/A&gt; ) will give operational instructions, not really an overall feeling.&lt;BR /&gt;&lt;BR /&gt;I guess my question to you would be, what are your end goals?  What are you trying to achieve with Cisco ACL's or Linux IPTables?&lt;BR /&gt;&lt;BR /&gt;Stateful Firewall?  Packet filter?  Packet manipulation and altering?</description>
    <pubDate>Fri, 20 May 2005 07:15:28 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2005-05-20T07:15:28Z</dc:date>
    <item>
      <title>Cisco ios acl vs iptables. difference, comparison, benefit</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548184#M87188</link>
      <description>Hi&lt;BR /&gt;can any one help me about different implementation and testing of Ptach o matic : string for iptables. Also the Cisco ios acl vs iptables. difference, comparison, benefit.&lt;BR /&gt;like to hear different configuration example and experience about it.&lt;BR /&gt;been through the netfilters web site , cannot find detail about it and also seen two links on web about it, nothing more,,,, really need to hear from any one used it&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Fani&lt;BR /&gt;"Edited to comply with ITRC Guidelines"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2005 12:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548184#M87188</guid>
      <dc:creator>farhan_4</dc:creator>
      <dc:date>2005-05-19T12:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ios acl vs iptables. difference, comparison, benefit</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548185#M87189</link>
      <description>I've found some problems with iptables over the years.&lt;BR /&gt;&lt;BR /&gt;I would say that a combination of iptables and router filtering would be useful in stopping port scanning attacks.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 19 May 2005 23:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548185#M87189</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-19T23:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ios acl vs iptables. difference, comparison, benefit</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548186#M87190</link>
      <description>wt kind of problem u had experienced with iptables,,, and how do u mean that combination of iptables and ios acl will provide bettter frewall&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;local lan--- [iptables]---[IOS acl]---WAN&lt;BR /&gt;&lt;BR /&gt;do u mean this kind of senario?</description>
      <pubDate>Fri, 20 May 2005 06:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548186#M87190</guid>
      <dc:creator>farhan_4</dc:creator>
      <dc:date>2005-05-20T06:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ios acl vs iptables. difference, comparison, benefit</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548187#M87191</link>
      <description>I've personally not used the Cisco IOS' ACL's much, as I've always done it through a Linux box.&lt;BR /&gt;&lt;BR /&gt;Since I grasped the operational concepts of 'iptables', I've not had any issues.  I learnt my filtering/firewaling on Linux back on the 'ipfwadm' (1.3/2.0 series kernel) tools, then transisitioned to 'ipchains' (2.2/2.4 series), then on to 'iptables' when it became aparent that it was a stable and powerful tool in the Linux arsenal.&lt;BR /&gt;&lt;BR /&gt;As a filtering tool, I find it invaluable, and easier to manage than Cisco's ACL's.&lt;BR /&gt;&lt;BR /&gt;But thought needs to be taken in the scenario of double-router/firewall in a gatway chain.&lt;BR /&gt;&lt;BR /&gt;The howto's on the IPTables website ( &lt;A href="http://www.iptables.org/" target="_blank"&gt;http://www.iptables.org/&lt;/A&gt; ) will give operational instructions, not really an overall feeling.&lt;BR /&gt;&lt;BR /&gt;I guess my question to you would be, what are your end goals?  What are you trying to achieve with Cisco ACL's or Linux IPTables?&lt;BR /&gt;&lt;BR /&gt;Stateful Firewall?  Packet filter?  Packet manipulation and altering?</description>
      <pubDate>Fri, 20 May 2005 07:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548187#M87191</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-20T07:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ios acl vs iptables. difference, comparison, benefit</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548188#M87192</link>
      <description>Im mainly concern about using it for Content based filtering, the contents in the payload of frame.&lt;BR /&gt;and preventing against DoS attacks</description>
      <pubDate>Sat, 21 May 2005 11:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548188#M87192</guid>
      <dc:creator>farhan_4</dc:creator>
      <dc:date>2005-05-21T11:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ios acl vs iptables. difference, comparison, benefit</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548189#M87193</link>
      <description>To my eye the cisco ACLs win in that they have a very nice support for traffic shaping which will surely be helpful in a DDOS scenario.&lt;BR /&gt;&lt;BR /&gt;for my new lan slowly reality I have a cisco router to do some edge filtering, i.e. it will limit icmp ping requests/replies to 1% of the lines maximum.&lt;BR /&gt;&lt;BR /&gt;for real ddos protection, the cisco ACLs are not enough, at least to my limited understanding one would require a larger setup with toys like netflow. but I have no experience there, so I'm not sure.&lt;BR /&gt;&lt;BR /&gt;You'll find very good documentation on the Cisco side of things both at cisco.com (manuals) or at routergod.com (howtos).&lt;BR /&gt;&lt;BR /&gt;I'd really try to do the basic filtering (i.e. antispoof, private networks, blocking services You'll never run for the public) on the router, and have the same rules + host specific ones on the firewall.&lt;BR /&gt;&lt;BR /&gt;If You want, I can post some (not so fascinating) snippets of the cisco config.</description>
      <pubDate>Mon, 23 May 2005 19:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cisco-ios-acl-vs-iptables-difference-comparison-benefit/m-p/3548189#M87193</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-05-23T19:15:44Z</dc:date>
    </item>
  </channel>
</rss>

