Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2008-01-13 10:36:48 am

eosha
New member
Registered: 2008-01-01
Posts: 5

TOR on the Eee

Here's a brief explanation of how to install the Tor anonymizing network on your Eee.

1. Add the following to /etc/apt/sources.list

This is the Debian repository for Tor. While not all Debian packages work on the Eee, this one seems to run fine.

2. Run the following commands in a terminal

sudo apt-get update
sudo apt-get install tor

3. Install a switch
The easiest to use is Torbutton, but I prefer FoxyProxy.

And away you go! You can check whether Tor is working by visiting http://check.torproject.org/

Tor's a lifesaver for me. I live in China (behind the Great Firewall), and I need Tor to access many news sites, Wikipedia, and my own blog.

Last edited by eosha (2008-01-13 10:43:31 am)

Offline

 

#2 2008-01-13 8:03:53 pm

Nadrek
Member
Registered: 2007-12-16
Posts: 19

Re: TOR on the Eee

You may also want to look at installing vmware player and JanusVM, a Tor+Privoxy appliance that helps defeat some DNS vulnerabilities in Tor.

janusvm.peertech.org

I have no information on the legality of any actions taken in other jurisdictions than my own - know your own laws!

Offline

 

#3 2008-02-03 4:33:41 pm

radon
New member
From: Switzerland
Registered: 2008-02-03
Posts: 3

Re: TOR on the Eee

eosha wrote:

sudo apt-get install tor

Didn't work for me. I have an error:

"Einige Pakete können nicht installiert werden" means "coud not install all packages"

...

There are some dependent relationships.

tor: there is a relationship: but libss10.9.7 it is not going to be installed


thanks

Last edited by radon (2008-02-03 5:46:41 pm)

Offline

 

#4 2008-02-06 4:40:12 pm

Oracle
Member
Registered: 2008-01-10
Posts: 14

Re: TOR on the Eee

I installed everything, and checked, and the site said I needed Privoxy.  How do I get and install this?

Offline

 

#5 2008-02-06 7:10:25 pm

Dr_Jeff
Senior Member
Registered: 2007-12-02
Posts: 251

Re: TOR on the Eee

Thanks, worked great.

Jeff

Offline

 

#6 2008-05-15 11:55:25 pm

NetPyro
Member
Registered: 2008-01-06
Posts: 22

Re: TOR on the Eee

I, too have a problem with libssl0.9.7 and tsocks.  Couldn't seem to install these libraries.  Any advice?  Interesting, eosha, I'm leaving for Chengdu tomorrow.  Will be living behind the great firewall for about 3 months, thats what lead me to research Tor, provixoy, and vidalia.  Thanks in advance for anyone who can help with my problem.

Offline

 

#7 2008-05-23 6:01:29 pm

Owad
New member
Registered: 2008-05-23
Posts: 2

Re: TOR on the Eee

I had the same problem as NetPyro.  My system has libssl0.9.8 installed.

I installed tor from source, following the directions at torproject.org.  I installed make, gcc, and libssl-dev (not sure if I need that) using apt.  I installed libevent 1.4.4-stable from source, with no problems.

To install Tor, I had to specify the location of libevent:

./configure --with-libevent-dir=/usr/local/lib
make
sudo make install

tor now launches and seems to run:  "Tor has successfully opened a circuit.  Looks like client functionality is working."

Haven't tried Privoxy yet.

Offline

 

#8 2008-05-23 6:48:10 pm

Owad
New member
Registered: 2008-05-23
Posts: 2

Re: TOR on the Eee

Privoxy went pretty smoothly.  I just installed the precompiled debian package, and that's all there was to it.

sudo dpkg -i privoxy_3.0.8-1_i386.deb

Tor, Privoxy, and Torbutton are all working together.  Is there much downside to leaving privoxy and tor always running, even when they'll rarely be used?

Offline

 

#9 2008-05-23 8:41:27 pm

cybeee
Senior Member
Registered: 2008-05-02
Posts: 777

Re: TOR on the Eee

Not really, slightly lower security, but that is just by virtue of having running programs, they are not inherently insecure. Slight reduction in overall system performance but still negligible really.

If you are routing through another system, then you can run tor and privoxy there, I tend to use prixoy - squid, and tor - privoxy - squid.

Offline

 

#10 2008-05-24 1:00:09 am

plodr
Moderator
From: PA
Registered: 2007-12-30
Posts: 4793

Re: TOR on the Eee

I have tor on  USB stick
http://portabletor.sourceforge.net/
I haven't plugged the stick into my eeepc but I used the portable version on my windows computers.


4G Pearl White, 1 GB RAM, Xandros Easy Mode
HP5550 networked printer
Registered Linux User # 401459

Offline

 

#11 2008-05-24 6:13:42 am

Molly
EEEmazing User
From: Emerald Isle
Registered: 2007-11-25
Posts: 7005
Website

Re: TOR on the Eee

and here is how to install and configure Tor & Pivoxy for Windows:

http://www.torproject.org/docs/tor-doc-windows.html.en


Eee PC 701 4G Blk, 405-990 MHz, 2 GB Corsair DDR2 RAM 667 MHz - Custom XP Pro SP3

If you think experts are expensive, wait until you see what amateurs cost you!

Offline

 

#12 2008-07-01 7:04:07 pm

AlphaQuant
New member
Registered: 2008-06-26
Posts: 2

Re: TOR on the Eee

I had the same problem as NetPyro and so followed Owad's post above. I initially tried doing it without installing libssl-dev but then the ./configure step failed. So I installed libssl-dev with synaptic and then everything worked as described below.

Owad wrote:

I had the same problem as NetPyro.  My system has libssl0.9.8 installed.
I installed tor from source, following the directions at torproject.org.  I installed make, gcc, and libssl-dev (not sure if I need that) using apt.  I installed libevent 1.4.4-stable from source, with no problems.

To install Tor, I had to specify the location of libevent:

./configure --with-libevent-dir=/usr/local/lib
make
sudo make install

tor now launches and seems to run:  "Tor has successfully opened a circuit.  Looks like client functionality is working."

Haven't tried Privoxy yet.

privoxy worked without problem using

sudo apt-get install privoxy

Offline

 

#13 2009-01-03 8:13:57 pm

trtrainer
New member
Registered: 2008-12-29
Posts: 6

Re: TOR on the Eee

Trying to install Tor. Will not let me save changes to /etc/apt/sources.list as outlined by eosha. Help.

Offline

 

#14 2009-01-04 8:35:51 am

WarCow
Senior Member
Registered: 2008-03-31
Posts: 321

Re: TOR on the Eee

OperaTor for Windows in one nice package smile http://archetwist.com/opera/operator


Eee 901 - White, XP SP3, 2 GB RAM, Mtron Mobi 1.8" 32 GB SSD, 16 GB Sandisk SDHC
Eee 701 - White, XP SP3, 2 GB RAM, Mugen battery 7800 mAh, 8 GB Kingston SDHC

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson