QUOTE:原帖由 hfly 于 2008-11-2 21:24 发表

是不是搞错了呢,client发的包的地址应该是192.168.84.130吧,192.168.162.xx是内网的IP啊
看错了. 应该是
iptables -t nat -A PREROUTING -i eth0 -d 192.168.84.130:90 -j DNAT --to-destination 192.168.162.128:90
iptables -t nat -A PREROUTING -i eth0 -d 192.168.84.130:80 -j DNAT --to-destination 192.168.162.129:80