Firewalls
Firewalls: protecting you from the bad guys since 1989.
Today we look at two ways to create firewall rules: (1) using netfilter with Loadable Kernel Modules (LKMs) and (2) using iptables.
Code files for today:
kernel_module
packet_filter
Firewall clean up
Note: all code examples are based heavily on (or copied exactly from) code originally developed by SEED Labs.