# Outside to inside for DMZ iptables -A FORWARD -i eth0 -o eth1 -d $1 -p $2 $3 $4 -m state --state NEW -j ACCEPT