Add light version of iptables_display.sh script

This commit is contained in:
Thomas Bernard 2016-02-12 14:56:10 +01:00
parent 8bad6cd338
commit 34f80a011f
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#! /bin/sh
# $Id: iptables_display.sh,v 1.6 2016/02/09 09:37:44 nanard Exp $
IPTABLES=/sbin/iptables
#display miniupnpd chains
$IPTABLES -v -n -t nat -L MINIUPNPD
$IPTABLES -v -n -t nat -L MINIUPNPD-POSTROUTING
$IPTABLES -v -n -t mangle -L MINIUPNPD
$IPTABLES -v -n -t filter -L MINIUPNPD