On Mon, 31 Oct 2005, Buddy wu wrote:
I use '/sbin/iptables -t nat -A PREROUTING -d InternetAddr -p tcp --dport 80 -j DNAT --to 192.168.16.100:8087' it can work, but if I use 8087 instead of 80,like follows: /sbin/iptables -t nat -A PREROUTING -d InternetAddr -p tcp --dport 8087 -j DNAT --to 192.168.16.100:8087 then it can't work. what's wrong with it ?
Any other rules in PREROUTING on port 80? iptables-save -t nat Regards Henrik