Page 1 of 18 12311 ... LastLast
Results 1 to 10 of 172

Thread: HOW TO surf anonymous

  1. #1
    Join Date
    Jul 2005
    Location
    The Netherlands
    Beans
    134

    HOW TO surf anonymous

    Hi after 5 months using Ubuntu the first HOW TO
    Be gentle with me !

    =====================================
    Go to www.watismijnip.nl and write down youre IP ( you need it later)
    Code:
    $ sudo apt-get install tor privoxy

    Code:
    sudo gedit /etc/privoxy/config
    and ad this line: " forward-socks4a / localhost:9050 . " (with the dot at the end)

    then go to
    Code:
    https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=125
    click on "Install now" (62 KB file)

    then Firefox askes you to install now ? > Click on Install now

    After the instalation you have to restart Fire Fox again.
    Then go to Extra > Switch Proxy > manage proxies > add > standard > next.

    Then fill in:
    Next enter the following information into both the HTTP Proxy and SSL Proxy fields. Hostname: 127.0.0.1 Port: 8118. Set up any proxy exceptions you may need and then click on OK.(Do this also for the proxy label)

    Then choose in Firefox > extra > switch Proxy > Preferences > and apply "show toolbar"

    Now the toolbar wil be shown in FF.
    Choose proxy, your proxy server you just filed in: 127.0.0.1

    for other proxys go to:
    Code:
    http://proxy.org/tor.shtml
    Then go to www.watismijnip.nl and look if youre IP is different from above !
    Then it worked, else not you can put you're questions here below.

    =====================================

    Hope it did work !

    Cheers,

    Dutch.

    With thanks to:
    - ubuntu_demon
    -
    Code:
    http://www.jgmnet.org/torfaq.html
    - lindt
    Last edited by Dutch; November 27th, 2005 at 05:49 PM.

  2. #2
    manicka Guest

    Re: HOW TO surf anonymous

    Nice How-To

    I've added it the Ubuntu Document Storage Facility

  3. #3
    Join Date
    Oct 2005
    Location
    Heart of Texas
    Beans
    1,888
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOW TO surf anonymous

    Nice, Ive been using this for awhile now, never saw the list of ips though, thanks for the link.

    You might add that it has other uses aswell, Tor can be used with gaim as a socks proxy which will also encrypt your IM's which is nice for using at public wireless hotspots.

  4. #4
    Join Date
    Nov 2005
    Location
    Minneapolis
    Beans
    126
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOW TO surf anonymous

    this is not working for me... my IP stays the same when I check it...
    running tor from the command line I get...

    Nov 27 02:54:03.704 [warn] /var/lib/tor is not owned by this UID (0). You must fix this to proceed.
    Nov 27 02:54:03.704 [err] options_act(): Couldn't access/create private data directory /var/lib/tor
    Nov 27 02:54:03.704 [err] init_from_config(): Acting on config options left us in a broken state. Dying.

    what am I messing up?

  5. #5
    Join Date
    Jul 2005
    Location
    The Netherlands
    Beans
    134

    Re: HOW TO surf anonymous

    Quote Originally Posted by Canuckelhead
    this is not working for me... my IP stays the same when I check it...
    running tor from the command line I get...

    Nov 27 02:54:03.704 [warn] /var/lib/tor is not owned by this UID (0). You must fix this to proceed.
    Nov 27 02:54:03.704 [err] options_act(): Couldn't access/create private data directory /var/lib/tor
    Nov 27 02:54:03.704 [err] init_from_config(): Acting on config options left us in a broken state. Dying.

    what am I messing up?

    If u go to : Fire fox > extra > do u see there SwitchProxy ?
    go to preferences and choose : "Show Toolbar" > ok .
    Ctr Alt Backsp, restart and then try again.

    After choosing the Proxy in the Fire Fox Toolbar from Switch Proxy click on apply.

    If that does not work try:
    Code:
    sudo /etc/init.d/tor start
    (with thanks to : AndEat)

    Let me know if that works.
    Last edited by Dutch; November 27th, 2005 at 11:07 AM.

  6. #6
    Join Date
    May 2005
    Location
    Italy
    Beans
    8
    Distro
    Dapper Drake Testing/

    Re: HOW TO surf anonymous

    My IP didn't change, but I solved in few steps:

    Code:
    sudo gedit /etc/privoxy/config
    and I've added this line:

    Code:
    forward-socks4a / localhost:9050 .
    (remember the dot at the end)

    I've also commented this two lines to unable privoxy logging:

    Code:
    #logfile logfile
    #jarfile jarfile
    I saved the file and restarted privoxy:
    Code:
    sudo /etc/init.d/privoxy restart
    and finally it's working

  7. #7
    Join Date
    Jul 2005
    Location
    The Netherlands
    Beans
    134

    Re: HOW TO surf anonymous

    Thanks lindt, I've aded your comments.

  8. #8
    Join Date
    Oct 2005
    Location
    Heart of Texas
    Beans
    1,888
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOW TO surf anonymous

    Quote Originally Posted by Canuckelhead
    this is not working for me... my IP stays the same when I check it...
    running tor from the command line I get...

    Nov 27 02:54:03.704 [warn] /var/lib/tor is not owned by this UID (0). You must fix this to proceed.
    Nov 27 02:54:03.704 [err] options_act(): Couldn't access/create private data directory /var/lib/tor
    Nov 27 02:54:03.704 [err] init_from_config(): Acting on config options left us in a broken state. Dying.

    what am I messing up?
    Are you using sudo infront of tor? I think all that means is that the owner of the file is not you.
    You do not need to use sudo, If your not using sudo and it still doesnt work then try this command from a terminal
    Code:
    sudo chown yourusername /var/lib/tor
    and then try to rereun
    Code:
    tor
    without using sudo

  9. #9
    Join Date
    Apr 2005
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOW TO surf anonymous

    Hmm? It does work for yo guys? I mean, I used to use Tor + Privoxy for a long time. But now it seem it is dead now.

    Maybe my ISP banned those proxy's IPs...

  10. #10
    Join Date
    Oct 2005
    Location
    Heart of Texas
    Beans
    1,888
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOW TO surf anonymous

    It has worked for me recently. Run
    Code:
    killall tor
    then wait a few seconds and run tor, this may help if you get connected to a real slow tor node.
    Also do you get the 404s from privoxy in your browser or do you get the web browser ones?

Page 1 of 18 12311 ... LastLast

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
  •