Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Tutorial : Install Multiple Utorrent On Linux Seedbox

  1. #1
    KFlint's Avatar ... BT Rep: +35BT Rep +35BT Rep +35BT Rep +35BT Rep +35BT Rep +35BT Rep +35
    Join Date
    Mar 2007
    Posts
    4,056
    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 :
    https://filesharingtalk.com/vb3/f-gui...through-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" 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

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

    Last edited by KFlint; 07-05-2007 at 08:12 PM.

  2. BitTorrent   -   #2
    Poster BT Rep: +17BT Rep +17BT Rep +17BT Rep +17
    Join Date
    May 2007
    Posts
    142
    nice tutorial! good for a lot of people

  3. BitTorrent   -   #3
    Now thats what i call service!
    ______________________________________________

  4. BitTorrent   -   #4
    Gtb's Avatar n00b with two stars BT Rep: +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100
    Join Date
    Nov 2006
    Location
    Crete
    Posts
    336
    Great!! Thanks

  5. BitTorrent   -   #5
    direstraits's Avatar Out ta get me BT Rep: +50BT Rep +50BT Rep +50BT Rep +50BT Rep +50BT Rep +50BT Rep +50BT Rep +50BT Rep +50BT Rep +50
    Join Date
    Jul 2006
    Posts
    1,029
    great tutorial! Thanks

  6. BitTorrent   -   #6
    poliser's Avatar haha BT Rep: +1
    Join Date
    May 2007
    Posts
    131
    cool, thx alot, is there any Tutorial like this for Windows O.S?


  7. BitTorrent   -   #7
    KSA's Avatar Pro Skater BT Rep: +5
    Join Date
    Jul 2007
    Posts
    439
    g8 guide m8, thanks.
    FLiP all the way!

  8. BitTorrent   -   #8
    jam0980tr's Avatar jam cakes mmm Lovely
    Join Date
    Jun 2007
    Location
    far away some paradise!!!
    Posts
    843
    Thanks i need this info
    Down-Speed Up-Speed
    Proud 2 Be a Member Of 0sec Tmp3







  9. BitTorrent   -   #9
    KFlint's Avatar ... BT Rep: +35BT Rep +35BT Rep +35BT Rep +35BT Rep +35BT Rep +35BT Rep +35
    Join Date
    Mar 2007
    Posts
    4,056
    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

  10. BitTorrent   -   #10
    Member BT Rep: +1
    Join Date
    Jul 2006
    Posts
    116
    exactly what i need.. thanks heaps!!

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •