IPTables: Difference between revisions

From SecurityTools
m (Change text/link verbiage for UFW in Similar Tools)
(Restore "More information" links accidentally removed in an earlier edit.)
Line 10: Line 10:


* Boolean World offers this [https://www.booleanworld.com/depth-guide-iptables-linux-firewall/ In-Depth Guide to iptables]
* Boolean World offers this [https://www.booleanworld.com/depth-guide-iptables-linux-firewall/ In-Depth Guide to iptables]
* From TutorialsPoint, you can see an in-depth [https://www.tutorialspoint.com/unix_commands/iptables.htm iptables(8) man page]
* Check out PhoenixNAP's [https://phoenixnap.com/kb/iptables-tutorial-linux-firewall Ultimate Guide to Linux Firewall]
* Head over to markonisic's GitHub for a downloadable iptables cheat sheet, readable [https://github.com/markonisic/IPtables_cheat_sheet online] or [https://github.com/markonisic/IPtables_cheat_sheet/blob/main/IPtables%20commands%20cheat%20sheet.pdf via download] <pdf>File:IPtables_commands_cheat_sheet.pdf</pdf>


=== Similar Tools ===
=== Similar Tools ===

Revision as of 23:00, 3 November 2022

Description

Iptables is a user-space tool used to define firewall rulesets for packet filtering, network-address and port translation, packet mangling, logging, and more as part of the netfilter project. It has been superseded by nftables, which offers more flexible and scalable packet classification as well as better performance.

Tool Type

More Information

Similar Tools