[tor-bugs] #24085 [Core Tor/Stem]: Note that 'GETINFO net/listeners/*' specifies 0.0.0.0 (or a specific address) (was: Note that 'GETINFO net/listeners/*' specifies 0.0.0.0)

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Oct 31 00:25:55 UTC 2017


#24085: Note that 'GETINFO net/listeners/*' specifies 0.0.0.0 (or a specific
address)
---------------------------+--------------------------
 Reporter:  atagar         |          Owner:  (none)
     Type:  defect         |         Status:  reopened
 Priority:  Low            |      Milestone:
Component:  Core Tor/Stem  |        Version:
 Severity:  Minor          |     Resolution:
 Keywords:                 |  Actual Points:
Parent ID:                 |         Points:
 Reviewer:                 |        Sponsor:
---------------------------+--------------------------
Changes (by teor):

 * status:  closed => reopened
 * resolution:  worksforme =>
 * component:  Core Tor/Tor => Core Tor/Stem


Comment:

 This fix in stem isn't sufficient, here are the other common Tor configs
 that bind to 'localhost':

 {{{
 ORPort [::] # IPv6 equivalent of 0.0.0.0
 }}}

 {{{
 ORPort [::1] # IPv6 equivalent of 127/8, but it's only a single address,
 no netblock
 }}}

 And here are other rarer configs that are non-routable:

 {{{
 ORPort 127.0.0.2 # or any address in 127/8
 }}}

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


More information about the tor-bugs mailing list