echo "NAT table:"
iptables -t nat -L -n
echo
echo "Mangle table:"
iptables -t mangle -L -n
