before i commit to it, wanted to make sure i was thinking right... will: iptables -A PREROUTING -t nat -p tcp --sport 9090 --dport 80 -j DNAT --to-destination 192.168.0.0 forward port 9090 to port 80 on the internal box? sorry, i know this seems lazy, but there is almost TOO much info out there on iptables.... thanks, ryan