ich habe ein seltsames Problem mit TOR bzw. Privoxy.
Ich möchte TOR und Privoxy auf meinem Server betreiben, sodass ich auf den Clients lediglich den Proxy einstellen muss.
Das seltsame ist, wenn ich HTTP-Proxy und den SOCKS-Host einstelle, erscheint 503 von Privoxy:
Zitat
Your request for http://winfuture.de/ could not be fulfilled, because the domain name winfuture.de could not be resolved.
tor-resolve funktioniert allerdings:
Zitat
tor-resolve www.winfuture.de
212.48.125.34
212.48.125.34
Surfe ich direkt die IP an, erschreint die selbe Meldung (503):
Zitat
Your request for http://212.48.125.34/ could not be fulfilled, because the domain name 212.48.125.34 could not be resolved.
Zwischendurch funktionierte es einmal, lediglich den SOCKS-Host auf TOR zeigen zu lassen. Dann werden aber laut FAQ DNS-Anfragen "untorifiziert" verschickt, oder?
Beide laufen definitiv:
lsof -i | grep LISTEN
tor 5072 debian-tor 7u IPv4 18929 TCP computername.example.org:9050 (LI STEN)
tor 5072 debian-tor 8u IPv4 18930 TCP localhost:9050 (LISTEN)
privoxy 5159 privoxy 3u IPv4 23112 TCP computername.example.org:8118 (LI STEN)
privoxy 5162 privoxy 3u IPv4 23112 TCP computername.example.org:8118 (LI STEN)
Ich vermute ein Problem mit Privoxy...
Das Privoxy-Log sagt:
Zitat
Dec 27 14:25:15 Privoxy(00020002) Error: failed request #1 to connect to winfuture.de. Trying again.
Dec 27 14:25:17 Privoxy(00020002) Error: failed request #2 to connect to winfuture.de. Trying again.
Dec 27 14:25:40 Privoxy(00028002) Error: failed request #1 to connect to www.winfuture-forum.de. Trying again.
Dec 27 14:25:41 Privoxy(00028002) Error: failed request #2 to connect to www.winfuture-forum.de. Trying again.
Dec 27 14:27:18 Privoxy(00030002) Error: failed request #1 to connect to 212.48.125.34. Trying again.
Dec 27 14:27:19 Privoxy(00030002) Error: failed request #2 to connect to 212.48.125.34. Trying again.
Dec 27 14:25:17 Privoxy(00020002) Error: failed request #2 to connect to winfuture.de. Trying again.
Dec 27 14:25:40 Privoxy(00028002) Error: failed request #1 to connect to www.winfuture-forum.de. Trying again.
Dec 27 14:25:41 Privoxy(00028002) Error: failed request #2 to connect to www.winfuture-forum.de. Trying again.
Dec 27 14:27:18 Privoxy(00030002) Error: failed request #1 to connect to 212.48.125.34. Trying again.
Dec 27 14:27:19 Privoxy(00030002) Error: failed request #2 to connect to 212.48.125.34. Trying again.
Privoxy version 3.0.6
Tor v0.1.2.17
auf Debian ARM
Kann mir jemand weiterhelfen?
Configs:
/etc/privoxy# cat config | egrep ^# -v
user-manual /usr/share/doc/privoxy/user-manual
confdir /etc/privoxy
logdir /var/log/privoxy
actionsfile standard # Internal purpose, recommended
actionsfile global # Global default setting for all sites
actionsfile default # Main actions file
actionsfile user # User customizations
filterfile default.filter
logfile logfile
jarfile jarfile
debug 8192 # Errors - *we highly recommended enabling this*
listen-address 192.168.2.10:8118
toggle 1
enable-remote-toggle 0
enable-remote-http-toggle 1
enable-edit-actions 0
buffer-limit 4096
forward-socks4a / 192.168.2.10:9050 .
forward-socks4a / 127.0.0.1:9050 .
forward 192.168.*.*/ .
forward 10.*.*.*/ .
forward 127.*.*.*/ .
forwarded-connect-retries 2
/etc/tor# cat torrc | egrep ^# -v
SocksListenAddress 192.168.2.10:9050
SocksListenAddress 127.0.0.1:9050
Log debug file /var/log/tor/debug.log