[tor-bugs] #2050 [Tor Relay]: Bridge guesses local IP address when testing reachability

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Thu Nov 11 16:01:33 UTC 2010


#2050: Bridge guesses local IP address when testing reachability
-----------------------+----------------------------------------------------
 Reporter:  Sebastian  |       Owner:                    
     Type:  defect     |      Status:  new               
 Priority:  normal     |   Milestone:  Tor: 0.2.1.x-final
Component:  Tor Relay  |     Version:                    
 Keywords:             |      Parent:                    
-----------------------+----------------------------------------------------
Changes (by arma):

  * milestone:  => Tor: 0.2.1.x-final


Comment:

 Confirmed on master.

 Also confirmed on Tor 0.2.1.26.

 This happens because in resolve_my_address() we check
 {{{
   if (is_internal_IP(ntohl(in.s_addr), 0) &&
       options->_PublishServerDescriptor) {
     /* make sure we're ok with publishing an internal IP */
 }}}

 Once upon a time, this config option was named NoPublish, and we had no
 notion of bridges.

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


More information about the tor-bugs mailing list