Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-13-2004, 07:11 PM
|
#1
|
Member
Registered: Nov 2004
Location: Edinburgh, Scotland
Distribution: Ubuntu
Posts: 149
Rep:
|
Not strictly linux -Azureus
Okay I'm a newb as of tuesday, and am teaching myself, not without the help of you wonderful people though. This isn't strictly a linux question although it could turn out to be. I am trying to get azureus working properly in linux and am experiencing some problems which I think may be firewall related. The problem is that I cannot get full connectivity, i.e. full p2p, or green smileys if you prefer, and am left with slow connections. My hardware firewall is properly configured, I know this due to azureus working fine in winxp. So this is definitely a software issue. Sorry for being so shit at this linux thing but you gotta start somewhere. Using FC3 (although probably not a good idea for a first linux system as i am finding out).
|
|
|
11-13-2004, 07:37 PM
|
#2
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
Fedora is a pretty good linux distro, is core 3 stable yet? Maybe core 2 would've been a better call
Never used azureus but if it's a network issue then maybe I can help Can you access the net fine? DNS is working properly and the correct ports are forwarded on your router? Does the linux and win32 port of the software use the same TCP ports for traffic? That's definitely soemthing to check out.
|
|
|
11-13-2004, 09:18 PM
|
#3
|
LQ Guru
Registered: Jan 2002
Posts: 6,042
Rep:
|
If you have a router or a hardware firewall, you do not need a software firewall. BitTorrent uses port 6881 through 6889 to transfer and recieve data. In azureus you may have to adjust the upload and download speed. When you are downloading, you may want to lower the upload speed. If you are uploading, lower the download speed. Probably you are not uploading or downloading from people with huge pipes.
With Azureus I can upload about 100 KB/sec (about 1.56 times of my upload bandwidth). This is same if it upload to my data server.
I heard some problems with some distributions with slow network problems. You can try load the ip6 module and see if it fixes the problem. I do not know why using ip6 module helps because you need an ipv6 network to make it work.
Quote:
Does the linux and win32 port of the software use the same TCP ports for traffic?
|
Of course. Linux is not any different then Windows. Also its not any different than Mac. The only thing that is different how the OS sets its network layer. Both Linux and Mac has a similar network layer setup, but Windows is very different.
|
|
|
11-13-2004, 09:42 PM
|
#4
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
I didn't know Azureus was bit torrent software, naturally all systems use the same ports then. I assumed it was something like kazaa, my bad.
|
|
|
11-14-2004, 01:08 AM
|
#5
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Are you using a router by any chance, if so you need to enable port forwarding. I can't remember the exact port that Bittorrent or Azureus uses but you can find it somewhere on the web.
|
|
|
11-14-2004, 02:03 AM
|
#6
|
Member
Registered: Aug 2004
Location: Northbrook, Illinois
Distribution: CentOS-5
Posts: 311
Rep:
|
for the sake of consistency....if you are using Azureus 2.2.0.0..
go to tools>options
this will bring up the configuration options, in the top box you can select a port for the incoming TCP listen port. select a port and hit save.
I will use port 21212 in this example.
Now you would port forward port 21212 tcp/udp in your router to the ip address of the linux box.
Then make sure that in your firewall configuration on the linux box that port 21212 tcp/udp is open, allowing traffic.
Voila', you are all set. If you still get slow connection speeds it is the tracker that is moving slow due generally to a small # of seeds, keep in mind that you will always move slowly until you have a 'piece' then the torrent will speed up.
hope this helps,
linux_terror
|
|
|
11-14-2004, 05:29 AM
|
#7
|
Member
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651
Rep:
|
Azureus doesn't use UDP only TCP, ports 6881 - 6889 can be used and you have to forward the tracker port which is 6969.
|
|
|
11-14-2004, 03:39 PM
|
#8
|
Member
Registered: Nov 2004
Location: Edinburgh, Scotland
Distribution: Ubuntu
Posts: 149
Original Poster
Rep:
|
Ok thanks for all the replies
Yes I am using a router, with a hardware firewall, virtual server is setup for ports 6893 to 6896.
Azureus is setup with 6893 as the incoming listen port.
I don't get full p2p on any torrents despite this, and I know i should because I have tested them in windows with azureus, the problems i am having have got to be either to do with v2.2.0.0 of azureus since i am using 2.1.0.4 in windows (haven't had time to maintain windows with all the linux newness to deal with) or something to do with linux net connectin or its firewall.
Is the linux firewall like the windows xp firewall v1, i.e. is it incoming traffic only, because it seems to have rudimentary program access control or probably selected port access control.
Quote:
Azureus doesn't use UDP only TCP, ports 6881 - 6889 can be used and you have to forward the tracker port which is 6969.
|
Are you sure about tracker port forwarding? Never had to do this in windows before.
Quote:
Then make sure that in your firewall configuration on the linux box that port 21212 tcp/udp is open, allowing traffic.
|
Okay so I said I'm using 6893, but how do I configure the firewall to allow this since I only have the firewall that came with the distro
Last edited by fraz; 11-14-2004 at 03:44 PM.
|
|
|
11-14-2004, 03:43 PM
|
#9
|
Member
Registered: Aug 2004
Location: Northbrook, Illinois
Distribution: CentOS-5
Posts: 311
Rep:
|
yes it does use UDP by default, look at your settings powaddha, the little box that says enable UDP tracker client protocol is checked by default in 2.2.0.0(on the options page).
linux_terror
|
|
|
All times are GMT -5. The time now is 09:49 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|