IPTables: Difference between revisions

From SecurityTools
Restore "More information" links accidentally removed in an earlier edit.
m Similar Tools: Correct "firecall-cmd" typo to "firewall-cmd"
 
Line 17: Line 17:


* [[nftables]]
* [[nftables]]
* [[firecall-cmd]]
* [[firewall-cmd]]
* [[Uncomplicated Firewall|UFW (Uncomplicated Firewall)]]
* [[Uncomplicated Firewall|UFW (Uncomplicated Firewall)]]
* [[apf]]
* [[apf]]
* [[Firewall Builder]] (No longer maintained)
* [[Firewall Builder]] (No longer maintained)

Latest revision as of 01:04, 5 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