Linux - NewbieThis 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
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.
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.
I just got Azureus, (and I have heard of Deluge... ^_~)
Really, it doesn't matter what bittorrent I use if none of them can connect to anything.
I'm using Slackware 12 and I am behind a firewall (Gaurddog). According to shieldsup! https://www.grc.com/x/ne.dll?bh0bkyd2all ports they check are in stealth mode. "There is NO EVIDENCE WHATSOEVER that a port (or even any computer) exists at this IP address!"
I'm not quite sure what to do with the Azureus wizard as all the ports I test aren't acceptable. Is there a (safe) way to make it so that I can use Bittorrent without getting my computer eaten alive? Perhaps I'm just missing something here...
Well, for once you could use a custom port range. That way you are less likely to get attacks. I don't use Azureus, but you should be able to set the portrange up in the preferences. I guess Slackware has Iptables installed. I use Firestarter to foreward ports through Iptables. You can do it with the command line... I never remember the commands. You will find detailed tutorials on the net though.
If your computer is behind a router, you will have to configure that too.
If you can handle a microwave, you can configure a router.
Most routers are accessible over http. Enter 192.168.1.1 in a browser of your choice. After you entered the password, you navigate to sua/nat and forward the ports you need opened to the local ip of your computer. (type ifconfig in a terminal to get your ip).
You might want to get a static address, too, otherwise the port will be opened into the void once dhcp gives you another ip.
You've basically got two barriers between you and the open net - the firewall on your Linux machine and the firewall on your router. First, all your BT client needs is one port open - I personally use 35000 - and make sure you have these ports open on your Linux box firewall and router firewall. I've only done this on GNOME and I'm sure it can also be achieved under KDE and also the commandline. But basically, you need to first open this port on your Linux firewall and somewhere in your config screen for your router will be an option to add custom ports that are either open or closed on your router. It'll probably want to know if this is a TCP or UDP port, its a TCP one. Then you just need to set your BT client to use this particlar port and you're away.
Hope this helps. If you're using GNOME, I can walk you through at least opening a port on your Linux box, but since I doubt you have my model of router, you're probably on your own there. No doubt even the GNOME applet for this does something via the commandline, iptables or something equally scary for me right now - but its basically the same premise as doing it under Windows XP SP2, opening ports.
On a completely different note, have you tried qbittorrent? I ask because azureus seems to becoming a bloat monster. The latest version has a built in media player, which isn't needed and probably wouldn't work unless you were downloading sequentially. Anyway I would recommend trying qbittorrent. You will need qt 4.x.x to run it which you will need to compile yourself since there doesn't seem to be any slack packages for it.
oskar, that portforwarding site is really helpful. Though My IP definitely switches around a bit. Do you suppose there are any guides for making the IP static?
dive... Oh god not source compiles. I really don't get how to perform them at all... but that's for another topic. I'm about to kick Gslapt to the curb.. D:<
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.