078e4a0c96a11a93f518a9cf6d5aaa6f89c97312
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) 
Roger Dingledine similar patch on the docs/e...

Roger Dingledine authored 18 years ago

4) #include "head.wmi" TITLE="Mac OS X Install Instructions"
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

5) 
6) <div class="center">
7) 
8) <div class="main-column">
9) 
10) <h1>Running the <a href="<page index>">Tor</a> client on Mac OS X</h1>
11) <br />
12) 
13) <p>
14) <b>Note that these are the installation instructions for running a Tor client on
15)   Mac OS X. If you want to relay traffic for others to help the network
16)   grow (please do), read the <a
Roger Dingledine and get the relative links...

Roger Dingledine authored 18 years ago

17)   href="<page docs/tor-doc-server>">Configuring a server</a> guide.</b>
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

18) </p>
19) 
20) <hr />
21) <a id="installing"></a>
22) <h2><a class="anchor" href="#installing">Step One: Download and Install Tor</a></h2>
23) <br />
24) 
25) <p>
26) The latest stable and experimental releases of Tor for Macintosh
27) OS X bundle <a href="<page index>">Tor</a> and <a
28) href="http://www.privoxy.org">Privoxy</a> (a filtering web proxy)
29) into one package, with Privoxy pre-configured to proxy through Tor.
30) <a href="<page download>">Download one from the download
31) page</a>.
32) </p>
33) 
34) <p>Our Tor installer should make everything pretty simple. Below is a
35) screenshot of the setup page:
36) </p>
37) 
38) <img alt="tor installer splash page"
Roger Dingledine and make the image links re...

Roger Dingledine authored 18 years ago

39) src="../img/screenshot-osx-installer-splash.png"
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

40) border="1">
41) 
42) <p>
43) By default, Tor is configured to run at startup.  If you do not want Tor to
44) run on startup, you can disable this by selecting "Customize" in the
45) Installer, and then un-checking the "Tor Startup Script" box. Be sure to
46) leave the other boxes checked.
47) </p>
48) 
49) <p>Once the installer is finished and your computer restarts, Tor will
50) start automatically.  Tor comes configured as a client by default. It
51) uses a built-in default configuration file in <tt>/Library/Tor/torrc</tt>,
52) but most people won't need to change any of the settings. Tor is now
53) installed.</p>
54) 
55) <p>Privoxy is installed as part of the Tor bundle package
56) installer. Privoxy is a filtering web proxy that integrates well with
57) Tor. Once it's installed, it will start automatically when your computer
58) is restarted.
59) </p>
60) 
61) <p>You do not need to configure Privoxy to use Tor. A custom Privoxy
62) configuration for Tor has been installed as part of the installer package.
63) </p>
64) 
65) <hr />
66) <a id="using"></a>
67) <h2><a class="anchor" href="#using">Step Two: Configure your applications to use Tor</a></h2>
68) <br />
69) 
70) <p>After installing Tor and Privoxy, you need to configure your
71) applications to use them. The first step is to set up web browsing.</p>
72) 
73) <p>If you're using Firefox (we recommend it), check out our <a
Roger Dingledine and get the relative links...

Roger Dingledine authored 18 years ago

74) href="<page docs/tor-switchproxy>">Tor SwitchProxy howto</a> to set up
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

75) a plugin that makes it easy to switch between using Tor and using a
76) direct connection.</p>
77) 
78) <p>Otherwise, you need to manually configure your browser to HTTP proxy
79) at localhost port 8118.
80) (That's where Privoxy listens.)
81) In Mozilla, this is in Mozilla|Preferences|Advanced|Proxies.
82) You should set both your Web Proxy (HTTP) and your Secure Web Proxy
83) (HTTPS or SSL) to localhost port 8118, to hide your SSL traffic too.
84) You should consider configuring your "FTP Proxy" too; see <a
85) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">this
86) note</a> about Tor and ftp proxies.
87) </p>
88) 
89) <p>If you want to use Tor with Safari, you need to change your
90) Network Settings. Select your Network Preferences from the Apple |
91) Location menu:</p>
92) 
93) <img alt="Network settings"
Roger Dingledine and make the image links re...

Roger Dingledine authored 18 years ago

94) src="../img/screenshot-osx-choose-network.png"
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

95) border="1">
96) 
97) <p>Select the Network Interface on which you want to enable Tor. If you use
98) more than one Interface you must change the proxy settings for each
99) individually.</p>
100) 
101) <img alt="Network preferences"
Roger Dingledine and make the image links re...

Roger Dingledine authored 18 years ago

102) src="../img/screenshot-osx-choose-interface.png"
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

103) border="1">
104) <p>
105) 
106) <p>Select and enter 127.0.0.1 and port 8118 for both
107) Web Proxy (HTTP) and your Secure Web Proxy (HTTPS).
108) You should also do this for "FTP Proxy" and "Gopher Proxy"; see <a
109) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">this
110) note</a> about Tor and ftp proxies. Leave your Use Passive FTP Mode
111) (PASV) setting as is.</p>
112) 
113) <img alt="Proxy settings"
Roger Dingledine and make the image links re...

Roger Dingledine authored 18 years ago

114) src="../img/screenshot-osx-proxy-settings.png"
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

115) border="1">
116) 
117) <p>Using privoxy is <strong>necessary</strong> because <a
118) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">browsers
119) leak your
120) DNS requests when they use a SOCKS proxy directly</a>, which is bad for
121) your anonymity. Privoxy also removes certain dangerous headers from your
122) web requests, and blocks obnoxious ad sites like Doubleclick.</p>
123) 
124) <p>To Torify other applications that support HTTP proxies, just
125) point them at Privoxy (that is, localhost port 8118). To use SOCKS
126) directly (for instant messaging, Jabber, IRC, etc), you can point
127) your application directly at Tor (localhost port 9050), but see <a
128) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">this
129) FAQ entry</a> for why this may be dangerous. For applications
130) that support neither SOCKS nor HTTP, take a look at <a
131) href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">connect</a> or
132) <a href="http://www.dest-unreach.org/socat/">socat</a>.</p>
133) 
134) <p>For information on how to Torify other applications, check out the
135) <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify
136) HOWTO</a>.
137) </p>
138) 
139) <hr />
140) <a id="verify"></a>
141) <h2><a class="anchor" href="#verify">Step Three: Make sure it's working</a></h2>
142) <br />
143) 
144) <p>
145) Next, you should try using your browser with Tor and make
146) sure that your IP address is being anonymized. Click on the <a
147) href="http://serifos.eecs.harvard.edu/cgi-bin/ipaddr.pl?tor=1">Tor
148) detector</a> and see whether it thinks you're using Tor or not.
149) (If that site is down, see <a
150) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#IsMyConnectionPrivate">this
151) FAQ entry</a> for more suggestions on how to test your Tor.)
152) </p>
153) 
154) <p>If you have a personal firewall that limits your computer's
155) ability to connect to itself, be sure to allow connections from
156) your local applications to local port 8118 and port 9050. If
157) your firewall blocks outgoing connections, punch a hole so
158) it can connect to at least TCP ports 80 and 443, and then see <a
159) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FirewalledClient">this
160) FAQ entry</a>.
161) </p>
162) 
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) 
167) <hr />
168) <a id="server"></a>
169) <h2><a class="anchor" href="#server">Step Four: Configure it as a server</a></h2>
170) <br />
171) 
172) <p>The Tor network relies on volunteers to donate bandwidth. The more
173) people who run servers, the faster the Tor network will be. If you have
174) at least 20 kilobytes/s each way, please help out Tor by configuring your
175) Tor to be a server too. We have many features that make Tor servers easy
176) and convenient, including rate limiting for bandwidth, exit policies so
177) you can limit your exposure to abuse complaints, and support for dynamic
178) IP addresses.</p>
179) 
180) <p>Having servers in many different places on the Internet is what
181) makes Tor users secure. <a
182) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ServerAnonymity">You
183) may also get stronger anonymity yourself</a>,
184) since remote sites can't know whether connections originated at your
185) computer or were relayed from others.</p>
186) 
Roger Dingledine and get the relative links...

Roger Dingledine authored 18 years ago

187) <p>Read more at our <a href="<page docs/tor-doc-server>">Configuring a server</a>
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

188) guide.</p>
189) 
190) <hr />
191) <a id="uninstall"></a>
192) <h2><a class="anchor" href="#uninstall">How To Uninstall Tor and Privoxy</a></h2>
193) <br />
194) 
195) <p>The Tor 0.1.0.x series does not come with an uninstaller; this feature
196)   will be added in the 0.1.1.x series.  If you want to remove Tor on OSX,
197)   here's how:</p>
198) 
199) <p>Change your application proxy settings back to their original values.
200)    If you just want to stop using Tor, you can end at this point.</p>
201) 
Peter Palfrader Appease w3c validator

Peter Palfrader authored 18 years ago

202) <p>To stop Tor and Privoxy from running on startup, remove the
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

203)    /Library/StartupItems/Tor and /Library/StartupItems/Privoxy directories
204)    respectively. If you just want to stop Tor from running, you can end at this
205)    point.</p>
206) 
207) <p>To erase all remaining Tor and Privoxy files from your computer, delete
208)   the following:
209)    <ul>
210)    <li>/Library/Tor</li>
211)    <li>/Library/Privoxy</li>
212)    <li>/usr/bin/tor</li>
213)    <li>/usr/bin/tor_resolve</li>
214)    <li>/var/log/tor</li>
215)    <li>/usr/share/man/man1/tor.1</li>
216)    <li>/usr/share/man/man1/tor-resolve.1</li>
217)    <li>/usr/share/man/man1/torify.1</li>
218)    <li>/Library/Receipts/Privoxy.pkg/</li>
219)    <li>/Library/Receipts/privoxyconf.pkg/</li>
220)    <li>/Library/Receipts/Tor.pkg/</li>
221)    <li>/Library/Receipts/torstartup.pkg/</li>
222)   </ul>
Peter Palfrader Appease w3c validator

Peter Palfrader authored 18 years ago

223)