[tor-bugs] #5143 [Pluggable transport]: ServerTransportPlugin sets or_port to '127.0.0.1:0'

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Wed Feb 15 20:16:54 UTC 2012


#5143: ServerTransportPlugin sets or_port to '127.0.0.1:0'
---------------------------------+------------------------------------------
 Reporter:  murble               |          Owner:  asn                
     Type:  defect               |         Status:  new                
 Priority:  normal               |      Milestone:                     
Component:  Pluggable transport  |        Version:  Tor: 0.2.3.12-alpha
 Keywords:  or_port              |         Parent:                     
   Points:                       |   Actualpoints:                     
---------------------------------+------------------------------------------
 When Tor is configured with

 ORPort "[::]:9001" so on default linux it is configured
 to listen on both v4 and v6 sockets.

 and obfsproxy configured to run in managed mode:

 ServerTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --log-min-
 severity=debug --no-safe-logging --logfile=/var/log/tor/obfsproxy.log
 --managed

 we get:

 Proxy environment:
 [...]
 or_port: '127.0.0.1:0'
 [...]

 If we add a v4 only OrPort
 OrPort "0.0.0.0:9001"
 it works as expected:

 [...]
 or_port: '127.0.0.1:9001'
 [...]

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


More information about the tor-bugs mailing list