| |
| | Linux 2.4 Packet Filtering HOWTO: Advice on Packet Filter Design (Site not responding. Last check: 2007-10-22) |
 | | If you are creating a dedicated firewall, start by running nothing, and blocking all packets, then add services and let packets through as required. |
 | | I recommend security in depth: combine tcp-wrappers (for connections to the packet filter itself), proxies (for connections passing through the packet filter), route verification and packet filtering. |
 | | Route verification is where a packet which comes from an unexpected interface is dropped: for example, if your internal network has addresses 10.1.1.0/24, and a packet with that source address comes in your external interface, it will be dropped. |
| www.kazoolug.org /presentations/20020129/packet/netfilter-11.html (416 words) |
|