On 25.10.2015 13:35, nusenu wrote:
the debian tor package maintainer implemented the multi-instance feature request [1][2][3]. Thanks Peter!
If you want to learn more about it, have a look at tor-instance-create(8):
https://gitweb.torproject.org/debian/tor.git/tree/debian/tor-instance-create...
Thanks, it works fine when I don't use a Port < 1024.
So far, I have set this during startup once: setcap 'cap_net_bind_service=+ep' /usr/bin/obfs4proxy
and these options in torrc (which used to work): ServerTransportPlugin obfs3,obfs4 exec /usr/bin/obfs4proxy ServerTransportListenAddr obfs3 123.45.67.89:20111 ServerTransportListenAddr obfs4 123.45.67.89:80
with the instance I now get: Oct 27 11:49:19 Tor-bridge1: Server managed proxy encountered a method error. (obfs4 listen tcp 123.45.67.89:80: bind: permission denied) Oct 27 11:49:19 Tor-bridge1: Managed proxy at '/usr/bin/obfs4proxy' failed the configuration protocol and will be destroyed.
Regards 9teen