tor-doc-win32.html 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  2. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  4. <head>
  5. <title>Tor SwitchProxy Install Instructions</title>
  6. <meta name="Author" content="Roger Dingledine" />
  7. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  8. <link rel="stylesheet" type="text/css" href="http://tor.eff.org/stylesheet.css" />
  9. <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
  10. </head>
  11. <body>
  12. <!-- TITLE BAR & NAVIGATION -->
  13. <table class="banner" border="0" cellpadding="0" cellspacing="0">
  14. <tr>
  15. <td class="banner-left"></td>
  16. <td class="banner-middle">
  17. <a href="/index.html">Home</a>
  18. | <a href="/howitworks.html">How It Works</a>
  19. | <a href="/download.html">Download</a>
  20. | <a href="/documentation.html">Docs</a>
  21. | <a href="/users.html">Users</a>
  22. | <a href="/faq.html">FAQs</a>
  23. | <a href="/volunteer.html">Volunteer</a>
  24. | <a href="/developers.html">Developers</a>
  25. | <a href="/research.html">Research</a>
  26. | <a href="/people.html">People</a>
  27. </td>
  28. <td class="banner-right"></td>
  29. </tr>
  30. </table>
  31. <!-- END TITLE BAR & NAVIGATION -->
  32. <div class="center">
  33. <div class="main-column">
  34. <h1>Running the <a href="http://tor.eff.org/">Tor</a> client on MS Windows</h1>
  35. <br />
  36. <p>
  37. <b>Note that these are the installation instructions for running a Tor
  38. client on MS Windows (98, 98SE, NT4, 2000, XP, Server)
  39. If you want to run a server (please do), read the "Configuring a server" section at
  40. <a href="tor-doc.html#server">tor-doc.html</a>.</b>
  41. </p>
  42. <hr />
  43. <a id="installing"></a>
  44. <h2><a class="anchor" href="#installing">Step One: Download and Install Tor</a></h2>
  45. <br />
  46. <p>
  47. The latest beta release of Tor for MS Windows is
  48. <a href="http://tor.eff.org/dist/win32/tor-0.1.1.3-alpha-win32.exe">0.1.1.3-alpha</a>.
  49. Download it by clicking the link. You may be able to find experimental versions
  50. <a href="http://tor.eff.org/dist/win32/">here</a>, if you're looking for
  51. new features and new bugs.
  52. </p>
  53. <p>
  54. If you want to run Tor in the system
  55. tray and/or as a service have a look at this <a
  56. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Win32SystemTrayService">FAQ
  57. entry</a>. If you dont mind running in a window (so you can see its logs
  58. and errors) our Tor installer should make everything pretty simple. Below
  59. is a screenshot of the setup page (your version will probably be newer
  60. than the version printed in this screenshot):
  61. </p>
  62. <img alt="tor installer splash page"
  63. src="http://tor.eff.org/img/screenshot-win32-installer-splash.png" />
  64. <p>
  65. By default, Tor is not configured to run at startup.
  66. <!--We highly recommend that you enable that feature, however. -->
  67. You can enable this by checking the "Run at startup" box as shown below.
  68. Be sure to leave the other boxes checked.
  69. </p>
  70. <img alt="select components to install"
  71. src="http://tor.eff.org/img/screenshot-win32-installer-components.png" />
  72. <p>Once the installer is finished, it will run Tor in a window so
  73. you can see its logs and errors. (When you wish to browse anonymously,
  74. you may minimize this window, but do not close it.)
  75. </p>
  76. <img alt="tor window screenshot"
  77. src="http://tor.eff.org/img/screenshot-win32-dos-window.png" />
  78. <p>Tor comes configured as a client by default. It uses a built-in
  79. default configuration file, and most people won't need to change any of
  80. the settings. Tor is now installed. <!--Close the Tor client for now by
  81. closing the cmd window.-->
  82. </p>
  83. <hr />
  84. <a id="privoxy"></a>
  85. <h2><a class="anchor" href="#privoxy">Step Two: Install Privoxy for Web Browsing</a></h2>
  86. <br />
  87. <p>After installing Tor, you need to configure your applications to use it.
  88. </p>
  89. <p>
  90. The first step is to set up web browsing. Start by installing <a
  91. href="http://www.privoxy.org/">Privoxy</a> (click on 'recent releases',
  92. then scroll down to the MS Windows installer packages). Privoxy is a filtering
  93. web proxy that integrates well with Tor. Once it's installed, it should
  94. appear in your system tray as a "P" in a circle, as pictured below:
  95. <!-- Exit from
  96. Privoxy for now by right clicking on the "P" icon and finding the exit option.-->
  97. </p>
  98. <img alt="privoxy icon in the system tray"
  99. src="http://tor.eff.org/img/screenshot-win32-privoxy-icon.jpg" />
  100. <p>You need to configure Privoxy to use Tor.
  101. Open Privoxy's main config file by selecting it from Start Menu|All
  102. Programs:
  103. </p>
  104. <img border="1" alt="editing privoxy config"
  105. src="http://tor.eff.org/img/screenshot-win32-privoxy-config.png" />
  106. <p>Add the line <br>
  107. <tt>forward-socks4a / localhost:9050 .</tt><br>
  108. to Privoxy's config file. Don't forget to add the dot at the end.
  109. The easiest way is to select the above line and copy/paste it into
  110. the file. Be sure to save.
  111. </p>
  112. <img border="1" alt="privoxy points to tor"
  113. src="http://tor.eff.org/img/screenshot-win32-privoxy-edit.png" />
  114. <p>Privoxy keeps a log file of everything passed through it. In
  115. order to stop this you will need to comment out two lines by inserting a
  116. # before the line. The two lines are:<br>
  117. <tt>logfile privoxy.log</tt><br>
  118. and the line <br>
  119. <tt>jarfile jar.log</tt><br>
  120. Be sure to save.
  121. </p>
  122. <img border="1" alt="comment out logfile"
  123. src="http://tor.eff.org/img/screenshot-win32-privoxy-edit-2.png" />
  124. <br>
  125. <img border="1" alt="comment out jarfile"
  126. src="http://tor.eff.org/img/screenshot-win32-privoxy-edit-3.png" />
  127. <br>
  128. <p>You'll need to exit and restart Privoxy for the changes to take effect:
  129. </p>
  130. <ol>
  131. <li>Right click on the Privoxy systray icon and choose "Exit Privoxy".</li>
  132. <li>Left click on Start Menu then Programs then Privoxy. Select the
  133. green "P" Privoxy icon. Privoxy should appear in your system
  134. tray again.</li>
  135. </ol>
  136. <hr />
  137. <a id="using"></a>
  138. <h2><a class="anchor" href="#using">Step Three: Configure your applications to use Tor</a></h2>
  139. <br />
  140. <p>After installing Tor and Privoxy, you need to configure your
  141. applications to use them. The first step is to set up web browsing.</p>
  142. <p>If you're using Firefox (we recommend it), check out our <a
  143. href="tor-switchproxy.html">Tor SwitchProxy howto</a> to set up
  144. a plugin that makes it easy to switch between using Tor and using a
  145. direct connection.</p>
  146. <p>Otherwise, you need to manually configure your browser to HTTP proxy
  147. at localhost port 8118.
  148. (That's where Privoxy listens.)
  149. In Mozilla, this is in Edit|Preferences|Advanced|Proxies.
  150. In Opera 7.5x it's Tools|Preferences|Network|Proxy servers.
  151. In IE, it's Tools|Internet Options|Connections|LAN Settings|Advanced.
  152. You should click the "use the same proxy server for all protocols"
  153. button; but see <a
  154. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">this
  155. note</a> about Tor and ftp proxies.
  156. <!--You should also set your SSL proxy (IE calls it "Secure") to the same
  157. thing, to hide your SSL traffic too.--> In IE, this looks something like:</p>
  158. <img alt="Proxy settings in IE"
  159. src="http://tor.eff.org/img/screenshot-win32-ie-proxies.jpg" />
  160. <p>Using privoxy is <strong>necessary</strong> because <a
  161. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">browsers
  162. leak your DNS requests when they use a SOCKS proxy directly</a>, which
  163. is bad for your anonymity. Privoxy also removes certain dangerous
  164. headers from your web requests, and blocks obnoxious ad sites like
  165. Doubleclick.</p>
  166. <p>To Torify other applications that support HTTP proxies, just
  167. point them at Privoxy (that is, localhost port 8118). To use SOCKS
  168. directly (for instant messaging, Jabber, IRC, etc), you can point
  169. your application directly at Tor (localhost port 9050), but see <a
  170. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">this
  171. FAQ entry</a> for why this may be dangerous. For applications
  172. that support neither SOCKS nor HTTP, take a look at <a
  173. href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">SocksCap</a> or
  174. <a href="http://www.freecap.ru/eng/">FreeCap</a>.
  175. (FreeCap is free software; SocksCap is proprietary.)</p>
  176. <p>For information on how to Torify other applications, check out the
  177. <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify
  178. HOWTO</a>.
  179. </p>
  180. <hr />
  181. <a id="verify"></a>
  182. <h2><a class="anchor" href="#verify">Step Four: Make sure it's working</a></h2>
  183. <br />
  184. <p>
  185. <a href="http://ipid.shat.net">ipid.shat.net</a> and
  186. <a href="http://www.showmyip.com/">showmyip.com</a>
  187. are sites that show what IP address and country you appear to be coming
  188. from.
  189. </p>
  190. <p>If you don't know your current public IP address, this may not be a
  191. very useful test. To learn your IP address, go to the Start menu, click
  192. Run and enter "<tt>cmd</tt>". At the command prompt, enter "<tt>ipconfig
  193. /a</tt>". If you are behind a NAT or firewall, though, you won't be able
  194. to learn your public IP address. In this case, you should 1) configure
  195. your browser to connect directly (that is, stop using Privoxy), 2) check
  196. your IP address with one of the sites above, 3) point your browser back
  197. to Privoxy, and 4) see whether your IP address has changed.
  198. </p>
  199. <p>If you have a personal firewall that limits your computer's
  200. ability to connect to itself, be sure to allow connections from
  201. your local applications to local port 8118 and port 9050. If
  202. your firewall blocks outgoing connections, punch a hole so
  203. it can connect to at least TCP ports 80 and 443, and then see <a
  204. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FirewalledClient">this
  205. FAQ entry</a>.
  206. </p>
  207. <p>If it's still not working, look at <a
  208. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork">this
  209. FAQ entry</a> for hints.</p>
  210. <hr />
  211. <p>If you have suggestions for improving this document, please post
  212. them on <a href="http://bugs.noreply.org/tor">our bugtracker</a> in the
  213. website category. Thanks!</p>
  214. </div><!-- #main -->
  215. </div>
  216. <div class="bottom" id="bottom">
  217. <i><a href="mailto:tor-webmaster@freehaven.net"
  218. class="smalllink">Webmaster</a></i> - $Id$
  219. </div>
  220. </body>
  221. </html>