| |||||||||
Iptables is a stateful firewall framework for the Linux operating system. Iptables is part of the Netfilter software.
The iptables command and framework are used for defining the tables and rules for firewall. Iptables allows stateful packet filtering and network address translation (NAT). Netfilter connects iptables to the kernel.
Iptables works with Linux kernels 2.4 and 2.6. Older Linux kernels use ipchains (Linux 2.2) and ipfwadm (Linux 2.0).
A workstation firewall.
RELATED,ESTABLISHED rule uses statefullness so that most client programs (web browser, ssh...) work.
(A web page opens)
Computer does not respond to ping and no services are offered. Connections time out (DROP) when ports are being scanned.
Trying to connect to http port (tcp 80)
(Nothing happens for a long time. User quits program with ctrl-C)