Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / nocat / libexec / loopback / dump.fw
blob217459122369d5f4661ec97e4a18398fe814a512
1 #!/bin/sh
2 ##
3 # dump.fw: show the status of all iptables.
4 ##
6 # Note: your PATH is inherited from the gateway process
9 # echo ">>>>> Filter table: <<<<<"
10 # iptables -t filter -L NoCat -n
11 # echo
12 echo ">>>>> NAT table: <<<<<"
13 iptables -t nat -L -n
14 # echo
15 # echo ">>>>> Mangle table: <<<<<"
16 # iptables -t mangle -L NoCat -n
19 # Ende