tor-doc-osx.html 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <html>
  2. <head>
  3. <title>Tor Mac OS X Install Instructions</title>
  4. <meta name="Author" content="Thomas Hardly">
  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 Mac OS X</h1>
  12. <a name="installing"></a>
  13. <h2>Step One: Download and Install Tor</h2>
  14. <p>
  15. <b>Note that this is the installation instructions for running a client on
  16. Mac OS X. If you want to run a server, please read the "Configuring a
  17. server" section in <a href="./tor-doc.html">tor-doc.html</a>.</b>
  18. </p>
  19. <p>
  20. The latest beta release of Tor for Macintosh OS X is <a
  21. href="http://tor.eff.org/dist/osx/Tor 0.0.9.6 Bundle.dmg">0.0.9.6</a>.
  22. Download it by clicking the link. You may be able to find experimental versions
  23. <a href="http://tor.freehaven.net/dist/osx/">here</a>, if you're looking for
  24. new features and new bugs.
  25. </p>
  26. <p>Our Tor installer should make everything pretty simple. Below is a
  27. screenshot of the setup page (your version will probably be newer than
  28. the version printed in this screenshot):
  29. </p>
  30. <img alt="tor installer splash page"
  31. src="http://tor.eff.org/img/screenshot-osx-installer-splash.png"
  32. border="1">
  33. <p>
  34. By default, Tor is configured to run at startup. If you do not want Tor to
  35. run on startup, you can disable this by selecting "Customize" in the
  36. Installer, and then un-checking the "Tor Startup Script" box. Be sure to
  37. leave the other boxes checked.
  38. </p>
  39. <p>Once the installer is finished and your computer restarts, Tor will
  40. start automatically. Tor comes configured as a client by default. It
  41. uses a built-in default configuration file in <tt>/Library/Tor/torrc</tt>,
  42. but most people won't need to change any of the settings. Tor is now
  43. installed.</p>
  44. <p>Privoxy is installed as part of the Tor bundle package
  45. installer. Privoxy is a filtering web proxy that integrates well with
  46. Tor. Once it's installed, it will start automatically when your computer
  47. is restarted.
  48. </p>
  49. <p>You do not need to configure Privoxy to use Tor. A custom Privoxy
  50. configuration for Tor has been installed as part of the installer package.
  51. </p>
  52. <a name="using"></a>
  53. <h2>Step Two: Configure your applications to use Tor</h2>
  54. <p>After installing Tor, you need to configure your applications to use
  55. it. The first step is to set up web browsing.
  56. Change your browser to HTTP proxy at localhost port 8118.
  57. (That's where Privoxy listens.)
  58. In Mozilla, this is in Mozilla|Preferences|Advanced|Proxies.
  59. In Firefox it's Firefox|Preferences|General|ConnectionSettings.
  60. You should set both your Web Proxy (HTTP) and your Secure Web Proxy
  61. (HTTPS or SSL) to localhost port 8118, to hide your SSL traffic too.
  62. <p>If you want to use Tor with Safari, you need to change your
  63. Network Settings. The process looks something like:</p>
  64. <img alt="LAN settings in IE"
  65. src="http://tor.eff.org/img/screenshot-osx-choose-network.png"
  66. border="1">
  67. <p>
  68. Select your Network Preferences from the Apple | Location menu.</p>
  69. <img alt="Proxy settings in IE"
  70. src="http://tor.eff.org/img/screenshot-osx-choose-interface.png"
  71. border="1">
  72. <P>
  73. <p>Select the Network Interface you want to enable Tor on. If you use
  74. more than one Interface you must change the proxy settings for each
  75. individually.</p>
  76. <img alt="Proxy settings in IE"
  77. src="http://tor.eff.org/img/screenshot-osx-proxy-settings.png"
  78. border="1">
  79. <p>Select and enter localhost and port 8118 for both Web Proxy (HTTP)
  80. and your Secure Web Proxy (HTTPS)</p>
  81. <p>Using privoxy is <strong>necessary</strong> because <a
  82. href="http://tor.eff.org/cvs/tor/doc/CLIENTS">browsers leak your
  83. DNS requests when they use a SOCKS proxy directly</a>, which is bad for
  84. your anonymity. Privoxy also removes certain dangerous headers from your
  85. web requests, and blocks obnoxious ad sites like Doubleclick.</p>
  86. <p>To test if it's working, go to
  87. <a href="http://peertech.org/privacy-knoppix/">peertech</a>,
  88. <a href="http://www.junkbusters.com/cgi-bin/privacy">junkbusters</a>,
  89. <a href="http://www.network-tools.com">network-tools</a> or
  90. <a href="http://ipid.shat.net">ipid</a>
  91. and see what IP it says you're coming from.
  92. </p>
  93. <p>
  94. If you have a personal firewall that limits your computer's ability
  95. to connect to itself, be sure to allow connections from your local
  96. applications to
  97. local port 8118 and port 9050. If your firewall blocks outgoing connections,
  98. punch a hole so it can connect to at least TCP ports 80, 443, and 9001-9033.
  99. For more troubleshooting suggestions, see <a
  100. href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>.
  101. </p>
  102. <p>To Torify another application that supports HTTP, just point
  103. it at Privoxy (that is, localhost port 8118). To use SOCKS
  104. directly (for example, for instant messaging, Jabber, IRC, etc),
  105. point your application directly at Tor (localhost port 9050). For
  106. applications that support neither SOCKS nor HTTP, take a look at <a
  107. href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">connect</a> or
  108. <a href="http://www.dest-unreach.org/socat/">socat</a>.
  109. <br />
  110. For more information how to Torify other applications in detail visit
  111. the <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify HOWTO</a>.
  112. <p>If you have suggestions for improving this document, please post
  113. them on <a href="http://bugs.noreply.org/tor">our bugtracker</a> in the
  114. website category. Thanks!</p>
  115. </body>
  116. </html>