tor-doc-osx.html 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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 Mac OS X Install Instructions</title>
  6. <meta name="Author" content="Roger Dingledine" />
  7. <meta name="Author" content="Thomas Hardly" />
  8. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  9. <link rel="stylesheet" type="text/css" href="stylesheet.css" />
  10. <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
  11. </head>
  12. <body>
  13. <!-- TITLE BAR & NAVIGATION -->
  14. <table class="banner" border="0" cellpadding="0" cellspacing="0">
  15. <tr>
  16. <td class="banner-left"></td>
  17. <td class="banner-middle">
  18. <a href="/">Home</a>
  19. <a href="/overview">Overview</a>
  20. <a href="/download">Download</a>
  21. <a href="/documentation">Docs</a>
  22. <a href="/volunteer">Volunteer</a>
  23. <a href="/people">People</a>
  24. <a href="/donate">Donate!</a>
  25. </td>
  26. <td class="banner-right"></td>
  27. </tr>
  28. </table>
  29. <!-- END TITLE BAR & NAVIGATION -->
  30. <div class="center">
  31. <div class="main-column">
  32. <p>
  33. This document is obsolete. See the new <a
  34. href="http://tor.eff.org/documentation">Tor documentation</a> page.
  35. </p>
  36. <h1>Running the <a href="http://tor.eff.org/">Tor</a> client on Mac OS X</h1>
  37. <br />
  38. <p>
  39. <b>Note that these are the installation instructions for running a Tor client on
  40. Mac OS X. If you want to relay traffic for others to help the network
  41. grow (please do), read the <a
  42. href="tor-doc-server.html">Configuring a server</a> guide.</b>
  43. </p>
  44. <hr />
  45. <a id="installing"></a>
  46. <h2><a class="anchor" href="#installing">Step One: Download and Install Tor</a></h2>
  47. <br />
  48. <p>
  49. The latest stable and experimental releases of Tor for Macintosh
  50. OS X bundle <a href="http://tor.eff.org/">Tor</a> and <a
  51. href="http://www.privoxy.org">Privoxy</a> (a filtering web proxy)
  52. into one package, with Privoxy pre-configured to proxy through Tor.
  53. <a href="http://tor.eff.org/download">Download one from the download
  54. page</a>.
  55. </p>
  56. <p>Our Tor installer should make everything pretty simple. Below is a
  57. screenshot of the setup page:
  58. </p>
  59. <img alt="tor installer splash page"
  60. src="http://tor.eff.org/img/screenshot-osx-installer-splash.png"
  61. border="1">
  62. <p>
  63. By default, Tor is configured to run at startup. If you do not want Tor to
  64. run on startup, you can disable this by selecting "Customize" in the
  65. Installer, and then un-checking the "Tor Startup Script" box. Be sure to
  66. leave the other boxes checked.
  67. </p>
  68. <p>Once the installer is finished and your computer restarts, Tor will
  69. start automatically. Tor comes configured as a client by default. It
  70. uses a built-in default configuration file in <tt>/Library/Tor/torrc</tt>,
  71. but most people won't need to change any of the settings. Tor is now
  72. installed.</p>
  73. <p>Privoxy is installed as part of the Tor bundle package
  74. installer. Privoxy is a filtering web proxy that integrates well with
  75. Tor. Once it's installed, it will start automatically when your computer
  76. is restarted.
  77. </p>
  78. <p>You do not need to configure Privoxy to use Tor. A custom Privoxy
  79. configuration for Tor has been installed as part of the installer package.
  80. </p>
  81. <hr />
  82. <a id="using"></a>
  83. <h2><a class="anchor" href="#using">Step Two: Configure your applications to use Tor</a></h2>
  84. <br />
  85. <p>After installing Tor and Privoxy, you need to configure your
  86. applications to use them. The first step is to set up web browsing.</p>
  87. <p>If you're using Firefox (we recommend it), check out our <a
  88. href="tor-switchproxy.html">Tor SwitchProxy howto</a> to set up
  89. a plugin that makes it easy to switch between using Tor and using a
  90. direct connection.</p>
  91. <p>Otherwise, you need to manually configure your browser to HTTP proxy
  92. at localhost port 8118.
  93. (That's where Privoxy listens.)
  94. In Mozilla, this is in Mozilla|Preferences|Advanced|Proxies.
  95. You should set both your Web Proxy (HTTP) and your Secure Web Proxy
  96. (HTTPS or SSL) to localhost port 8118, to hide your SSL traffic too.
  97. You should consider configuring your "FTP Proxy" too; see <a
  98. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">this
  99. note</a> about Tor and ftp proxies.
  100. </p>
  101. <p>If you want to use Tor with Safari, you need to change your
  102. Network Settings. Select your Network Preferences from the Apple |
  103. Location menu:</p>
  104. <img alt="Network settings"
  105. src="http://tor.eff.org/img/screenshot-osx-choose-network.png"
  106. border="1">
  107. <p>Select the Network Interface on which you want to enable Tor. If you use
  108. more than one Interface you must change the proxy settings for each
  109. individually.</p>
  110. <img alt="Network preferences"
  111. src="http://tor.eff.org/img/screenshot-osx-choose-interface.png"
  112. border="1">
  113. <p>
  114. <p>Select and enter 127.0.0.1 and port 8118 for both
  115. Web Proxy (HTTP) and your Secure Web Proxy (HTTPS).
  116. You should also do this for "FTP Proxy" and "Gopher Proxy"; see <a
  117. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">this
  118. note</a> about Tor and ftp proxies. Leave your Use Passive FTP Mode
  119. (PASV) setting as is.</p>
  120. <img alt="Proxy settings"
  121. src="http://tor.eff.org/img/screenshot-osx-proxy-settings.png"
  122. border="1">
  123. <p>Using privoxy is <strong>necessary</strong> because <a
  124. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">browsers
  125. leak your
  126. DNS requests when they use a SOCKS proxy directly</a>, which is bad for
  127. your anonymity. Privoxy also removes certain dangerous headers from your
  128. web requests, and blocks obnoxious ad sites like Doubleclick.</p>
  129. <p>To Torify other applications that support HTTP proxies, just
  130. point them at Privoxy (that is, localhost port 8118). To use SOCKS
  131. directly (for instant messaging, Jabber, IRC, etc), you can point
  132. your application directly at Tor (localhost port 9050), but see <a
  133. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">this
  134. FAQ entry</a> for why this may be dangerous. For applications
  135. that support neither SOCKS nor HTTP, take a look at <a
  136. href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">connect</a> or
  137. <a href="http://www.dest-unreach.org/socat/">socat</a>.</p>
  138. <p>For information on how to Torify other applications, check out the
  139. <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify
  140. HOWTO</a>.
  141. </p>
  142. <hr />
  143. <a id="verify"></a>
  144. <h2><a class="anchor" href="#verify">Step Three: Make sure it's working</a></h2>
  145. <br />
  146. <p>
  147. Next, you should try using your browser with Tor and make
  148. sure that your IP address is being anonymized. Click on the <a
  149. href="http://serifos.eecs.harvard.edu/cgi-bin/ipaddr.pl?tor=1">Tor
  150. detector</a> and see whether it thinks you're using Tor or not.
  151. (If that site is down, see <a
  152. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#IsMyConnectionPrivate">this
  153. FAQ entry</a> for more suggestions on how to test your Tor.)
  154. </p>
  155. <p>If you have a personal firewall that limits your computer's
  156. ability to connect to itself, be sure to allow connections from
  157. your local applications to local port 8118 and port 9050. If
  158. your firewall blocks outgoing connections, punch a hole so
  159. it can connect to at least TCP ports 80 and 443, and then see <a
  160. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FirewalledClient">this
  161. FAQ entry</a>.
  162. </p>
  163. <p>If it's still not working, look at <a
  164. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork">this
  165. FAQ entry</a> for hints.</p>
  166. <hr />
  167. <a id="server"></a>
  168. <h2><a class="anchor" href="#server">Step Four: Configure it as a server</a></h2>
  169. <br />
  170. <p>The Tor network relies on volunteers to donate bandwidth. The more
  171. people who run servers, the faster the Tor network will be. If you have
  172. at least 20 kilobytes/s each way, please help out Tor by configuring your
  173. Tor to be a server too. We have many features that make Tor servers easy
  174. and convenient, including rate limiting for bandwidth, exit policies so
  175. you can limit your exposure to abuse complaints, and support for dynamic
  176. IP addresses.</p>
  177. <p>Having servers in many different places on the Internet is what
  178. makes Tor users secure. <a
  179. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ServerAnonymity">You
  180. may also get stronger anonymity yourself</a>,
  181. since remote sites can't know whether connections originated at your
  182. computer or were relayed from others.</p>
  183. <p>Read more at our <a href="tor-doc-server.html">Configuring a server</a>
  184. guide.</p>
  185. <hr />
  186. <a id="uninstall"></a>
  187. <h2><a class="anchor" href="#uninstall">How To Uninstall Tor and Privoxy</a></h2>
  188. <br />
  189. <p>The Tor 0.1.0.x series does not come with an uninstaller; this feature
  190. will be added in the 0.1.1.x series. If you want to remove Tor on OSX,
  191. here's how:</p>
  192. <p>Change your application proxy settings back to their original values.
  193. If you just want to stop using Tor, you can end at this point.</p>
  194. <p>To stop Tor and Privoxy from running on startup</b>, remove the
  195. /Library/StartupItems/Tor and /Library/StartupItems/Privoxy directories
  196. respectively. If you just want to stop Tor from running, you can end at this
  197. point.</p>
  198. <p>To erase all remaining Tor and Privoxy files from your computer, delete
  199. the following:
  200. <ul>
  201. <li>/Library/Tor</li>
  202. <li>/Library/Privoxy</li>
  203. <li>/usr/bin/tor</li>
  204. <li>/usr/bin/tor_resolve</li>
  205. <li>/var/log/tor</li>
  206. <li>/usr/share/man/man1/tor.1</li>
  207. <li>/usr/share/man/man1/tor-resolve.1</li>
  208. <li>/usr/share/man/man1/torify.1</li>
  209. <li>/Library/Receipts/Privoxy.pkg/</li>
  210. <li>/Library/Receipts/privoxyconf.pkg/</li>
  211. <li>/Library/Receipts/Tor.pkg/</li>
  212. <li>/Library/Receipts/torstartup.pkg/</li>
  213. </ul>
  214. </p>
  215. <hr />
  216. <p>If you have suggestions for improving this document, please post
  217. them on <a href="http://bugs.noreply.org/tor">our bugtracker</a> in the
  218. website category. Thanks!</p>
  219. </div><!-- #main -->
  220. </div>
  221. <div class="bottom" id="bottom">
  222. <i><a href="/contact"
  223. class="smalllink">Webmaster</a></i> - $Id$
  224. </div>
  225. </body>
  226. </html>