IPTables: Difference between revisions

From SecurityTools
(Added similar tools section, setup links.)
m (Change text/link verbiage for UFW in Similar Tools)
Line 15: Line 15:
* [[nftables]]
* [[nftables]]
* [[firecall-cmd]]
* [[firecall-cmd]]
* [[Uncomplicated Firewall]]
* [[Uncomplicated Firewall|UFW (Uncomplicated Firewall)]]
* [[apf]]
* [[apf]]
* [[Firewall Builder]] (No longer maintained)
* [[Firewall Builder]] (No longer maintained)

Revision as of 22:19, 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