I need to setup a NAT so that a single IP can access all ports on a internal machine I tried this: $IPTABLES -I PREROUTING -t nat -s 211.39.xxx.xxx -d 211.233.xxx.xxx -j DNAT --to 172.16.2.178
I have other public (HTTP) NAT's for the same destination. What am I doing wrong here. The internal machine has ftp open but I can't get it to let me FTP from the above NAT. Thanks. -Ryan White -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

