PDA

View Full Version : Squid -> Privoxy -> Tor


Peter_APIIT
06-14-2008, 04:11 AM
Hello to all OpenBSD expect, i have install the above software from source and packages.

I configure Privoxy and Tor first but Why when i try Privoxy with Tor, it say No such domain and Error 404 is displayed ?

Thanks for your explanation.

A billion thanks for your help.

Peter_APIIT
06-14-2008, 04:28 AM
My configuration for Privoxy and Tor is as below :

/etc/privoxy/conf

configdir /etc/privoxy/conf
logdir /var/log/privoxy
logfile logfile
listen-address 172.16.10.1:8118
toggle 1
buffer_limit 4096
forward-socks4a / 127.0.0.1:9050 .



/etc/torrc

SocketListenAddress 127.0.0.1
RunAsDaemon 1


/etc/tor_tsocks.conf

Server=127.0.0.1
Server_port=9050



I hope you all can help me out. I also willing to donate bandwidth for Tor Onion network.

Peter_APIIT
06-14-2008, 04:29 AM
My configuration for Privoxy and Tor is as below :

/etc/privoxy/conf

configdir /etc/privoxy/conf
logdir /var/log/privoxy
logfile logfile
listen-address 172.16.10.1:8118
toggle 1
buffer_limit 4096
forward-socks4a / 127.0.0.1:9050 .



/etc/torrc

SocketListenAddress 127.0.0.1
RunAsDaemon 1


/etc/tor_tsocks.conf

Server=127.0.0.1
Server_port=9050



I hope you all can help me out. I also willing to donate bandwidth for Tor Onion network.

openbsdspirit
06-17-2008, 09:06 AM
I also want to know what is your problem.