0730f7774a7ec6d5d8fce2dc07e8d52d0f8d8183
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) 
Roger Dingledine and recommend Torbutton on...

Roger Dingledine authored 18 years ago

73) <p>If you're using Firefox (we recommend it), check out the <a
74) href="http://zargon.hobbesnet.org/~squires/torbutton/">Torbutton
75) plugin</a> that sets everything up for you. If you plan to run Firefox
76) on a different computer than Tor, read our <a
Roger Dingledine and get the relative links...

Roger Dingledine authored 18 years ago

77) 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

78) a plugin that makes it easy to switch between using Tor and using a
79) direct connection.</p>
80) 
Chris Palmer Clearly separate Firefox an...

Chris Palmer authored 18 years ago

81) <h3>Mozilla Firefox</h3>
82) 
Roger Dingledine Give better proxy instructi...

Roger Dingledine authored 18 years ago

83) <p>Otherwise, you need to manually configure your browser's proxy
Chris Palmer Clearly separate Firefox an...

Chris Palmer authored 18 years ago

84) settings.  In Firefox, this is in the Firefox | Preferences menu item,
85) and then click Connection Settings... in the General tab.</p>
86) 
87) <img src="../img/screenshot-firefox-preferences-1.png.png" border="1" />
88) <br /><br />
89) 
90) <img src="../img/screenshot-firefox-preferences-2.png.png" border="1" />
91) <br /><br />
Roger Dingledine paragraph breaks scare peop...

Roger Dingledine authored 18 years ago

92) 
93) <p>
Roger Dingledine Give better proxy instructi...

Roger Dingledine authored 18 years ago

94) You should fill in "localhost"
95) and "8118" to point the top four protocols to Privoxy, as shown here. (Even
96) though Privoxy doesn't support FTP and Gopher, <a
97) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">you
98) should set them up anyway</a>.) You should also fill out the socks              proxy entry to point directly to Tor ("localhost", "9050", and socks5)
99) to cover protocols besides the first four. Then click "OK".</p>
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

100) </p>
101) 
Chris Palmer Clearly separate Firefox an...

Chris Palmer authored 18 years ago

102) <img src="../img/screenshot-firefox-proxy-settings.png.png" border="1"
103) /> <br /><br />
104) 
105) <h3>Apple Safari</h3>
106) 
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

107) <p>If you want to use Tor with Safari, you need to change your
108) Network Settings. Select your Network Preferences from the Apple |
109) Location menu:</p>
110) 
111) <img alt="Network settings"
Roger Dingledine and make the image links re...

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 18 years ago

113) border="1">
114) 
115) <p>Select the Network Interface on which you want to enable Tor. If you use
116) more than one Interface you must change the proxy settings for each
117) individually.</p>
118) 
119) <img alt="Network preferences"
Roger Dingledine and make the image links re...

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 18 years ago

121) border="1">
122) <p>
123) 
124) <p>Select and enter 127.0.0.1 and port 8118 for both
125) Web Proxy (HTTP) and your Secure Web Proxy (HTTPS).
126) You should also do this for "FTP Proxy" and "Gopher Proxy"; see <a
127) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">this
128) note</a> about Tor and ftp proxies. Leave your Use Passive FTP Mode
129) (PASV) setting as is.</p>
130) 
131) <img alt="Proxy settings"
Roger Dingledine and make the image links re...

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 18 years ago

205) <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

206) guide.</p>
207) 
208) <hr />
209) <a id="uninstall"></a>
210) <h2><a class="anchor" href="#uninstall">How To Uninstall Tor and Privoxy</a></h2>
211) <br />
212) 
213) <p>The Tor 0.1.0.x series does not come with an uninstaller; this feature
214)   will be added in the 0.1.1.x series.  If you want to remove Tor on OSX,
215)   here's how:</p>
216) 
217) <p>Change your application proxy settings back to their original values.
218)    If you just want to stop using Tor, you can end at this point.</p>
219) 
Peter Palfrader Appease w3c validator

Peter Palfrader authored 18 years ago

220) <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

221)    /Library/StartupItems/Tor and /Library/StartupItems/Privoxy directories
222)    respectively. If you just want to stop Tor from running, you can end at this
223)    point.</p>
224) 
225) <p>To erase all remaining Tor and Privoxy files from your computer, delete
226)   the following:
227)    <ul>
228)    <li>/Library/Tor</li>
229)    <li>/Library/Privoxy</li>
230)    <li>/usr/bin/tor</li>
231)    <li>/usr/bin/tor_resolve</li>
232)    <li>/var/log/tor</li>
233)    <li>/usr/share/man/man1/tor.1</li>
234)    <li>/usr/share/man/man1/tor-resolve.1</li>
235)    <li>/usr/share/man/man1/torify.1</li>
236)    <li>/Library/Receipts/Privoxy.pkg/</li>
237)    <li>/Library/Receipts/privoxyconf.pkg/</li>
238)    <li>/Library/Receipts/Tor.pkg/</li>
239)    <li>/Library/Receipts/torstartup.pkg/</li>
240)   </ul>
Peter Palfrader Appease w3c validator

Peter Palfrader authored 18 years ago

241) 
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

242) 
243) <hr />
244) 
Roger Dingledine add a step to tor-doc-serve...

Roger Dingledine authored 18 years ago

245) <p>If you have suggestions for improving this document, please <a
246) href="<page contact>">send them to us</a>. Thanks!</p>