3 # dump.fw: show the status of all iptables.
6 # Note: your PATH is inherited from the gateway process
9 # echo ">>>>> Filter table: <<<<<"
10 # iptables -t filter -L NoCat -n
12 echo ">>>>> NAT table: <<<<<"
15 # echo ">>>>> Mangle table: <<<<<"
16 # iptables -t mangle -L NoCat -n