Kernel 2.4 and 2.6: iptables Kernel 2.2: ipchains Kernel 2.0: ipfwadm
Chains for network packets:
INPUT
OUTPUT
FORWARD
Chains are combined into tables:
filter (default)
NAT
mangle
Each of the chains filters data packets based on
Target for the rule: ACCEPT
DROP
REJECT
QUEUE
RETURN
LOG
|