Jump to content
Ghost Recon.net Forums

Bittorrent Question


Recommended Posts

So I was trying to get bittorrent to work again today to no avail. I tried using various ports and even tried using a port scanner to try to find out what ports are open. Kazaa works using port 3681 on my roomates computer, so is there any way that I could use that one? Any thoughts? Thanks. :)

Edited by firefly2442
Link to post
Share on other sites

By default, BitTorrent listens to port(s) 6881-6999. You only need one of these ports open (starting at the lowest) per file you are sharing. This has no bearing on your client's outgoing requests (i.e. downloading) as the tracker defines the ports it distributes on.

Trackers require port 6969 (by default) to connect to clients.

To change the default ports used for listen connections, from a good BT FAQ:

1. Go to Folder Options in the Control Panel.

2. Select the File Types tab at the top of the dialog.

3. Wait a moment for Windows to load the list, then scroll down and select the TORRENT extension. Tip: press the 't' key to jump to entries starting with t. Note: The file extension column might be truncated to just TORR...

4. Click the Advanced button.

5. In the list of Actions, select open, probably at the top of the list, then click the Edit button.

6. The contents of Application used to perform action is the command line. By default it should be:

"C:\Program Files\BitTorrent\btdownloadgui.exe" --responsefile "%1"

Note the double-quotes around %1, and your Program Files directory might be different. To add more command line parameters, simply change this string. For example, to change the port range, you might use:

"C:\Program Files\BitTorrent\btdownloadgui.exe" --minport 10000 --maxport 10100 --responsefile "%1"

7. Finish by clicking OK to close all the dialogs.

All ports listed are both UDP and TCP.

Link to post
Share on other sites

Well, you could use TCPView to see what TCP/UDP ports your system is already accessing, and go from there, or you could port scan your firewall using nmap (although be cautious, as most sysadmins will not exactly appreciate a heavy handed nmap scan).

The thing is, the trackers specify required ports at their end, so you might find that no matter how you reconfigure your client, it may simply not work.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...