#! /bin/bash 

BUILTIN_CHAINS="INPUT OUTPUT FORWARD"

cd $(dirname $0);
source core-firewall.sh

${IPTCMD} -L -n -v

