- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Cisco ios acl vs iptables. difference, comparison,...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2005 05:43 AM
тАО05-19-2005 05:43 AM
Cisco ios acl vs iptables. difference, comparison, benefit
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2005 04:33 PM
тАО05-19-2005 04:33 PM
Re: Cisco ios acl vs iptables. difference, comparison, benefit
I would say that a combination of iptables and router filtering would be useful in stopping port scanning attacks.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2005 11:37 PM
тАО05-19-2005 11:37 PM
Re: Cisco ios acl vs iptables. difference, comparison, benefit
local lan--- [iptables]---[IOS acl]---WAN
do u mean this kind of senario?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2005 12:15 AM
тАО05-20-2005 12:15 AM
Re: Cisco ios acl vs iptables. difference, comparison, benefit
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2005 04:05 AM
тАО05-21-2005 04:05 AM
Re: Cisco ios acl vs iptables. difference, comparison, benefit
and preventing against DoS attacks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 12:15 PM
тАО05-23-2005 12:15 PM
Re: Cisco ios acl vs iptables. difference, comparison, benefit
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.