[tor-bugs] #4089 [Tor Relay]: Listening to wrong IP according to log (due to nic alias?)

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Fri Sep 23 19:34:15 UTC 2011


#4089: Listening to wrong IP according to log (due to nic alias?)
-----------------------+----------------------------------------------------
 Reporter:  4ZM        |          Owner:               
     Type:  defect     |         Status:  new          
 Priority:  normal     |      Milestone:               
Component:  Tor Relay  |        Version:  Tor: 0.2.2.32
 Keywords:             |         Parent:               
   Points:             |   Actualpoints:               
-----------------------+----------------------------------------------------

Comment(by nickm):

 The *ListenAddress options affect the address that you listen on, not the
 address that you advertise.  Tor binds to the *ListenAddress, but tells
 everybody else that they can reach your server at the address specified in
 the Address option -- or at an auto-detected address if you don't specify
 an Address option.  Tor self-tests itself by connecting to the published
 address, since that's the same one everybody else is going to use.

 If you want to bind A.B.172.50 _and_ tell everybody to connect to you at
 A.B.172.50, then make sure to say "Address A.B.172.50"

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


More information about the tor-bugs mailing list