#! /bin/sh # $Id: iptables_flush.sh,v 1.1.1.1 2012/02/21 23:16:02 misho Exp $ IPTABLES=iptables #flush all rules owned by miniupnpd $IPTABLES -t nat -F MINIUPNPD $IPTABLES -t filter -F MINIUPNPD