tor-switchproxy.html 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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="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="/">Home</a>
  18. <a href="/overview">Overview</a>
  19. <a href="/download">Download</a>
  20. <a href="/documentation">Docs</a>
  21. <a href="/volunteer">Volunteer</a>
  22. <a href="/people">People</a>
  23. <a href="/donate">Donate!</a>
  24. </td>
  25. <td class="banner-right"></td>
  26. </tr>
  27. </table>
  28. <!-- END TITLE BAR & NAVIGATION -->
  29. <div class="center">
  30. <div class="main-column">
  31. <h1>Installing SwitchProxy for <a href="http://tor.eff.org/">Tor</a></h1>
  32. <hr />
  33. <p>
  34. SwitchProxy is a Firefox plugin that makes it easy for you to switch
  35. between using a proxy and connecting to websites directly.</p>
  36. <p>In this howto, you'll set up SwitchProxy to let you change
  37. between using Tor and a direct connection. We assume you already
  38. have Firefox installed and working.</p>
  39. <p>The screenshots here are oriented towards Windows users, but
  40. SwitchProxy works anywhere Firefox works. Hopefully everybody else can
  41. follow along just fine.</p>
  42. <hr />
  43. <a id="zero"></a>
  44. <h2><a class="anchor" href="#zero">Step Zero: Download and Install Tor and Privoxy</a></h2>
  45. <br />
  46. <p>Before you start, you need to make sure 1) Tor is up and running,
  47. 2) Privoxy is up and running, and 3) Privoxy is configured to point
  48. to Tor.</p>
  49. <p>Windows users need to do <a
  50. href="http://tor.eff.org/doc/tor-doc-win32.html#installing">step one</a>
  51. of the Windows Tor installation howto, and Mac OS X users need to do <a
  52. href="http://tor.eff.org/doc/tor-doc-osx.html#installing">step one</a>
  53. of OS X Tor installation howto, since our Win32 and OS X packages include
  54. Privoxy and configure it already. Linux/BSD/Unix users should do <a
  55. href="http://tor.eff.org/doc/tor-doc-unix.html#installing">step one</a>
  56. and <a href="http://tor.eff.org/doc/tor-doc-unix.html#privoxy">step
  57. two</a> of the Unix Tor installation howto.
  58. </p>
  59. <hr />
  60. <a id="one"></a>
  61. <h2><a class="anchor" href="#one">Step One: Download and Install SwitchProxy</a></h2>
  62. <br />
  63. <p>SwitchProxy is a Firefox plugin, so you need to go through
  64. the process of installing a new plugin. First, go to the <a
  65. href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=125">
  66. SwitchProxy</a> web page. If you're using Firefox 1.5, you might need to
  67. download SwitchProxy <a href="http://www.roundtwo.com/product/switchproxy">from
  68. here</a> instead.
  69. Turn on JavaScript for now and click "Install Now":</p>
  70. <img alt="switchproxy web page"
  71. src="http://tor.eff.org/img/screenshot-switchproxy-webpage.jpg" />
  72. <p>It will pop up a window asking for permission to install the plugin.
  73. Click on the "Install Now" button:
  74. </p>
  75. <img alt="firefox plugin warning"
  76. src="http://tor.eff.org/img/screenshot-switchproxy-plugin-starting.jpg" />
  77. <p>Once the installer is finished, you should close all of your Firefox
  78. windows and restart Firefox.</p>
  79. <img alt="firefox plugin finished"
  80. src="http://tor.eff.org/img/screenshot-switchproxy-plugin-finished.jpg" />
  81. <hr />
  82. <a id="two"></a>
  83. <h2><a class="anchor" href="#two">Step Two: Configure SwitchProxy</a></h2>
  84. <br />
  85. <p>When you restart Firefox, you'll notice there's a new toolbar
  86. that lets you control your proxies. Now we're going to set up a proxy
  87. configuration for Tor. Click on "Add" in the new Proxy toolbar:</p>
  88. <img alt="new toolbar"
  89. src="http://tor.eff.org/img/screenshot-switchproxy-toolbar.jpg" />
  90. <p>It will ask you to select a proxy type. Choose
  91. "Standard." (There's also an "anonymous" proxy type that
  92. uses an ad hoc set of anonymous proxies out there. You
  93. don't want this, because those other "anonymous" proxies <a
  94. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ComparisonProxyAggregators">give
  95. you much weaker security than Tor</a>.)
  96. </p>
  97. <img alt="standard proxy"
  98. src="http://tor.eff.org/img/screenshot-switchproxy-proxytype.jpg" />
  99. <p>Now it will show you the standard proxy config window for Firefox.
  100. Give this configuration a proxy label of "tor". Then fill in "localhost"
  101. and "8118" for all four entries, as shown here. (Even
  102. though Privoxy doesn't support FTP and Gopher, <a
  103. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">you
  104. should set them up anyway</a>.) Then click "OK":</p>
  105. <img alt="proxy config"
  106. src="http://tor.eff.org/img/screenshot-switchproxy-proxyconfig.jpg" />
  107. <p>Now you've created the "tor" proxy label, but you're not using it yet.
  108. Click on the pull-down list and select tor, as shown here:</p>
  109. <img alt="switch to tor"
  110. src="http://tor.eff.org/img/screenshot-switchproxy-switch.jpg" />
  111. <p>Almost done. Click "Apply" to make your change take effect:</p>
  112. <img alt="apply"
  113. src="http://tor.eff.org/img/screenshot-switchproxy-apply.jpg" />
  114. <p>Done! Firefox will reload your current page. In
  115. this example screenshot, it reloaded the page and <a
  116. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#GoogleLanguage">happened
  117. to get a German exit node</a>:</p>
  118. <img alt="german google"
  119. src="http://tor.eff.org/img/screenshot-switchproxy-german.jpg" />
  120. <hr />
  121. <a id="three"></a>
  122. <h2><a class="anchor" href="#three">Step Step Three: Check if it works</a></h2>
  123. <br />
  124. <p>Now Firefox is using Privoxy as an HTTP proxy, Privoxy is using Tor as
  125. a socks4a proxy, and Tor is making your connections to the Internet.</p>
  126. <p>In the above example, it was clear that it worked because the web
  127. page showed up in a different language. In other cases, though,
  128. you'll want to verify that your setup is working. Do
  129. <a href="http://tor.eff.org/doc/tor-doc-win32.html#verify">step three</a>
  130. of the Windows Tor installation howto, or
  131. <a href="http://tor.eff.org/doc/tor-doc-osx.html#verify">step three</a>
  132. of the OS X Tor installation howto.</p>
  133. <p>You should be aware of one anonymity gotcha: when you switch from
  134. using Tor to a direct connection (or vice versa), by default the page
  135. that's currently active will be reloaded through the new proxy setting.
  136. So make sure you're on a page that isn't sensitive, before switching.
  137. (You can also change this behavior in SwitchProxy's "Options |
  138. Preferences" menu.)</p>
  139. <hr />
  140. <p>If you have suggestions for improving this document, please <a
  141. href="/contact">send them to us</a>. Thanks!</p>
  142. </div><!-- #main -->
  143. </div>
  144. <div class="bottom" id="bottom">
  145. <i><a href="/contact"
  146. class="smalllink">Webmaster</a></i> - $Id$
  147. </div>
  148. </body>
  149. </html>