tor-doc-osx.html 5.1 KB

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