> iptables -t nat -A PREROUTING -i $INTERNAL_IF -o $DMZ_IF \ > -d $DMZ_PUB_IP -j DNAT --to-detination $DMZ_PRIV_IP those with a discerning eye will probably be quick to note that i'm missing an 's' in destination there... iptables -t nat -A PREROUTING -i $INTERNAL_IF -o $DMZ_IF \ -d $DMZ_PUB_IP -j DNAT --to-destination $DMZ_PRIV_IP argh... -j