uTorrent - can't connect Remote

Hi. I’m a newbie and it’s all very difficult to me.
Router - http://routerboard.com/RB2011UiAS-2HnD-IN
PC connected to router with cable to ETH5.
on PC installed latest http://www.utorrent.com/

uTorrent - Settings - Connection - Port - 25312
uTorrent - Settings - Remote - login: ka81 , pass - XXXXXX
here all the time it says No access. Reconnecting in xx secs.

Help me please to input all necessary ports and everything needed into router settings.

today it’s so:







p.s. with tp-link 1043 - NO problem, everything is working!

Maybe this will help:

I have an ip camera with a port forwarded. These are the rules needed to make it work:

firewall rule
32 ;;; P1304 CCTV
chain=forward action=accept protocol=tcp dst-address=192.168.32.5
in-interface=ether9 dst-port=80

firewall rule: dst-port is the internal port. in interface is your isp interface. dst-address is the utorrent computer.

nat rule
6 ;;; P1304 CCTV
chain=dstnat action=dst-nat to-addresses=192.168.32.5 to-ports=80
protocol=tcp dst-address=77.101.114.162 dst-port=80


nat rule: to-port is the internal port and dst-port is the external port. to-address is the utorrent computer, dst-address is the external IP of router.

Hope this helps.

As per post: http://forum.mikrotik.com/t/correct-setup-for-second-public-ip-address/74652/1