tor-doc-win32.html 6.7 KB

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