#!/bin/sh
#	firewall-list-ipchains 0.03
#
#	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-ipchains)"

# LIST FILTER RULES			# LISTAR REGLAS DE FILTRADO
# -n without resolving names		# -n sin resolver nombres
# -v show packet counters		# -v muestra contadores
echorun ipchains -L -n -v

# LIST PORT FORWARDING			# LISTAR REENVIOS DE PUERTOS
echorun ipmasqadm portfw -l -n
