|
The packet filtering engine of the Linux 2.4 kernel
Website is located at netfilter.org
If you've done firewalling or NAT with Linux 2.4, you've been using it
Specify parameters of a potential packet, if it matches the specified action is taken
Actions are called targets
Common targets are ACCEPT and DROP
|