tor-doc-win32.html 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Tor MS Windows Install Instructions</title>
  5. <meta name="Author" content="Roger Dingledine">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <meta http-equiv="Content-Style-Type" content="text/css">
  8. <link rel="stylesheet" type="text/css" href="tor-doc.css">
  9. </head>
  10. <body>
  11. <h1>Running the <a href="http://tor.eff.org/">Tor</a> client on MS Windows</h1>
  12. <a name="installing"></a>
  13. <h2>Step One: Download and Install Tor</h2>
  14. <p>
  15. <b>Note that these are the installation instructions for running a client on MS Windows (2000, XP, Server)
  16. If you want to run a server (please do), read the "Configuring a server" section at
  17. <a href="tor-doc.html#server">tor-doc.html</a>.</b>
  18. </p>
  19. <p>
  20. This document was updated June 09 2005.
  21. </p>
  22. <p>
  23. The latest beta release of Tor for MS Windows is
  24. <a href="http://tor.eff.org/dist/win32/tor-0.1.0.9-rc-win32.exe">0.1.0.9-rc</a>.
  25. Download it by clicking the link. You may be able to find experimental versions
  26. <a href="http://tor.eff.org/dist/win32/">here</a>, if you're looking for
  27. new features and new bugs.
  28. </p>
  29. <p>
  30. If you want to run Tor in the system
  31. tray and/or as a service have a look at this <a
  32. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Win32SystemTrayService">FAQ
  33. entry</a>. If you dont mind running in a window (so you can see its logs
  34. and errors) our Tor installer should make everything pretty simple. Below
  35. is a screenshot of the setup page (your version will probably be newer
  36. than the version printed in this screenshot):
  37. </p>
  38. <img alt="tor installer splash page"
  39. src="http://tor.eff.org/img/screenshot-win32-installer-splash.jpg" />
  40. <p>
  41. By default, Tor is not configured to run at startup.
  42. <!--We highly recommend that you enable that feature, however. -->
  43. You can enable this by checking the "Run at startup" box as shown below.
  44. Be sure to leave the other boxes checked.
  45. </p>
  46. <img alt="select components to install"
  47. src="http://tor.eff.org/img/screenshot-win32-installer-components.jpg" />
  48. <p>Once the installer is finished, it will run Tor in a window so
  49. you can see its logs and errors. (You can minimize this window, but do
  50. not close it.)
  51. </p>
  52. <img alt="tor window screenshot"
  53. src="http://tor.eff.org/img/screenshot-win32-dos-window.jpg" />
  54. <p>Tor comes configured as a client by default. It uses a built-in
  55. default configuration file, and most people won't need to change any of
  56. the settings. Tor is now installed.</p>
  57. <a name="privoxy"></a>
  58. <h2>Step Two: Install Privoxy for Web Browsing</h2>
  59. <p>After installing Tor, you need to configure your applications to use it.
  60. The first step is to set up web browsing. Start by installing <a
  61. href="http://www.privoxy.org/">Privoxy</a> (click on 'recent releases',
  62. then scroll down to the MS Windows installer packages). Privoxy is a filtering
  63. web proxy that integrates well with Tor. Once it's installed, it should
  64. appear in your system tray as a "P" in a circle, as pictured below:
  65. </p>
  66. <img alt="privoxy icon in the system tray"
  67. src="http://tor.eff.org/img/screenshot-win32-privoxy-icon.jpg" />
  68. <p>You need to configure Privoxy to use Tor.
  69. Open Privoxy's main config file by selecting it from Start Menu|All
  70. Programs:
  71. </p>
  72. <img border="1" alt="editing privoxy config"
  73. src="http://tor.eff.org/img/screenshot-win32-privoxy-config.jpg" />
  74. <p>Add the line <br>
  75. <tt>forward-socks4a / localhost:9050 .</tt><br>
  76. to Privoxy's config file. Don't forget to add the dot at the end.
  77. The easiest way is to select the above line and copy/paste it into
  78. the file. Be sure to save.
  79. </p>
  80. <img border="1" alt="privoxy points to tor"
  81. src="http://tor.eff.org/img/screenshot-win32-privoxy-edit.jpg" />
  82. <a name="using"></a>
  83. <h2>Step Three: Configure your applications to use Tor</h2>
  84. <p>Then change your browser to HTTP proxy at localhost port 8118.
  85. (That's where Privoxy listens.)
  86. In Firefox it's Tools|Options|General|Connection Settings.
  87. In Mozilla, this is in Edit|Preferences|Advanced|Proxies.
  88. In Opera 7.5x it's Tools|Preferences|Network|Proxy servers.
  89. In IE, it's Tools|Internet Options|Connections|LAN Settings|Advanced.
  90. You should also set your SSL proxy (IE calls it "Secure") to the same
  91. thing, to hide your SSL traffic too. In IE, this looks something like:</p>
  92. <img alt="LAN settings in IE"
  93. src="http://tor.eff.org/img/screenshot-win32-ie-lan.jpg" />
  94. <img alt="Proxy settings in IE"
  95. src="http://tor.eff.org/img/screenshot-win32-ie-proxies.jpg" />
  96. <p>Using privoxy is <strong>necessary</strong> because <a
  97. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">browsers
  98. leak your
  99. DNS requests when they use a SOCKS proxy directly</a>, which is bad for
  100. your anonymity. Privoxy also removes certain dangerous headers from your
  101. web requests, and blocks obnoxious ad sites like Doubleclick.</p>
  102. <p>To test if it's working, you need to know your normal IP address so you can
  103. verify that the address really changes when running Tor.
  104. Go to the Start menu, click Run and enter <tt>cmd</tt>.
  105. At the command prompt, enter <tt>ipconfig</tt>. If you are behind a NAT/Firewall
  106. you can use one of the sites listed below to check which IP you are using.
  107. When that is done, start Tor and Privoxy and visit any of the sites again.
  108. If everything works, your IP address should have changed.
  109. </p>
  110. <p>
  111. <!--<a href="http://peertech.org/privacy-knoppix/">peertech</a>, -->
  112. <a href="http://www.showmyip.com/">showmyip.com</a> and
  113. <a href="http://ipid.shat.net">ipid.shat.net</a>
  114. are sites that show your current IP so you can see
  115. what address and country you're coming from.
  116. </p>
  117. <p>
  118. If you have a personal firewall that limits your computer's ability
  119. to connect to itself, be sure to allow connections from your local
  120. applications to
  121. local port 8118 and port 9050. If your firewall blocks outgoing connections,
  122. punch a hole so it can connect to at least TCP ports 80, 443, and 9001-9033.
  123. For more troubleshooting suggestions, see <a
  124. href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>.
  125. </p>
  126. <p>To Torify another application that supports HTTP, just point it at Privoxy
  127. (that is, localhost port 8118). To use SOCKS directly (for example, for
  128. instant messaging, Jabber, IRC, etc), point your application directly at
  129. Tor (localhost port 9050). For applications that support neither SOCKS
  130. nor HTTP, take a look at <a
  131. href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">SocksCap</a>,
  132. <a href="http://www.freecap.ru/eng/">FreeCap</a>,
  133. or the <a
  134. href="http://www.hummingbird.com/products/nc/socks/index.html?cks=y">Hummingbird</a>
  135. SOCKS client. (FreeCap is free software; the others are proprietary.)<br />
  136. For more information how to Torify other applications in detail visit
  137. the <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify HOWTO</a>.
  138. <p>If you have suggestions for improving this document, please <a
  139. href="mailto:tor-bugs@freehaven.net">send them to us</a>. Thanks!</p>
  140. </body>
  141. </html>