PDA

View Full Version : Tutorial : Install Multiple Utorrent On Linux Seedbox



KFlint
07-05-2007, 08:09 PM
Hi,

I have recently seen many posts of person wanting to know how to setup multiple utorrent instances on their seedbox to be able to share it with another user.

First, you must follow BuggyMe's tutorial to setup the server as usual :
http://filesharingtalk.com/vb3/f-guides-and-tutorials-65/t-filesharing-installing-utorrent-leeware-walkthrough-169620

You then have one utorrent running under root

So now, to setup a second utorrent :

1 - Ask your server compagny to attribute you a new IP address (free for leaseweb and vectoral box, and some cost for leeware). This way, you will be able to bind different IP addresses to each instance of Utorrent running. You will avoid a lot of sh*t caused by using the same IP to connect to one tracker with two different usernames! If you plan to share your seedbox, this case will happen for sure.

2 - Login as root with putty on your server

3 - Type "adduser utorrent" or whatever name you want instead of utorrent

4 - Type "passwd utorrent" to change the user password

5 - Type "cd /etc/sysconfig/network-scripts"

6 - Type "cp ifcfg-eth0 ifcfg-eth0:1", this new file will have to contain your new IP address

7 - Type "vi ifcfg-eth0:1", the file should look like this :

DEVICE=eth0
BOOTPROTO=static
HWADDR=**:**:**:**:**:**
IPADDR=**.**.**.***
NETMASK=255.255.255.0
ONBOOT=yes
TYPE=Ethernet

8 - Edit the file to make it look like this :
(vi command guide : http://www.cs.colostate.edu/helpdocs/vi.html)

DEVICE=eth0:1
BOOTPROTO=static
HWADDR=**:**:**:**:**:**
IPADDR=Your new IP address
NETMASK=255.255.255.0
ONBOOT=yes
TYPE=Ethernet

9 - Type "/sbin/service network restart" , the new ip is now functionnal

10 - Type "su utorrent"

11 - Type "vncserver :2", you will have to set a password

12 - Open TightVNC viewer on your PC.

13 - On the TightVNC shell window, type wine notepad.exe, close the application once it's open.

14 - Type "cd /home/utorrent/.wine/drive_c/windows/system32"

15 - Type "wget http://download.utorrent.com/1.6.1/utorrent.exe" (http://download.utorrent.com/1.6.1/utorrent.exe) to install utorrent

16 - Type "wine utorrent.exe" to start utorrent

17 - Go the speed setup as usual, after all done, go into
Options->Preferences->Advanced and set the following variables :
net.bind_ip
net.outgoing_ip
to your new IP address


That's it! You now have two utorrent instances running with different IP address :thumbsup:

Enjoy and feel free to leave comments to improve this first draft of the tutorial!

pedroclaro
07-05-2007, 08:10 PM
nice tutorial! good for a lot of people

seppypom
07-05-2007, 08:45 PM
Now thats what i call service!

Gtb
07-05-2007, 09:00 PM
Great!! Thanks ;)

direstraits
07-05-2007, 09:51 PM
great tutorial! Thanks :)

poliser
07-05-2007, 10:04 PM
cool, thx alot, is there any Tutorial like this for Windows O.S?

KSA
07-05-2007, 10:30 PM
g8 guide m8, thanks.

jam0980tr
07-05-2007, 10:37 PM
Thanks i need this info

KFlint
07-05-2007, 11:19 PM
u are welcome!

i would have liked to have this guide when i had to do this to, i would have saved me some headaches ;)

if it can help some people here then i'm glad i did it :)

Loris
07-06-2007, 02:38 AM
exactly what i need.. thanks heaps!!

shp805
07-06-2007, 03:35 AM
Great guide KFlint (http://filesharingtalk.com/vb3/../members/kflint-159072).Will help us noobs a lot.Thank you.

direstraits
07-06-2007, 04:11 AM
this guide should be stickied :)

sp0ngeb0b
07-06-2007, 07:16 AM
Thanks for the info. This thread helped me a bit even though I'm using Server 2003. :)

shivwhorra
07-06-2007, 07:29 AM
Deserves to be a sticky :) or in the tutorial section..good work

trikster
07-06-2007, 10:09 AM
is it possible to do that on windows?
Edited: never mind :)

kapowcowpwned
07-06-2007, 10:37 AM
nice work :)

kapowcowpwned
07-06-2007, 10:39 AM
great work

KFlint
07-06-2007, 02:52 PM
Hi,

I submit this tutorial to the staff here yesterday, it's now in the tutorial and guides section :

http://filesharingtalk.com/vb3/f-guides-and-tutorials-65/t-how-setup-multiple-utorrents-linux-server-202587

So it will be easy to find it in the future :)

0sec
07-06-2007, 09:24 PM
hmmm...
cant really understand for what is this useful to me?
Maybe only usefull for a multiuser seedbox?

KFlint
07-06-2007, 09:29 PM
hmmm...
cant really understand for what is this useful to me?
Maybe only usefull for a multiuser seedbox?

answer in my first post :


Hi,

I have recently seen many posts of person wanting to know how to setup multiple utorrent instances on their seedbox to be able to share it with another user.

0sec
07-06-2007, 09:30 PM
answer in my first post :


Hi,

I have recently seen many posts of person wanting to know how to setup multiple utorrent instances on their seedbox to be able to share it with another user.

sorry for my inattentiveness men :happy: