From: Roger Dingledine
-The latest stable release of Tor for MS Windows is
-0.1.0.15.
-Download it by clicking the link. You may be able to find experimental versions
-
-here, if you're looking for
-new features and new bugs.
-
-If you want to run Tor in the system
-tray and/or as a service have a look at this FAQ
-entry. If you dont mind running in a window (so you can see its logs
-and errors) our Tor installer should make everything pretty simple. Below
-is a screenshot of the setup page (your version will probably be newer
-than the version printed in this screenshot):
-
--By default, Tor is not configured to run at startup. - -You can enable this by checking the "Run at startup" box as shown below. -Be sure to leave the other boxes checked. -
+If you have previously installed Tor, Privoxy, or TorCP
+you can deselect whichever components you do not need to install
+in the dialog shown below.
-
Once the installer is finished, it will run Tor in a window so -you can see its logs and errors. (When you wish to browse anonymously, -you may minimize this window, but do not close it.) +
After you have completed the installer, the components +you selected will automatically be started for you.
-You need to configure Privoxy to use Tor. -Open Privoxy's main config file by selecting it from Start Menu|All -Programs: -
- -Add the line
-forward-socks4a / localhost:9050 .
-to Privoxy's config file. Don't forget to add the dot at the end.
-The easiest way is to select the above line and copy/paste it into
-the file. Be sure to save.
-
Privoxy keeps a log file of everything passed through it. In
-order to stop this you will need to comment out two lines by inserting a
-# before the line. The two lines are:
-logfile privoxy.log
-and the line
-jarfile jar.log
-Be sure to save.
-
You'll need to exit and restart Privoxy for the changes to take effect: -
-After installing Tor and Privoxy, you need to configure your @@ -195,7 +121,7 @@ In IE, this looks something like:
-Using privoxy is necessary because Using Privoxy is necessary because browsers leak your DNS requests when they use a SOCKS proxy directly, which is bad for your anonymity. Privoxy also removes certain dangerous @@ -220,9 +146,19 @@ HOWTO.
+Check to see that Privoxy and TorCP are running and that TorCP has +successfully started Tor. Privoxy's icon is a green circle with a "P" +in it, and TorCP uses a fat grey onion with a green checkmark in your +system notification area, as shown below: +
+ +ipid.shat.net and showmyip.com @@ -255,7 +191,7 @@ FAQ entry for hints.
The Tor network relies on volunteers to donate bandwidth. The more diff --git a/doc/tor-switchproxy.html b/doc/tor-switchproxy.html index a30d84d0a1..50f9ff222c 100644 --- a/doc/tor-switchproxy.html +++ b/doc/tor-switchproxy.html @@ -63,13 +63,12 @@ follow along just fine.
2) Privoxy is up and running, and 3) Privoxy is configured to point to Tor. -For Windows users, this means Windows users need to do step one -and step -two of the Windows Tor installation howto. Mac OS X users just need -to do step -one of OS X Tor installation howto, since our OS X package includes -Privoxy and configures it already. Linux/BSD/Unix users should do step one +of OS X Tor installation howto, since our Win32 and OS X packages include +Privoxy and configure it already. Linux/BSD/Unix users should do step one and step two of the Unix Tor installation howto. @@ -167,7 +166,7 @@ a socks4a proxy, and Tor is making your connections to the Internet.
In the above example, it was clear that it worked because the web page showed up in a different language. In other cases, though, you'll want to verify that your setup is working. Do -step four +step three of the Windows Tor installation howto, or step three of the OS X Tor installation howto.