[tor-bugs] #1857 [Tor Client]: ControlListenAddress ip:port vs. ControlPort settings

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sun Aug 22 12:27:33 UTC 2010


#1857: ControlListenAddress ip:port vs. ControlPort settings
-------------------------+--------------------------------------------------
 Reporter:  kaner        |       Owner:               
     Type:  enhancement  |      Status:  new          
 Priority:  minor        |   Milestone:               
Component:  Tor Client   |     Version:  Tor: 0.2.1.26
 Keywords:               |      Parent:               
-------------------------+--------------------------------------------------
 When configuring Tor's control port, there are currently two ways to do
 this:

 1) Just configure "ControlPort 9051" and have Tor listen on 127.0.0.1:9051
 for control connections

 2) Configure "ControlListenAddress 10.0.0.1:8051" and have Tor listen on
 10.0.0.1:8051. Note that this also requires ControlPort to be configured,
 but not necessariliy for port 8051.

 Approach 2) seems counter-intuitive. If I want Tor to listen for control
 connections via ControlListenAddress, it should be possible to do so by
 simply using the ControlListenAddress option and not require the
 ControlPort option to be set, too. The user will be confused if she
 configures ip:port and Tor then asks for a ControlPort to be present. If
 Tor *needs* ControlPort for some reason,  it should read the port value of
 the ip:port combination used. If thats not possible, maybe the :port part
 of ControlListenAddress option should go.

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


More information about the tor-bugs mailing list