[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Dir servers on private networks
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: Dir servers on private networks
- From: DM <dmjr4007@xxxxxxxxx>
- Date: Mon, 10 Nov 2008 18:24:07 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Mon, 10 Nov 2008 18:24:15 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=CHei8IuOixM7brnJgYmKo60aMUHmkiJH1UdqdqYQlqM=; b=xSvADHP0sowU0qFIedYWWJMqqFrkIMhpJXAqUVlQBwUoP2TrNnI9B1bNOqgh3SzO4s JGMjLuTsE64x2hNXimY68C4PyOx1tF9jpTzlovb4ddZnwKbA+070TC4SIVi9GVqVCGJp AJKNIGfQBIgzyFsaRxzdvD8fI6OB8zGvQpPi8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=mgOYUh2N7KYg93PZ+5OJ9w+gr1MYIoJa52Lk7qGvRHmcgfToQRiMMsLN75sf1KwbK6 Bgn7BrxyZVewOC76YL6ZnMOpcXBEOL+cYAkqoB7QohUAC5/uAxl92VTsNkx2j3517eM6 YmECQU6xTQ+dAP0xdf1yaPcJvykGU6AyW8V/8=
- In-reply-to: <9DC80BE2-4BE0-4E1F-8B6C-19E0FAE45356@xxxxxxx>
- References: <9DC80BE2-4BE0-4E1F-8B6C-19E0FAE45356@xxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
A few months back I ran into the same problem. I ended up using V3
dir servers.
On Nov 10, 2008, at 12:36 PM, Jon McLachlan wrote:
Hey everyone,
Our research team is a bit stuck on a problem of bootstrapping
generic Tor on a private network in planetlab. The two
authoritative directory servers that we are running continuously
complain that,
Nov 10 12:22:35.487 [info] router_pick_trusteddirserver(): No
trusted dirservers are reachable. Trying them all again.
Nov 10 12:22:35.487 [info] router_pick_directory_server(): No
reachable router entries for dirservers. Trying them all again.
Nov 10 12:22:35.487 [info] directory_get_from_dirserver(): No router
found for consensus network-status fetch; falling back to dirserver
list.
Nov 10 12:22:35.487 [info] router_pick_trusteddirserver(): No
trusted dirservers are reachable. Trying them all again.
Nov 10 12:22:35.487 [notice] While fetching directory info, no
running dirservers known. Will try again later. (purpose 14)
However, OR's in the network seem to think that they are publishing
their descriptors without any problem. When we attempt to browse to
http://[host]:[port]/all into the Dir port of either of the two
authoritative dir servers, it consistently responds with zero
content - we are assuming this is why clients are OR's are not yet
communicating with each other. We've attempted this setup on both
V1 and V2 dir servers.
We have exhausted the specific guidance for running a private Tor
network found here:
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#OwnTorNetwork
Any comments, suggestions, ideas, or guidance would be most
appreciated. :)
~Jon