Установлен Tor:
Installed versions: 0.2.5.10-r3(03:17:55 PM 01/24/2015)(ecc nat-pmp stats threads transparent-proxy upnp -bufferevents -seccomp -selinux -test -tor-hardening -web)
/etc/tor/torrc выглядит так:
#
# Minimal torrc so tor will work out of the box
#
User tor
PIDFile /var/run/tor/tor.pid
Log notice syslog
DataDirectory /var/lib/tor/data
запуск, смотрю статус:
# systemctl status -l tor
● tor.service - The Onion Router
Loaded: loaded (/usr/lib64/systemd/system/tor.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2015-01-24 15:22:12 ALMT; 1s ago
Process: 11701 ExecStartPre=/usr/bin/tor --verify-config -f /etc/tor/torrc (code=exited, status=0/SUCCESS)
Main PID: 11704 (tor)
CGroup: /system.slice/tor.service
└─11704 /usr/bin/tor --RunAsDaemon 0 -f /etc/tor/torrc
Jan 24 15:22:12 locus tor[11704]: Jan 24 15:22:12.634 [notice] Caching new entry tor for tor
Jan 24 15:22:12 locus tor[11704]: Jan 24 15:22:12.634 [notice] Caching new entry tor for tor
Jan 24 15:22:12 locus Tor[11704]: Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 24 15:22:12 locus Tor[11704]: Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 24 15:22:12 locus Tor[11704]: We were built to run on a 64-bit CPU, with OpenSSL 1.0.1 or later, but with a version of OpenSSL that apparently lacks accelerated support for the NIST P-224 and P-256 groups. Building openssl with such support (using the enable-ec_nistp_64_gcc_128 option when configuring it) would make ECDH much faster.
Jan 24 15:22:12 locus Tor[11704]: Bootstrapped 0%: Starting
Jan 24 15:22:12 locus Tor[11704]: Bootstrapped 5%: Connecting to directory server
Jan 24 15:22:12 locus Tor[11704]: We now have enough directory information to build circuits.
Jan 24 15:22:12 locus Tor[11704]: Bootstrapped 80%: Connecting to the Tor network
Jan 24 15:22:13 locus Tor[11704]: Bootstrapped 85%: Finishing handshake with first hop
Firefox с отдельным профилем нормально открывает страницы через Tor. Решил включить релей без exit-трафика, добавил в /etc/tor/torrc строчки:
ORPort 443
Exitpolicy reject *:*
RelayBandwidthRate 110 KB
RelayBandwidthBurst 160 KB
Nickname blablabla
ContactInfo blablabla@blablabla.net
запускаю, смотрю статус:
# systemctl status -l tor
● tor.service - The Onion Router
Loaded: loaded (/usr/lib64/systemd/system/tor.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2015-01-24 15:18:12 ALMT; 13s ago
Main PID: 11629 (tor)
CGroup: /system.slice/tor.service
└─11629 /usr/bin/tor --RunAsDaemon 0 -f /etc/tor/torrc
Jan 24 15:18:12 locus tor[11629]: Jan 24 15:18:12.079 [notice] Caching new entry tor for tor
Jan 24 15:18:12 locus tor[11629]: Jan 24 15:18:12.079 [notice] Caching new entry tor for tor
Jan 24 15:18:12 locus Tor[11629]: Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 24 15:18:12 locus Tor[11629]: Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 24 15:18:12 locus Tor[11629]: Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 24 15:18:12 locus Tor[11629]: Caching new entry tor for tor
Jan 24 15:18:12 locus Tor[11629]: Caching new entry tor for tor
Jan 24 15:18:12 locus Tor[11629]: We were built to run on a 64-bit CPU, with OpenSSL 1.0.1 or later, but with a version of OpenSSL that apparently lacks accelerated support for the NIST P-224 and P-256 groups. Building openssl with such support (using the enable-ec_nistp_64_gcc_128 option when configuring it) would make ECDH much faster.
Jan 24 15:18:12 locus Tor[11629]: Your Tor server's identity key fingerprint is '***'
Jan 24 15:18:12 locus Tor[11629]: Bootstrapped 0%: Starting
и страницы в итоге не открываются, трафик, судя по системному монитору, никакой не идёт, демон tor выключается с минуту
что я делаю неправильно?