This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
iptables
¶
iptables
is a user-space utility program that allows a system administrator to configure the IP
packet filter rules of the Linux kernel firewall. The filters are organized in different tables,
which contain chains of rules for how to treat network traffic packets. Different kernel modules
and programs are currently used for different protocols: iptables
applies to IPv4, ip6tables
to
IPv6, arptables
to ARP, and ebtables
to Ethernet frames.
Reference(s)
Table of contents¶
TODO
If this cheat sheet has been useful to you, then please consider leaving a star here.