I am having trouble forwarding port 32401 for uTorrent although happy to use any port number. I have other forwarding NAT rules in place to the same machine without any issues.
My setup:
I have a MikroTik RB750Gr3 hEX
ADSL modem set to bridged mode plugged into Ether1
MikroTik logs onto internet using PPPoE, I have a static IP address from ISP of 115.1.1.1 (sample address)
I have a VPN client running on this computer as well which gives me a public IP address of 96.44.1.1 (sample address). I have tried switching off the VPN client with no change
I am trying to forward port 32401 to 192.168.1.35. Both 80 and 3389 currently are forwarded to that same machine and it works fine. http://www.canyouseeme.org/ shows port is open
I tried using the Torch tool and watch for traffic on that port but it showed no activity.
Just to note. Enabled upnp also allows to open (redirect) whatever port to whatever device in inner network if a program from that device asks for it. Everyone should think twice about the consequences and risks of it before he does so.
If port 3389 works, then 32401 must work too, your rules are exactly the same, except for port number. If it really doesn’t work, then it doesn’t look like a problem with your config, at least the part you’ve shown us. So either you do something wrong somewhere else (e.g. in forward filter) or perhaps ISP could be blocking incoming connections (but it sounds unlikely if you have public address).
One thing I have noticed is that when using Torch it shows that all may requests going out seem to have a sequential port number put onto the src address but the correct one on the dst address.
Eg hitting my web server from within my network I can see the srcAddress as 192.168.1.15:59431 and dst Address as 115.1.1.1:80
if I hit it again it shows srcAddress as 192.168.1.15:59500 and dst Address as 115.1.1.1:80