Jóhannes H. Laxdal is a specialized humanoid carbon unit whose field is computers and telling lousy jokes, it has a tendency to put "well" before every sentence it utters. In here you will find its ramblings about computer-related stuff.
This is just a note to myself for configuring iptables on debian 6 (and other linux derivatives).
Flush the current configuration
#iptables --flush
Create all the chains I need
#iptables -N <NAME>
Export the current config to a new config file ...