Tor and Google Chrome

  • Thread starter Thread starter smiloux
  • Start date Start date
S

smiloux

Hi

I am running on Debian 7.5 64 bits under Gnome interface and I would like to use the tor network when I browse on the internet with Google Chrome Browser.
I installed tor and privoxy :
Code:
apt-get install tor privoxy
I added the line
Quote:
forward-socks4a / 127.0.0.1:9050 .
to the privoxy configuration's file.
Here you are this latter file :

Code:
#Generally, this file goes in /etc/privoxy/config
forward-socks4a / 127.0.0.1:9050 .
confdir /etc/privoxy
logdir /var/log/privoxy
actionsfile standard
actionsfile default
actionsfile user
filterfile default.filter

debug 4096
debug 8192

user-manual /usr/share/doc/privoxy/user-manual
listen-address 127.0.0.1:8118
toggle 1
enable-remote-toggle 0
enable-edit-actions 0
enable-remote-http-toggle 0
buffer-limit 4096
I launched the privoxy and tor's services :

Code:
/etc/init.d/privoxy start
/etc/init.d/tor start
The circuit was successfully built.

Then I launched Chrome (NOT in ROOT) with the following manual proxy settings :
HTTP proxy : 127.0.0.1 to the port 8118

However, when I go to the page :
check.torproject

it says that I am not using Tor.

the tor's log file
Quote:
Jun 17 12:50:07.000 [notice] Tor 0.2.4.22 (git-255243866bbf9365) opening new log file.
Jun 17 15:44:12.000 [notice] New control connection opened.
Jun 17 15:44:12.000 [notice] New control connection opened.
Jun 17 15:54:54.000 [notice] Tor 0.2.4.22 (git-255243866bbf9365) opening log file.
Jun 17 15:54:54.000 [notice] Renaming old configuration file to "/etc/tor/torrc.orig.1"
Jun 17 15:54:54.000 [warn] Couldn't rename configuration file "/etc/tor/torrc" to "/etc/tor/torrc.orig.1": Permission denied
Jun 17 15:54:54.000 [notice] Tor 0.2.4.22 (git-255243866bbf9365) opening log file.
Jun 17 15:54:54.000 [notice] Tor 0.2.4.22 (git-255243866bbf9365) opening log file.
Jun 17 15:54:54.000 [notice] Tor 0.2.4.22 (git-255243866bbf9365) opening log file.
Jun 17 15:54:54.000 [notice] Renaming old configuration file to "/etc/tor/torrc.orig.1"
Jun 17 15:54:54.000 [warn] Couldn't rename configuration file "/etc/tor/torrc" to "/etc/tor/torrc.orig.1": Permission denied
Jun 17 15:54:54.000 [notice] Tor 0.2.4.22 (git-255243866bbf9365) opening log file.
Jun 17 15:54:57.000 [notice] Catching signal TERM, exiting cleanly.
Jun 17 21:12:05.000 [notice] Tor 0.2.4.22 (git-255243866bbf9365) opening log file.
Jun 17 21:12:05.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jun 17 21:12:05.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jun 17 21:12:05.000 [notice] Bootstrapped 5%: Connecting to directory server.
Jun 17 21:12:05.000 [notice] We now have enough directory information to build circuits.
Jun 17 21:12:05.000 [notice] Bootstrapped 80%: Connecting to the Tor network.
Jun 17 21:12:06.000 [notice] Bootstrapped 85%: Finishing handshake with first hop.
Jun 17 21:12:06.000 [notice] Bootstrapped 90%: Establishing a Tor circuit.
Jun 17 21:12:07.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Jun 17 21:12:07.000 [notice] Bootstrapped 100%: Done.
Jun 17 21:13:08.000 [warn] Socks version 67 not recognized. (Tor is not an http proxy.)
Jun 17 21:13:08.000 [warn] Socks version 67 not recognized. (Tor is not an http proxy.)
Jun 17 21:13:08.000 [warn] Socks version 67 not recognized. (Tor is not an http proxy.)
Jun 17 21:13:10.000 [warn] Socks version 67 not recognized. (Tor is not an http proxy.)

Can you help me to configure tor on lmy computer ?

Thanks

Continue reading...
 
Back
Top