On 2 Nov. 2016, at 01:56, Felix zwiebel@quantentunnel.de wrote: ...
My log says: Oct 19 01:04:52.527 [notice] Read configuration file "/usr/local/etc/tor/torrc". Oct 19 01:04:52.566 [notice] Opening OR listener on 0.0.0.0:1234 for ORPort 443 NoListen ORPort 1234 NoAdvertise My Tor finds 0.0.0.0 and looks further out ...
I see yours telling: Oct 31 22:48:44.752 [notice] Opening OR listener on a.b.c.d:9021
Hm. Can you please share your torrc line for the "ORPort [address:]PORT|auto [flags]" directive? Can you give an example which is your a.b.c.d, is it the external or a local (lo#) and how do you set NoListen/NoAdvertise ? I want to avoid Tor guessing the ip.
To set the public IPv4 address in your descriptor, use Address: Address IPv4 Otherwise, Tor will guess your address.
To set the public IPv6 address in your descriptor, use the first IPv6 ORPort: ORPort [IPv6]:Port Otherwise, Tor will not advertise your IPv6 address.
To set an ORPort on an address that's on the host, use: ORPort IP:Port
To set a public ORPort on an address that's on a middlebox, use: ORPort IP:Port NoListen
To set a private ORPort on an address that's not public, use: ORPort IP:Port NoAdvertise
T