Hallo kleinc,
Du machst mir Mut, es weiter zu versuchen, das privoxy zum laufen zu bekommen. 
Es will einfach nicht. Ich habe jetzt den squid und den tor nicht weitergeleitet, und will erstmal privoxy solo zum laufen bekommen. Im Browser habe ich eingetragen: proxy 192.168.115.5, port 8118, und Firefox meldet:
Fehler: Proxy-Server verweigert die Verbindung
Firefox wurde konfiguriert, einen Proxy-Server zu nutzen, der die Verbindung zurückweist.
* Überprüfen Sie bitte, ob die Proxy-Einstellungen korrekt sind
* Kontaktieren Sie bitte Ihren Netzwerk-Administrator, um sicherzustellen, dass der Proxy-Server funktioniert
Ich poste hier nochmals meine config, um sicher zu sein, hier nichts falsches mehr eingetragen zu haben:
Code:
# Optional package: PRIVOXY (Privacy Enhancing Proxy)
#------------------------------------------------------------------------------
OPT_PRIVOXY='yes' # privoxy: yes or no
PRIVOXY_LISTEN_N='1' # number off interfaces to listen on
PRIVOXY_LISTEN_1='IP_NET_1_IPADDR:8118'
# use an ip adress or a symblic name like
# IP_NET_1_IPADDR followed by a port number
PRIVOXY_ALLOW_N='1'
PRIVOXY_ALLOW_1='IP_NET_1' # open firewall for the hosts and networks
# listed in the allow list
PRIVOXY_FORWARD='' # optional forward-host:forward-port
PRIVOXY_TOGGLE='yes' # may user switch privoxy off?
PRIVOXY_EDIT_CONFIG='yes' # may users edit the config online?
PRIVOXY_LOGDIR='' # do you want a log file?
PRIVOXY_LOGLEVEL='1 4096 8192' # what to log? (see manual)
PRIVOXY_USETOR='no' # forward all request to the tor anon proxy
OPT_TOR='no' # install tor sock4/5 anon proxy
TOR_LISTEN_N='1' # number off interfaces to listen on
TOR_LISTEN_1='IP_NET_1_IPADDR:9050'
# use an ip adress or a symblic name like
# IP_NET_1_IPADDR followed by a port number
TOR_ALLOW_N='1'
TOR_ALLOW_1='IP_NET_1' # open firewall for the hosts and networks
# listed in the allow list
und in der base.txt steht (Auszug):
Code:
# Ether networks used with IP protocol:
#------------------------------------------------------------------------------
IP_NET_N='1' # number of IP ethernet networks, usually 1
IP_NET_1='192.168.115.5/24' # IP address of your n'th ethernet card and
# netmask in CIDR (no. of set bits)
IP_NET_1_DEV='eth0' # required: device name like ethX
Es MUSS doch so gehen, aber es geht einfach nicht.