Re: Tor web dox bug

2010-12-15 Thread andrew
On Tue, Dec 14, 2010 at 03:08:13AM -0500, grarp...@gmail.com wrote 0.3K bytes 
in 6 lines about:
: https://www.torproject.org/docs/tor-doc-unix
: the above page says tsocks. it should say:
: http://code.google.com/p/torsocks

Done.

-- 
Andrew
pgp key: 0x74ED336B
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Setting country code?

2010-12-15 Thread .
Is there a way to set Tor so that you only use a specific country for
what would appear as your IP address if you checked your IP address at,
say, myIPaddress.com?



signature.asc
Description: OpenPGP digital signature


Re: Setting country code?

2010-12-15 Thread Runa A. Sandvik
On Wed, Dec 15, 2010 at 1:10 PM, . pe...@aleksandrsolzhenitsyn.net wrote:
 Is there a way to set Tor so that you only use a specific country for
 what would appear as your IP address if you checked your IP address at,
 say, myIPaddress.com?

Yes, please see https://www.torproject.org/docs/faq#ChooseEntryExit -
you will want to set the exit nodes.

-- 
Runa A. Sandvik
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Re: Setting country code?

2010-12-15 Thread .
On 12/15/2010 08:46 AM, Runa A. Sandvik wrote:
 On Wed, Dec 15, 2010 at 1:10 PM, . pe...@aleksandrsolzhenitsyn.net wrote:
 Is there a way to set Tor so that you only use a specific country for
 what would appear as your IP address if you checked your IP address at,
 say, myIPaddress.com?
 Yes, please see https://www.torproject.org/docs/faq#ChooseEntryExit -
 you will want to set the exit nodes.

Here's what I read at the above link

/We recommend you do not use these/ --- they are intended for testing
and may disappear in future versions. You get the best security that Tor
can provide when you leave the route selection to Tor; overriding the
entry / exit nodes can mess up your anonymity in ways we don't understand.



What don't they recommend?  Is it the ExcludeExitNodes they're talking
about that they don't recommend you use or does it apply to Entry and
Exit also?


signature.asc
Description: OpenPGP digital signature


Re: Setting country code?

2010-12-15 Thread Runa A. Sandvik
On Wed, Dec 15, 2010 at 2:11 PM, . pe...@aleksandrsolzhenitsyn.net wrote:
 On 12/15/2010 08:46 AM, Runa A. Sandvik wrote:

 On Wed, Dec 15, 2010 at 1:10 PM, . pe...@aleksandrsolzhenitsyn.net wrote:

 Is there a way to set Tor so that you only use a specific country for
 what would appear as your IP address if you checked your IP address at,
 say, myIPaddress.com?

 Yes, please see https://www.torproject.org/docs/faq#ChooseEntryExit -
 you will want to set the exit nodes.

 Here's what I read at the above link

 We recommend you do not use these — they are intended for testing and may
 disappear in future versions. You get the best security that Tor can provide
 when you leave the route selection to Tor; overriding the entry / exit nodes
 can mess up your anonymity in ways we don't understand.



 What don't they recommend?  Is it the ExcludeExitNodes they're talking
 about that they don't recommend you use or does it apply to Entry and Exit
 also?

It is not recommended because it can mess up your anonymity in ways
we don't understand. By using only exit relays in, for example,
Germany you have have less relays to choose from than if you used
*any* exit relay in the world. This applies to Entry and Exit, as well
as Exclude.

-- 
Runa A. Sandvik
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Visualization: Tor nodes on Google Maps and Google Earth

2010-12-15 Thread Moritz Bartl
Hi,

I wrote a small ugly Python script to visualize Tor relays on Google
Maps and Google Earth. You can see the result here:

* Open KML file in Google Maps:
http://maps.google.com/maps?q=http:%2F%2Fwww.torservers.net%2Fmisc%2Ftormap%2Ftormap.kml

* Download tormap.kml for Google Earth
http://www.torservers.net/misc/tormap/tormap.kml

The KML standard is being pushed by Google and should work for
OpenStreetMap, too, but I couldn't get it to load there. Feel free to
modify the script to generate other outputs.
The initial idea was to scale the marker size to show the relay's
bandwidth, but Google Maps does not support this.

The markers might give a false impression of accuracy. Most IPs can only
be tracked to city level (or even region), ie. the markers are somewhat
near, not necessarily at the real location of the relay.

You can download the script here:
http://www.torservers.net/misc/tormap/tormap.py (LGPL)

This is a one-time snapshot and I will not update it regularly, unless
there is public interest to do so. The bandwidth categories are based on
the reported observed bandwidth at the time of creation, so the actual
number of high bandwidth nodes will fluctuate every time the script is
run. It would be nice to extend this script to use longer-term bandwidth
calculation like TorStatus does, and to generate a map over time using
all the consensus data provided at http://archive.torproject.org/. An
example of what this could look like is Vis4Net's Wikileaks Mirror World
Map at http://labs.vis4.net/wikileaks/mirrors/ .

( Mostly copied from my blog at
http://moblog.wiredwings.com/archives/20101213/Visualization-Tor-nodes-on-Google-Maps-and-Google-Earth.html
)
-- 
Moritz
http://www.torservers.net/
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Re: Setting country code?

2010-12-15 Thread .
On 12/15/2010 09:29 AM, Runa A. Sandvik wrote:
 On Wed, Dec 15, 2010 at 2:11 PM, . pe...@aleksandrsolzhenitsyn.net wrote:
 On 12/15/2010 08:46 AM, Runa A. Sandvik wrote:

 On Wed, Dec 15, 2010 at 1:10 PM, . pe...@aleksandrsolzhenitsyn.net wrote:

 Is there a way to set Tor so that you only use a specific country for
 what would appear as your IP address if you checked your IP address at,
 say, myIPaddress.com?

 Yes, please see https://www.torproject.org/docs/faq#ChooseEntryExit -
 you will want to set the exit nodes.

 Here's what I read at the above link

 We recommend you do not use these — they are intended for testing and may
 disappear in future versions. You get the best security that Tor can provide
 when you leave the route selection to Tor; overriding the entry / exit nodes
 can mess up your anonymity in ways we don't understand.



 What don't they recommend?  Is it the ExcludeExitNodes they're talking
 about that they don't recommend you use or does it apply to Entry and Exit
 also?
 It is not recommended because it can mess up your anonymity in ways
 we don't understand. By using only exit relays in, for example,
 Germany you have have less relays to choose from than if you used
 *any* exit relay in the world. This applies to Entry and Exit, as well
 as Exclude.

My concern is that I don't trust particular exit or entry nodes
especially if they're in a certain country.  I've read that a country's
intelligence service might even be running the exit nodes. 
 



signature.asc
Description: OpenPGP digital signature


torstatus IPv6

2010-12-15 Thread Olaf Selke
Hi,

according my Apache log files the ratio between IPv6 and IPv4 access to
torstatus.blutmagie.de is about 1:100. Domestic as well as foreign
government agencies do not appear very much IPv6 enabled.

regards Olaf
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Firefox problems

2010-12-15 Thread .
I just got the following error message when I tried to start using Tor
on Firefox;

/The proxy server is refusing connections

Firefox is configured to use a proxy server that is refusing
connections./


How do I fix this?


signature.asc
Description: OpenPGP digital signature


Re: Firefox problems

2010-12-15 Thread Geoff Down


On Wed, 15 Dec 2010 18:20 -0500, . pe...@aleksandrsolzhenitsyn.net
wrote:
 I just got the following error message when I tried to start using Tor
 on Firefox;
 
 /The proxy server is refusing connections
 
 Firefox is configured to use a proxy server that is refusing
 connections./
 
 
 How do I fix this?
 

Sometimes Polipo stops for no apparent reason. That could be the problem
here.
GD

-- 
http://www.fastmail.fm - mmm... Fastmail...

***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Re: Firefox problems

2010-12-15 Thread .
On 12/15/2010 07:09 PM, Geoff Down wrote:

 On Wed, 15 Dec 2010 18:20 -0500, . pe...@aleksandrsolzhenitsyn.net
 wrote:
 I just got the following error message when I tried to start using Tor
 on Firefox;

 /The proxy server is refusing connections

 Firefox is configured to use a proxy server that is refusing
 connections./


 How do I fix this?

 Sometimes Polipo stops for no apparent reason. That could be the problem
 here.
 GD

How do I fix it?



signature.asc
Description: OpenPGP digital signature


Re: Firefox problems

2010-12-15 Thread .
On 12/15/2010 09:08 PM, . wrote:
 On 12/15/2010 07:09 PM, Geoff Down wrote:
 On Wed, 15 Dec 2010 18:20 -0500, . pe...@aleksandrsolzhenitsyn.net
 wrote:
 I just got the following error message when I tried to start using Tor
 on Firefox;

 /The proxy server is refusing connections

 Firefox is configured to use a proxy server that is refusing
 connections./


 How do I fix this?

 Sometimes Polipo stops for no apparent reason. That could be the problem
 here.
 GD

 How do I fix it?

I fixed it-

sudo /etc/init.d/privoxy start





signature.asc
Description: OpenPGP digital signature