#!/bin/sh
#	firewall-list-iptables 0.02
#
#	Copyright (C) 2000:	Manel Marin <manel3@wanadoo.es>
#	Licence:		GNU GPL version >= 2
#
#
PATH=/usr/lib/firewall-easy:/sbin:/usr/sbin:/bin:/usr/bin


echo "-> Listing firewall rules (firewall-list-iptables)"

# LISTAR SIN CONVERTIR A NOMBRES Y MOSTRANDO CONTADORES
echorun iptables -t filter -L -n -v
echorun iptables -t nat -L -n -v
echorun iptables -t mangle -L -n -v
