[tor-bugs] #15203 [Tor]: Incorrect port numbers hardcoded in config.c for moria1

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Mar 9 17:45:42 UTC 2015


#15203: Incorrect port numbers hardcoded in config.c for moria1
--------------------+---------------------
 Reporter:  lom     |          Owner:
     Type:  defect  |         Status:  new
 Priority:  normal  |      Milestone:
Component:  Tor     |        Version:
 Keywords:          |  Actual Points:
Parent ID:          |         Points:
--------------------+---------------------
 While checking out the hardcoded directory authorities, I noticed that the
 OR and DIR port number for the first one, "moria1", do not correspond to
 the ones given by https://atlas.torproject.org/#search/128.31.0.39:

 {{{
    "moria1 orport=9101 "
       "v3ident=D586D18309DED4CD6D57C18FDB97EFA96D330566 "
       "128.31.0.39:9131 9695 DFC3 5FFE B861 329B 9F1A B04C 4639 7020
 CE31",
 }}}
 https://gitweb.torproject.org/tor.git/tree/src/or/config.c#n853

 According to atlas, the ports should be ORport=9005 and DirPort=9035
 instead of ORport=9101 and DirPort=9131.

 This might explain why my attempt to connect to the Tor network using a
 newly extracted TorBrowser, with my firewall blocking ports 80 and 443
 failed.

 P.S.: I think it might be worth adding a few more directory authorities
 with common ports like ssh,imap,smtp,ftp,etc for places with extreme
 firewalls. :)
 Or maybe add the directory info in the tor browser bundle?
 Is it possible to create/download "cached-microdescs" files from the tor
 atlas?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/15203>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list