[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: How can I set going more one Tor daemons?
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: How can I set going more one Tor daemons?
- From: Ringo <2600denver@xxxxxxxxx>
- Date: Sat, 15 Aug 2009 16:05:43 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Sat, 15 Aug 2009 16:14:20 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=HWkNyIYzhErGnpZGZjDIlnQiQoh/gSAMOdvYw+q9IDg=; b=rXzUjRbSh+vUDrjrRi8a/uFEXjZHnrZlPk8wc6MPifbac+1oxe9W19OiGMRe+lbjpB jGfM/UOKL3DbHacumxp85cV9j1s4+Uu3ZjI8ujeLhef3tQpQ77H+6D5ePtS+K4KtNXy3 Zk29hpbNh4+s5CfDfp42VRD69syIwbPY90vvU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=EvQ2qmKRHYjPB/CzwJFLiMmEBxoEDcm/W8GsjEgWyxOwuOA0NX9wXYr6p1emktVrxv ZPGbV0shpVqVhOuUruLB1+kixrSw9C+l+IDU9XBq3JfMctLLk/LD02hhL2zeMsRUiTst lmM0ayGi4MBkRv0JURSjAQkrR542QaeUM2NNk=
- In-reply-to: <4A86F67A.3070703@xxxxxxxxx>
- References: <4A86E689.4080403@xxxxxxxxx> <c57501ff0908151033t2b8d025bq688c5afcd557d4f8@xxxxxxxxxxxxxx> <4A86F67A.3070703@xxxxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
- User-agent: Thunderbird 2.0.0.21 (X11/20090318)
" I have a laptop with the Debian Lenny AMD64 and I want to start
several Tor daemons in one moment, each for every user."
I'm not sure how to do it for each user, but basically you have to
give each tor it's own torrc. So for instance, you can create
/etc/tor/tor2 /etc/tor/tor3, etc.
In the torrc make sure you change these values:
DataDirectory /only/for/use/by/one/tor/instance
When you launch Tor use "tor -f /torrc/location" so that it uses the
right config. I remember there were some permissions issues but I think
you can probably figure it out.
Ringo
James Brown wrote:
> Flamsmark wrote:
>> On Sat, Aug 15, 2009 at 12:47, James Brown <jbrownfirst@xxxxxxxxx
>> <mailto:jbrownfirst@xxxxxxxxx>> wrote:
>>
>>
>> How can I do it?
>>
>>
>> Why do you need to run several Tor daemons? Wouldn't it make more
>> sense to start one Tor daemon under the default debian-tor user, and
>> let it accept SOCKS requests from localhost connections (possibly with
>> some authentication depending on the setup)?
> I often use several connections with one server from different accounts
> and I don't want that the admin or owner of the server or anybody to be
> able to identify me from one ip-adress.
> Becouse that I want to have possibility to connect with such servers
> through different tor-chains and different exit tor-nodes at the same
> time (from different users).
>