the rule looks fine,
have you activated ip forwarding ?
also you could try
iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 202.141.xxx.29
just in case your connection isnt comming in on the interface your trying to redirect from.
|