tor-doc-win32.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <html>
  2. <head>
  3. <title>Tor Win32 Install Instructions</title>
  4. <meta name="Author" content="Roger Dingledine">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta http-equiv="Content-Style-Type" content="text/css">
  7. <link rel="stylesheet" type="text/css" href="tor-doc.css">
  8. </head>
  9. <body>
  10. <h1><a href="http://tor.freehaven.net/">Tor</a> for Win32</h1>
  11. <a name="installing"></a>
  12. <h2>Installing Tor</h2>
  13. <p>
  14. The latest stable release of Tor for Windows 32 is <a
  15. href="http://tor.freehaven.net/dist/win32/tor-0.0.9.1-win32.exe">0.0.9.1</a>.
  16. Download it by clicking the link. You can find experimental versions
  17. <a href="http://tor.freehaven.net/dist/win32/">here</a>.
  18. </p>
  19. <p>Our Tor installer should make everything pretty simple. Below is a
  20. screenshot of the setup page:
  21. </p>
  22. <img alt="tor installer splash page"
  23. src="http://tor.freehaven.net/img/NGCS_005.jpg" />
  24. <p>
  25. By default, Tor is not configured to run at startup.
  26. <!--We highly recommend that you enable that feature, however. -->
  27. You can enable this by checking the "Run at startup" box as shown below.
  28. Be sure to leave the other boxes checked.
  29. </p>
  30. <img alt="select components to install"
  31. src="http://tor.freehaven.net/img/NGCS_008.jpg" />
  32. <p>Once the installer is finished, it will run Tor in a DOS window so
  33. you can see its logs and errors. (You can minimize this window, but do
  34. not close it.)
  35. </p>
  36. <img alt="tor window screenshot" src="http://tor.freehaven.net/img/GCS_003.jpg" />
  37. <p>Tor comes configured as a client by default. It uses a built-in
  38. default configuration file, and most people won't need to change any of
  39. the settings. Tor is now installed.</p>
  40. <a name="using"></a>
  41. <h2>Configuring your applications to use Tor</h2>
  42. <p>After installing Tor, you need to configure your applications to use it.
  43. The first step is to set up web browsing. Start by installing <a
  44. href="http://www.privoxy.org/">Privoxy</a> (click on 'recent releases',
  45. then scroll down to the Win32 installer packages). Privoxy is a filtering
  46. web proxy that integrates well with Tor. Once it's installed, it should
  47. appear in your system tray as a "P" in a circle, as pictured below:
  48. </p>
  49. <img alt="privoxy icon in the system tray" src="http://tor.freehaven.net/img/GCS_004.jpg" />
  50. <p>You need to configure Privoxy to use Tor.
  51. Open Privoxy's main config file by selecting it from "Start Menu"|"All
  52. Programs":
  53. </p>
  54. <img border="1" alt="editing privoxy config" src="http://tor.freehaven.net/img/GCS_053.jpg" />
  55. <p>Add the line <br>
  56. <tt>forward-socks4a / localhost:9050 .</tt><br>
  57. to Privoxy's config file. Don't forget to add the dot at the end.
  58. The easiest way is to select the above line and copy/paste it into
  59. the file. Be sure to save.
  60. </p>
  61. <img border="1" alt="privoxy points to tor" src="http://tor.freehaven.net/img/GCS_006.jpg" />
  62. <p>Then change your browser to http proxy at localhost port 8118.
  63. In Mozilla, this is in Edit|Preferences|Advanced|Proxies. In IE, it's
  64. Tools|Internet Options|Connections|LAN Settings|Advanced.
  65. You should also set your SSL proxy (IE calls it "Secure") to the same
  66. thing, to hide your SSL traffic. In IE, this looks something like:</p>
  67. <img alt="LAN settings in IE" src="http://tor.freehaven.net/img/GCS_001.jpg" />
  68. <img alt="Proxy settings in IE" src="http://tor.freehaven.net/img/GCS_002.jpg" />
  69. <p>Using privoxy is <b>necessary</b> because <a
  70. href="http://tor.freehaven.net/cvs/tor/doc/CLIENTS">browsers leak your
  71. DNS requests when they use a socks proxy directly</a>, which is bad for
  72. your anonymity. Privoxy also removes certain dangerous headers from your
  73. web requests, and blocks obnoxious ad sites like Doubleclick.</p>
  74. <p>To test if it's working, go to <a
  75. href="http://peertech.org/privacy-knoppix/">this site</a> and see
  76. what IP it says you're coming from. (If it's down, you can try the
  77. <a href="http://www.junkbusters.com/cgi-bin/privacy">junkbusters</a>
  78. site instead.)</p>
  79. <p>
  80. If you have a personal firewall, be sure to allow local connections to
  81. port 8118 and port 9050. If your firewall blocks outgoing connections,
  82. punch a hole so it can connect to TCP ports 80, 443, and 9001-9033.
  83. For more troubleshooting suggestions, see <a
  84. href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>.
  85. </p>
  86. <p>To Torify an application that supports http, just point it at Privoxy
  87. (that is, localhost port 8118). To use socks directly (for example, for
  88. instant messaging, Jabber, IRC, etc), point your application directly at
  89. Tor (localhost port 9050). For applications that support neither socks
  90. nor http, take a look at <a
  91. href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">SocksCap</a>,
  92. <a href="http://www.freecap.ru/eng/">FreeCap</a>,
  93. or the <a
  94. href="http://www.hummingbird.com/products/nc/socks/index.html?cks=y">Hummingbird</a>
  95. SOCKS client. Let us know if you get them working so we can add better
  96. instructions here.</p>
  97. <p>If you have suggestions for improving this document, please <a
  98. href="mailto:tor-bugs@freehaven.net">send them to us</a>. Thanks!</p>
  99. </body>
  100. </html>