#! /bin/sh # $Id: iptables_flush.sh,v 1.1.1.2 2012/05/29 12:55:57 misho Exp $ IPTABLES=/sbin/iptables #flush all rules owned by miniupnpd $IPTABLES -t nat -F MINIUPNPD $IPTABLES -t filter -F MINIUPNPD