Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old November 26th, 2005   #1
Dutch
A Carafe of Ubuntu
 
Join Date: Jul 2005
Location: The Netherlands
Beans: 134
Send a message via AIM to Dutch Send a message via MSN to Dutch Send a message via Skype™ to Dutch
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 12:49 PM..
Dutch is offline   Reply With Quote
Old November 26th, 2005   #2
manicka
Guest
 
Beans: n/a
Re: HOW TO surf anonymous

Nice How-To

I've added it the Ubuntu Document Storage Facility
  Reply With Quote
Old November 27th, 2005   #3
Dr. Nick
Tall Cafè Ubuntu
 
Dr. Nick's Avatar
 
Join Date: Oct 2005
Location: Heart of Texas
Beans: 2,655
Ubuntu 9.04 Jaunty Jackalope
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.
Dr. Nick is offline   Reply With Quote
Old November 27th, 2005   #4
Canuckelhead
A Carafe of Ubuntu
 
Canuckelhead's Avatar
 
Join Date: Nov 2005
Location: Minneapolis
Beans: 127
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?
Canuckelhead is offline   Reply With Quote
Old November 27th, 2005   #5
Dutch
A Carafe of Ubuntu
 
Join Date: Jul 2005
Location: The Netherlands
Beans: 134
Send a message via AIM to Dutch Send a message via MSN to Dutch Send a message via Skype™ to Dutch
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 06:07 AM..
Dutch is offline   Reply With Quote
Old November 27th, 2005   #6
lindt
First Cup of Ubuntu
 
Join Date: May 2005
Location: Italy
Beans: 8
Dapper Drake Testing/
Send a message via MSN to lindt
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
lindt is offline   Reply With Quote
Old November 27th, 2005   #7
Dutch
A Carafe of Ubuntu
 
Join Date: Jul 2005
Location: The Netherlands
Beans: 134
Send a message via AIM to Dutch Send a message via MSN to Dutch Send a message via Skype™ to Dutch
Re: HOW TO surf anonymous

Thanks lindt, I've aded your comments.
Dutch is offline   Reply With Quote
Old November 27th, 2005   #8
Dr. Nick
Tall Cafè Ubuntu
 
Dr. Nick's Avatar
 
Join Date: Oct 2005
Location: Heart of Texas
Beans: 2,655
Ubuntu 9.04 Jaunty Jackalope
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
Dr. Nick is offline   Reply With Quote
Old November 27th, 2005   #9
ubuntu27
May the Ubuntu Be With You!
 
ubuntu27's Avatar
 
Join Date: Apr 2005
Location: USA
My beans are hidden!
Ubuntu 9.10 Karmic Koala
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...
ubuntu27 is offline   Reply With Quote
Old November 27th, 2005   #10
Dr. Nick
Tall Cafè Ubuntu
 
Dr. Nick's Avatar
 
Join Date: Oct 2005
Location: Heart of Texas
Beans: 2,655
Ubuntu 9.04 Jaunty Jackalope
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?
Dr. Nick is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:57 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry