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