port forwarding using NAT problem in V3.2

hi..

i am using mikrotik V3.2 right now.. before that using mikrotik V.2.9.50
and i am using NAT to create a port forward that allows my client to create a battle-net (DotA) game..

while i am using V2.9.45 the NAT look like this..

add chain=dstnat action=dst-nat to-addresses=192.168.1.202 to-ports=8152 \
    dst-address=202.59.xx.xx. dst-port=8152 protocol=tcp comment="" disabled=no

but now in V3.2 my client can’t even create the room…

anyone can explain this? or the script must be change in V3.2?

thanks..

I have multiple NAT rules like this for CoD4, Settlers2-25th Anniversary, FIFA etc. - no problems.

Only difference is - I leave “to-ports=0-65535” (no need changing it) - you can try it out and report back

usually you want to set to-ports if you want to redirect to other port like ssh connection is going to port 3333 on your router and that is redirected to your internal ssh servers port 22

if you want that example port 3333 to still reach your server (you changed port to match example) you leave default as macgaiver writes.