Operating System - Linux
1820657 Members
2231 Online
109626 Solutions
New Discussion юеВ

Cisco ios acl vs iptables. difference, comparison, benefit

 
farhan_4
New Member

Cisco ios acl vs iptables. difference, comparison, benefit

Hi
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.
like to hear different configuration example and experience about it.
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

Regards
Fani
"Edited to comply with ITRC Guidelines"

5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Cisco ios acl vs iptables. difference, comparison, benefit

I've found some problems with iptables over the years.

I would say that a combination of iptables and router filtering would be useful in stopping port scanning attacks.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
farhan_4
New Member

Re: Cisco ios acl vs iptables. difference, comparison, benefit

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


local lan--- [iptables]---[IOS acl]---WAN

do u mean this kind of senario?
Stuart Browne
Honored Contributor

Re: Cisco ios acl vs iptables. difference, comparison, benefit

I've personally not used the Cisco IOS' ACL's much, as I've always done it through a Linux box.

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.

As a filtering tool, I find it invaluable, and easier to manage than Cisco's ACL's.

But thought needs to be taken in the scenario of double-router/firewall in a gatway chain.

The howto's on the IPTables website ( http://www.iptables.org/ ) will give operational instructions, not really an overall feeling.

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?

Stateful Firewall? Packet filter? Packet manipulation and altering?
One long-haired git at your service...
farhan_4
New Member

Re: Cisco ios acl vs iptables. difference, comparison, benefit

Im mainly concern about using it for Content based filtering, the contents in the payload of frame.
and preventing against DoS attacks
Florian Heigl (new acc)
Honored Contributor

Re: Cisco ios acl vs iptables. difference, comparison, benefit

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.

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.

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.

You'll find very good documentation on the Cisco side of things both at cisco.com (manuals) or at routergod.com (howtos).

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.

If You want, I can post some (not so fascinating) snippets of the cisco config.
yesterday I stood at the edge. Today I'm one step ahead.