LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-28-2006, 11:25 AM   #1
eiad77
LQ Newbie
 
Registered: Aug 2006
Posts: 3

Rep: Reputation: 0
torrent download problems


Hello, I am new to linux so sorry if this is a really simple question. I am using Ubuntu and I am trying to download torrent files but they are going incredibly slow. I have tried bittorent, bittornado, and azureus. Bittorent and bittornado will download files but at rates of only 4-9kb/sec. When I use azureus, I cannot download the files at all. It says "DHT firewalled: there appears to be problem with the Distributed Database's UDP port mapping (NAT/firewall). I have already disabled my firewall, but the downloads have not gone any faster. What can I do to make them go faster or in the case of azureus, make them go at all. Thanks, I appreciate the help.
 
Old 08-28-2006, 12:28 PM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
I can't say too much about the azureus problem (haven't used that myself etc..) but first of all, the speed depends on two things: how many seeders there are (people who share pieces of the file you want) and how many downloaders (100 downloaders for 1 seeder is slow, but 100 seeders for 1 downloader is extremely fast). You can try to find the same content on some other torrent that has more seeds compared to the amount of downloaders, since the seeders may have set a limit for their uploading speeds.

But if you do have enough seeders and think it should come faster, and know that your firewalling is ok (not blocking or slowing), I'm not sure (sorry, haven't got too deep into torrents yet, just know their idea). I'd try downloading some other torrents (Linux isos, that surely have seeders) and seeing if they come faster.
 
Old 08-28-2006, 01:54 PM   #3
eiad77
LQ Newbie
 
Registered: Aug 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks for the reply. I don't think its a problem with the files, because I just finished downloading the same files on a Windows computer and they went a lot faster. Is there anyway to check to see if its a problem with the firewall because I might not have disabled it since I am not the best with computers.
 
Old 08-28-2006, 05:03 PM   #4
digital8doug
Member
 
Registered: Aug 2006
Location: Near Binghamton, NY-the recent FLOOD zone
Distribution: Sabayon 351, Mepis8, oSuse11.3, Kubuntu8.1, Fed10, Slack12.1 #426299 RLU
Posts: 145
Blog Entries: 1

Rep: Reputation: 15
Arrow IMHO: Torrents always slower thanDLM in XP, but work OK

I noticed similar things in winXP when using uTorrent 1.6
TY bO for the explain, been wondering what the seeding was all about.

I DL w/ BitTorrent 4.0.x, it may have been slow in XP or Suse, but I always got something as listed below. Restarts always worked if I paused or lost connection, or SD computer until later. Not so uT 1.6 or XP DLM.
Do not know how DL Mgrs work in XP, never had any luck, even w/ the recommendations by MS when I try 2 DL Vista b2!
uT I got sometimes, but tried 3 or 4 days to DL install DVDs for; Suse10.1, FC5. Mandriva Odin (just DLd OK in Suse 10.1)
 
Old 08-29-2006, 08:04 AM   #5
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
Quote:
Originally Posted by eiad77
Is there anyway to check to see if its a problem with the firewall because I might not have disabled it since I am not the best with computers.
Go to https://grc.com/x/ne.dll?bh0bkyd2 for a port scan. Do a custum scan for the ports setup in your azureus configuration. Really if you have zero firewall running even the common port scan should provide the answer.

One indicator in azuereus is the average swarm speed in the details->general tab. Maybe it's going slowly for the whole swarm ?

btw, I just downloaded the latest ubuntu at speeds hitting > 400 kB/s. The DHT firewalled was glowing yellow the whole time. At those kind of speeds I'm in no great hurry to fix the error.
 
Old 08-29-2006, 02:27 PM   #6
dunkert
LQ Newbie
 
Registered: Aug 2006
Location: Montreal
Distribution: fedora
Posts: 19

Rep: Reputation: 0
are you using a router to connect to the internet ?
 
Old 08-29-2006, 11:08 PM   #7
eiad77
LQ Newbie
 
Registered: Aug 2006
Posts: 3

Original Poster
Rep: Reputation: 0
I use a LAN to connect to the internet.
 
Old 08-30-2006, 10:07 AM   #8
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
Have you forwarded the ports to your computer from the router? The ports are 6881-6999.

You can check out this page for more FAQs: http://www.dessent.net/btfaq/
 
Old 08-30-2006, 08:52 PM   #9
dunkert
LQ Newbie
 
Registered: Aug 2006
Location: Montreal
Distribution: fedora
Posts: 19

Rep: Reputation: 0
try
>netstat -an | grep 6881

you should see somthing like

tcp 0 0 :::6881 :::* LISTEN

(where 6881 is the port you use with azureus)

if nothing then add it in you firewall with iptable somthing like

iptables -A INPUT -o eth0 -p ALL --dport 6881 -j ACCEPT

should do the trick
 
Old 08-30-2006, 08:53 PM   #10
dunkert
LQ Newbie
 
Registered: Aug 2006
Location: Montreal
Distribution: fedora
Posts: 19

Rep: Reputation: 0
check your config of azureus to find out the right port your using
 
Old 08-31-2006, 12:47 AM   #11
Vgui
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware
Posts: 496

Rep: Reputation: 31
Personally I switched from the default azureus port to a much higher one (like 49500). I find that a lot of ISPs throttle specific ports or bit torrent traffic, so going to a different port sometimes helps. Plus in Azureus it's easy to do. No matter what port you use, you'll need to make sure it's actually open in iptables. I normally use the following line to open a port.
Code:
iptables -I INPUT -i eth0 -p tcp --dport 49500 -j ACCEPT
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
torrent download real slow even with open port demmylls Linux - Networking 1 10-14-2005 12:58 PM
bit torrent download simcox1 Slackware 9 04-22-2005 02:23 AM
free torrent download site? koyi General 9 12-20-2004 08:46 AM
10.1 Torrent Download, tracker down har02052 Linux - Networking 1 11-02-2004 10:38 AM
Who can send me the torrent file of Fedora core 1 ? i cannot download it lilyerr Fedora 5 04-02-2004 10:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration