This is a old thread, but for a different view with anyone who has a similar problem try this:
iptables -t nat -A PREROUTING -p tcp --dport 4662 -j DNAT --to-destination xxx.xxx.x.x
xxx.xxx.x.x being destination machine ip address.
Was the only one that worked for me (Debian)
You will need 3 lines, ports
tcp 4662
udp 4665 (4662+3)
udp 4672
You can actually use any port (I think) above 1024 as long as one of the UDP ports is 3 numbers higher than the TCP port...
/viz
(this is about the limit of my knowledge in Linux!
