debian

Debian 6 iptable config

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 ...

Syndicate content