2 # Configuration file for ferm(1).
9 mod state state (ESTABLISHED RELATED) ACCEPT;
14 # allow icmp is a good idea
17 # allow SSH connections
18 proto tcp dport ssh ACCEPT mod state state NEW;
20 chain OUTPUT policy ACCEPT;
25 mod state state (ESTABLISHED RELATED) ACCEPT;
40 # vim:set ts=2 sw=2 ft=sh et: