iptables
iptables is a user-space utility that configures netfilter, the Linux kernel’s packet-filtering framework, to filter traffic, perform network address translation (NAT), and alter packets. It provides a rule-based interface for defining which packets are allowed or blocked as they traverse the host.
Netfilter exposes a set of tables that organize rules into chains. The main tables are filter (for
iptables supports stateful filtering via the conntrack subsystem; common usage uses -m conntrack --ctstate to match
Persistence and administration: rules are in memory unless saved with iptables-save and restored with iptables-restore, or
Overall, iptables remains widely used for configuring firewall rules on Linux systems, though newer deployments increasingly