South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Yeah I have been using it for about 2 months now.
1. It doesn't seem to work at all with Opera. I haven't gotten too far into checking out how to get it to work, if possible, though.
2. You have to forward ports on your router and then set uTorrent to use the forwarded ports. Also make sure your firewall is either off or has the same ports forwarded
3. I couldn't get it to work without setting a username/pass, so do that.
4. Luck![]()
I'm using Firefox 3.0 and IE 6/7, and my ports are forwarded and my firewall was disabled (during testing). Still can't get it to work even from the machine itself.
Could it be that the ISP is block port 8080?
Have you given this a try: http://www.codeproject.com/KB/ajax/utorrent_web.aspx
Doubt it, that's a required HTTP port![]()
My machine or router must be doing some fancy rerouting then. If I enter my external IP alone it gives me the router login page. Is that supposed to happen?
I don't quite understand why you are trying to use a public IP address, it's dynamic in any case, not static.
Open cmd prompt and type ipconfig and press enter, look at your IP address of your computer (not the gateway, that's the router) and try to configure it that way.
I'm using http://checkip.dyndns.com/ to check my IP address. It sounds as if you're saying that what that is returning is actually the router's address. If that's the case then that's probably the cause of all the problems.If it works on 127.0.0.1 then it IS working fine.
If you get the router's web i/f on the "external IP" address then that's the address for your router and NOT for your pc. I presume you're testing this on your internal LAN when you get this. If you're getting the router's web admin when trying that IP address from the wider internet, then you'd better turn off "remote administration" on your router in a hurry! (hopefully you've changed the default admin pwd too...)
Your router will have a "public IP" on the interface that faces out to the Internet (you can determine what it is by logging into your router's web i/f and looking at the current connection details. This is more reliable than visiting, say, whatismyip.com or iplocatethis which give different addresses ... go figure).
I presume you really want to reach your utorrent web i/f from out on the internet. So as others have pointed out you need to
a) Find out what your router's real public IP address is. Note that this public IP will change if your ISP session is reset. Apparently Telkom no longer forces a reset every day but still, it's not going to stay the same for long. And when it DOES change then you're not going to be able to find out what it is if you're away from home. The only solution to that is to use something like the services of dyndns.org (my Netgear router has support for that built in - you choose a name e.g. myname.dyndns.org then whenever your router's public IP changes then it will update the dns database at dyndns.org with your new address. Your router is then always reachable at myname.dyndns.org).
b) Set up port forwarding on your router. Choose a port number (e.g. 8080 - usually 80 is reserved by the router for it's admin i/f but you can change that) and route all requests to that port to your pc's IP address. On some routers you can say that incoming port 8080 must be routed to your IP and a different port e.g. 80.
Note on port 80: if you've got IIS (or other web server) running that'll probably also grab port 80. Though if you've got a web server running then you're probably a developer and already know thisAlso, Skype grabs port 80 as alternative for incoming connections. Anyway, make sure that the port on your pc that the request will get forwarded to is the same as set up in utorrent.
Hope this helps!
I'm using http://checkip.dyndns.com/ to check my IP address. It sounds as if you're saying that what that is returning is actually the router's address.