UNTORRENT Help

Hello,
Please give me the configs for making my utorrent work with my mikrotik router.

My internal network is 192.168.100.0/24 and my ISP IP is 10.0.0.1/29

I have already done masquerade on the firewall… what else do I do to make utorrent work on port 8290 or anyother port?

I think uTorrent supports uPnP, so just turn it on in routeros


otherwise you will needa DST-NAT rule with action dstnat for that port

ok, my laptop IP is 192.168.100.145, my router is local 192.168.100.16 and public 10.0.0.2 and my modem is 10.0.0.1 please give me a DST NAT to link to that port. thanks.

/ip firewall nat add chain=dstnat dst-address=10.0.0.2 action=dst-nat to-addresses=192.168.100.145

but as your “public” address is actually also a private address, it still will depend on your ISP

the reason why I have posted a private address for my ISP is because I dont want to post me actual public IP to avoid any issues…

the correct way to do it would be to enable uPnP in RouterOS, and also in uTorrent:

http://www.utorrent.com/faq.php#Does_.C2.B5Torrent_support_UPnP_.28Universal_Plug.27n.27Play.29.3F

I have done DST NAT rule but it is not forwarding port.let me make it clear.actually what we have to day.make a clear explanation.

My router ip is 192.168.0.1 , my desktop pc ip is 192.168.0.254 and my wan port ip is 192.168.1.1
what is public ip. i am using masquerade rule to share my internet in NAT. what is this public ip address. i am sharing my adsl

the issue is probably in your ISP then. because it seems that you don’t have a public IP

i AM USING DSL :
GETTED CONNECTED USING PPPOE.
AND MY DSL MODEM IP IS 192.168.1.1
AND THIS ISP IP I GET IT 203.223.170.222

is public ip address is externel ip address of ISP

no, public IP is the address that ISP gives you, and that is accessible From internet.

Your PUB IP is would be 203.223.170.222 .

But DSL modem gets it, where in this case is your MikroTik box ?

i share internet using my this ip.
so it must be public ip.
i will check it.
if not worked then need to find other rules to make port forwarding to my isp via dsl from mikrotik.
i know one that that ports r blocked by firewall.
firewall is the function that block ports

i got how to forward ports of utorrent in mikrotik.
goto IP—>Upnp—>click settings—>mark

  1. Enabled
    2.Allow to disable external interface
  2. Show dummy rule.

click Ok
now add wan ethernet card by chosing external.
and add dhcp server ethernet card by chosing internal.
and now it will forward ports of utorrent or any other port.

well, exactly what I recommended in my first post :wink: