Results 1 to 3 of 3

Thread: [Debian] Tor network configuration

  1. #1
    Join Date
    Oct 2012
    Beans
    2

    [Debian] Tor network configuration

    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
    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 : https://check.torproject.org/

    it says that I am not using Tor.

    Can you help me to configure tor on lmy computer ?

    Thanks
    Last edited by zooobie; June 17th, 2014 at 07:29 PM.

  2. #2
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: [Debian] Tor network configuration

    Thread moved to Other OS/Distro Support.
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  3. #3
    Join Date
    Jun 2014
    Location
    Nowhere
    Beans
    Hidden!

    Re: [Debian] Tor network configuration

    Forward socks5, port 9150 ?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •