Re: [tor-talk] geoip6

2013-04-12 Thread Justin Aplin
m; the only thing that will happen is that IPv6 exits won't show up on Vidalia's map. Traffic won't be affected in any way. [1] https://gitweb.torproject.org/tor.git/blob_plain/HEAD:/src/config/geoip6 ~Justin Aplin ___ tor-talk mailing

Re: [tor-talk] Tor 0.2.4.11-alpha is out

2013-03-13 Thread Justin Aplin
otice] This version of Tor (0.2.4.11-alpha) is newer than any recommended version, according to the directory authorities. Recommended versions are: 0.2.2.39,0.2.3.24-rc,0.2.3.25,0.2.4.5-alpha,0.2.4.6-alpha,0.2.4.7-alpha,0.2.4.8-alpha,0.2.4.9-alpha,0.2.4.10-alpha Anything to worry about? ~Justin

Re: [tor-talk] Disable anything but hidden services

2012-09-05 Thread Justin Aplin
On Sep 5, 2012, at 3:15 AM, Andreas Krey wrote: > On Wed, 05 Sep 2012 02:15:21 +0000, Justin Aplin wrote: > ... >> ExitPolicy accept 127.0.0.1:* >> ExitPolicy reject *:* >> >> This will allow exiting (connecting) to the local machine (where the hidden >>

Re: [tor-talk] Disable anything but hidden services

2012-09-05 Thread Justin Aplin
got me stumped. I'd like to know the solution if there is one, though. [1] https://www.torproject.org/docs/tor-hidden-service.html.en ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] transfer .onion addreess to another server

2012-08-04 Thread Justin Aplin
enServiceDirectory on the old hardware to prevent duplicate server descriptors (which will result in odd behavior, like your hidden service only being reachable some of the time). If you plan to continue running a Tor node on the old hardware, a new set of keys and a new

Re: [tor-talk] Is my ISP censoring my access to Tor?

2012-05-18 Thread Justin Aplin
efault behavior in Windows packages is because the code used to randomize port selection seems to trigger an inordinate number of antivirus warnings. ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] fingerprint/IP

2012-05-02 Thread Justin Aplin
r tor log, everything should be fine. Several nodes per IP (or even several nodes per box, if CPU core usage is topping out before bandwidth usage) isn't terribly uncommon. ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org ht

Re: [tor-talk] Tor relay data usage

2012-04-12 Thread Justin Aplin
accounting limit, leaving the rate uncapped unless Tor is interfering with your normal internet activities (in which case, I'd set it to, say, 80% of your provider's advertised bandwidth, or whatever else you find appropriate, which will limit Tor enough to leave your internet connect

Re: [tor-talk] How tor skip firewall ?

2012-03-02 Thread Justin Aplin
which are allowed connections in your iptables. The connection to the site itself occurs at the exit node. ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] Tor directory servers

2012-02-19 Thread Justin Aplin
ry of every running client. There's nothing secret about it. As far as blocking exit nodes, the Tor DNSBL is publicly provided for this reason precisely. ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torp

[tor-talk] Win32 expert bundle link broken

2012-02-15 Thread Justin Aplin
The link to the win32 expert bundle on the project website is broken and should be corrected to https://www.torproject.org/dist/win32/tor-0.2.3.12-alpha-win32.exe Thanks, ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https

Re: [tor-talk] shutdown latencies

2012-02-15 Thread Justin Aplin
On 2/15/2012 3:31 PM, eliaz wrote: Thanks, this gives me someplace to start. On 2/15/2012 1:52 PM, Justin Aplin wrote: On Feb 15, 2012, at 12:48 PM, eliaz wrote: I've set ShutdownWaitLength to 30 minutes in torrc. If this is actually set to 30 minutes, and not 30 seconds, I believe t

Re: [tor-talk] shutdown latencies

2012-02-15 Thread Justin Aplin
When the red onion is up does it mean that people are > actually still using my bridge, or that Vidalia's just waiting for the > shutdown timeout to run its course? As far as I know, the red icon indicates the former, as my nodes have a 30 sec

Re: [tor-talk] Tor on two computers, one IP?

2011-12-21 Thread Justin Aplin
ewall. Technically, each node you run should have each of the other's fingerprint(s) in the MyFamily option of their torrc, but since tor never builds circuits within the same /16 subnet anyway, a circuit will never be built with two nodes coming from the same IP. Otherwise, the authorities don't care at all. Thanks for contributing! ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] Automatic vulnerability scanning of Tor Network?

2011-12-21 Thread Justin Aplin
ve found that your view of ethics clearly does not match many others' on the internet, and have since taken your node(s) down, why is this still an issue? Mike's advice is really the best way to go here. ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] How can I get Vidalia to work when I am loading Tor with a custom torrc file?

2011-12-21 Thread Justin Aplin
27;t you change the system default torrc, instead of manually pointing it at your custom one? Or if that's not possible, then change the system startup script for tor to include a command-line option pointing to your custom torrc? ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] using bridge directly

2011-10-08 Thread Justin Aplin
be able to specify a particular *exit* in the address bar, check out the AllowDotExit entry in the manual. Picking a particular *entry* node, as far as I know, would require you to use the Bridge and UseBridges entries in your torrc, which isn't nearly as flexible. ~Justin Aplin Best, K

Re: [tor-talk] Updating problem - failed to fetch URL

2011-09-20 Thread Justin Aplin
mic/main/binary-i386/Packages.gz > 404 Not Found [IP: 86.59.30.36 80] > > What should I change my update source to? Use the Lucid repos, or use the instructions here to build your own .debs: https://www.torproject.org/docs/debian.html.en#source ~Justin Aplin

Re: [tor-talk] NT Service installation does not handle ``bridge relay'' option in torrc file

2011-09-20 Thread Justin Aplin
where Tor is looking for the torrc (probably Application Data\Vidalia in the service account's home directory) and try placing a copy of your torrc there. ~Justin Aplin > On Tue, Sep 20, 2011 at 1:47 AM, Justin Aplin wrote: >> >> Windows uses a special account, with it&#

Re: [tor-talk] NT Service installation does not handle ``bridge relay'' option in torrc file

2011-09-19 Thread Justin Aplin
E account has permission to read the torrc (which could be an issue if it's in one of your personal home folders), and making sure DataDirectory is declared in your torrc (to ensure the same keys are being used every time). This is covered in a bit more detail in this archive thre

Re: [tor-talk] New Tor Browser Bundles with Firefox 6

2011-08-21 Thread Justin Aplin
s. This applies to Tor as well, since the alpha and beta branches tend to crash more frequently than the stable branch does. But since the alpha and beta branches tend to include new features, and since the majority of new features in Tor are geared toward improving security, the

Re: [tor-talk] Any problem installing TBB & Vidalia bundle on same machine?

2011-08-15 Thread Justin Aplin
On Aug 15, 2011, at 9:37 AM, Joe Btfsplk wrote: > On 8/14/2011 7:47 PM, Justin Aplin wrote: >>> something like an option / preference "don't close TBB when Firefox closes" >>> sounds like a solution. Technically, it'd be "don't close Tor / Vi

Re: [tor-talk] Any problem installing TBB & Vidalia bundle on same machine?

2011-08-14 Thread Justin Aplin
SocksPort. I don't have TorButton to fenangle with on this computer, but I'm sure somewhere in its options or in about:config you can change the port it looks for Polipo on, or plug it directly into Tor's socks port if you're not using Polipo. The ultimate goal here is to h

Re: [tor-talk] Downloading Firefox add-ons trough Tor. Safe?

2011-07-10 Thread Justin Aplin
On Jul 10, 2011, at 11:12 PM, hi...@safe-mail.net wrote: > Original Message > From: Justin Aplin > >> HTTPS transport should prevent the type of modification you're talking >> about, so just double-check your URIs before downloading anything.

Re: [tor-talk] Downloading Firefox add-ons trough Tor. Safe?

2011-07-10 Thread Justin Aplin
//addons.mozilla.org/firefox/downloads/latest/722/addon-722-latest.xpi?src=browse And TorButton: https://www.torproject.org/dist/torbutton/torbutton-current.xpi ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/

Re: [tor-talk] Tor 0.2.2.29-beta is out

2011-06-21 Thread Justin Aplin
ill install the latest 0.2.2.x package available. (There may be a delay between source releases and package releases.) If you want the alpha branch, I believe you'll have to build it yourself. Sources are available at http://torproject.org/dist if you feel like venturing into that territory.

Re: [tor-talk] How to choose to get connected to a specific relay?

2011-06-20 Thread Justin Aplin
I'm actually not sure why that happens; I'm guessing it's a security feature not allowing domain redirections. A technical explanation would be appreciated, if anyone happens to know :-) ~Justin Aplin ___ tor-talk mailing list tor-tal

Re: [tor-talk] How to choose to get connected to a specific relay?

2011-06-20 Thread Justin Aplin
example, to visit "torproject.org" and route your traffic through the "blutmagie" exit, you would enable torbutton and point your browser to http://torproject.org.6297b13a687b521a59c6bd79188a2501ec03a065.exit ~Justin Aplin ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] Do the OS X Vidalia bundles work on 10.4 for anyone?

2011-03-31 Thread Justin Aplin
I've been running "Japnonymous" on a 10.4 ppc machine using this package for some time now. Haven't run into any issues yet (Full disclosure, I don't use Polipo at all, only Tor and Vidalia). ~Justin Aplin On Mar 31, 2011, at 12:18 PM, Erinn Clark wrote: Hell

Re: [tor-talk] how to install torrent tor

2011-03-21 Thread Justin Aplin
is the magic checkbox you're looking for. (All this assumes you haven't changed any of the default ports). But really, a simple Google search of " over Tor" or similar will yield you much more specific results, with pictures, even. The question is so gener