PDA

View Full Version : A Little Help with Leeware..



roiko
05-19-2007, 08:43 AM
hey,
i followed buggyme's guide on how to install leeware,
everything works fine.
i been using it for a 2 weeks now,
however i have a little problem id appreciate it if anyone could help me out,

i baught an XIP, (extra ip for addion 1.50$ a month)
so me and my friend both could upload to some trackers without geting into trouble, (some trackers can ban if they see 2 diff acounts uploading from same ip)

after along corrasponding with leeware support i configured the addition ip.
in the webmin interface / gataways

i can access my server with both ips
through ftp and through VNCVIEWER
but whenever i download or upload anything,
it allways writes down the first ip to the tracker,

how do i configure this within utorrent or whatever to
allow me to upload/download using each of my ip adresses
(it doesn't matter with which ip i login to vnc, what i download something it allways shows the first ip.. so maybe its something with the utorrent client..)

thanks in advance.
roy

http://filesharingtalk.com/vb3/synapse_kt8c/statusicon/user_online.gif

naq
05-19-2007, 09:18 AM
Here is a start:
http://www.utorrent.com/faq.php#How_can_I_make_.C2.B5Torrent_use_a_specific_network_adapter.3F

I'm not sure what to put in though, most likely just the same ip address in both fields.

NaQ

roiko
05-19-2007, 09:36 AM
it might be something with those, but i am not sure,
anyone is farmiliar with these?
can help me out ?
please?

j0hn
05-19-2007, 09:46 AM
u need 2 instances of utorrent running to report 2 different i.p addresses at the same time
but the link naq gave u is what u need

on 1st instance of utorrent, goto preferences/advanced, and fill in:
net.bind_ip: ur.1st.ip.here
net.outgoing.i.p: ur.1st.ip.here

on 2nd instance of utorrent, goto preferences/advanced, and fill in:
net.bind_ip: ur.2nd.ip.here
net.outgoing.i.p: ur.2nd.ip.here

edit: or ask in #utorrent, suit urself

naq
05-19-2007, 09:56 AM
Yup, I think for this to work (don't know how well since leeware has limited memory), you'll probably want two different login accounts running two vnc servers, each account would have net.bindip & net.outgoing_ip set to 1 IP address. I don't think you can run 2 utorrent instances under 1 account.

NaQ

roiko
05-19-2007, 10:16 AM
how can i run 2 sessions of utorrents? if i try opening utorrent again,
it doesn't open a new session,
and also,
after i will succeed in this?how can i switch between them in VNC VIEWER?

thanks

naq
05-19-2007, 10:53 AM
It is a good idea not to run things under root. Here is how I'd go about setting up what you want:

1. Log into your server in putty as root
2. Type without quotes:
'useradd -m -G users -s /bin/bash/ username1' //create the 1st user
'useradd -m -G users -s /bin/bash/ username2' //2nd user
'passwd username1' //then type password twice
'passwd username2' //again

3. Exit putty. Open putty again, login as the 1st user. Run:
'vncserver :1' //it should ask for login password
'wget http://......utorrent.exe'

4. Exit putty. Open putty again, login as the 2nd user. Run:
'vncserver :2' //another password
'wget http://......utorrent.exe'

5. Now you'll have two separate accounts to use through vnc viewer to run two separate utorrents. To get to account 1, you'll want to connect to vps***.leeware.com:1, and to account 2 is simply changing the 1 to 2. I hope you get the idea by now, both accounts can be used simultaneously. Set the net.bindip & net.outgoing_ip in both utorrents and you're set.

I hope this is clear enough,
NaQ

j0hn
05-19-2007, 11:46 AM
ive been trying to help him, saw him asking this in the utorrent help channel, but my linux is very limited
theres a guide here (http://forum.utorrent.com/viewtopic.php?pid=56393#p56393) on running a 2nd utorrent
u shouldnt need 2 accounts. but hes unable to create a shortcut. he tried uploading a shortcut but then cant edit the target dir
hes also unsure of the command line on how to start utorrent, if he can run "root\blah\some\dir\etc\utorrent.exe" /recover it should start the 2nd instance of utorrent without the need for a shortcut

roiko
05-19-2007, 11:52 AM
i have a few questions naq, sent u a pm