84b548e226ae2824255da44c11a3088157dbef23
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="Linux/BSD/Unix 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 Linux/BSD/Unix</h1>
11) <br />
12) 
13) <p>
14) <b>Note that these are the installation instructions for running a Tor
15) client. If you want to relay traffic for others to help the network grow
16) (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 release of Tor can be found on the <a
27) href="<page download>">download</a> page. We have packages for Debian,
28) Red Hat, Gentoo, *BSD, etc there too.
29) </p>
30) 
31) <p>If you're building from source, first install <a
32) href="http://www.monkey.org/~provos/libevent/">libevent</a>, and
33) make sure you have openssl and zlib (including the -devel packages if
Nick Mathewson Fox tor-doc-unix.wml: make...

Nick Mathewson authored 17 years ago

34) applicable). Then run:<br />
35) <tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable><br />
36) ./configure &amp;&amp; make</tt><br />
37) Now you can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt>
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

38) (as root if necessary) to install it into /usr/local/, and then you can
39) start it just by running <tt>tor</tt>.
40) </p>
41) 
42) <p>Tor comes configured as a client by default. It uses a built-in
43) default configuration file, and most people won't need to change any of
44) the settings. Tor is now installed.
45) </p>
46) 
47) <hr />
48) <a id="privoxy"></a>
49) <h2><a class="anchor" href="#privoxy">Step Two: Install Privoxy for Web Browsing</a></h2>
50) <br />
51) 
52) <p>After installing Tor, you need to configure your applications to use it.
53) </p>
54) 
55) <p>
56) The first step is to set up web browsing. Start by installing <a
57) href="http://www.privoxy.org/">Privoxy</a>: click on 'recent releases'
58) and pick your favorite package or install from source. Privoxy is a
59) filtering web proxy that integrates well with Tor.
60) </p>
61) 
Roger Dingledine improve the tor-doc-unix pr...

Roger Dingledine authored 18 years ago

62) <p>Once you've installed Privoxy (either from package or from source),
63) <b>you will need to configure Privoxy to use Tor</b>.
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

64) Open Privoxy's "config" file (look in /etc/privoxy/ or /usr/local/etc/)
65) and add the line <br>
66) <tt>forward-socks4a / localhost:9050 .</tt><br>
67) to the top of the config file. Don't forget to add the dot at the end.
68) </p>
69) 
70) <p>Privoxy keeps a log file of everything passed through it.  In
71) order to stop this you will need to comment out two lines by inserting a
Roger Dingledine improve the tor-doc-unix pr...

Roger Dingledine authored 18 years ago

72) \# before the line. The two lines are:<br>
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

73) <tt>logfile logfile</tt><br>
74) and the line <br>
75) <tt>jarfile jarfile</tt><br>
76) </p>
77) 
78) <p>You'll need to restart Privoxy for the changes to take effect.</p>
79) 
80) <hr />
81) <a id="using"></a>
82) <h2><a class="anchor" href="#using">Step Three: Configure your applications to use Tor</a></h2>
83) <br />
84) 
85) <p>After installing Tor and Privoxy, you need to configure your
86) applications to use them. The first step is to set up web browsing.</p>
87) 
Roger Dingledine link the torbutton screensh...

Roger Dingledine authored 17 years ago

88) <p>If you're using Firefox (we recommend it), simply install the <a
Roger Dingledine give torbutton a better home

Roger Dingledine authored 18 years ago

89) href="http://freehaven.net/~squires/torbutton/">Torbutton
Roger Dingledine link the torbutton screensh...

Roger Dingledine authored 17 years ago

90) plugin</a>, restart your Firefox, and you're all set:
91) </p>
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

92) 
Roger Dingledine link the torbutton screensh...

Roger Dingledine authored 17 years ago

93) <img alt="Torbutton plugin for Firefox"
94) src="../img/screenshot-torbutton.png"
95) border="1">
Roger Dingledine paragraph breaks scare peop...

Roger Dingledine authored 18 years ago

96) 
97) <p>
Roger Dingledine link the torbutton screensh...

Roger Dingledine authored 17 years ago

98) (If you plan to run Firefox on a different computer than Tor, see the <a
99) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SocksListenAddress">
100) FAQ
101) entry for running Tor on a different computer</a>. If you need to
102) use a browser other than Firefox, you'll have to <a href="<page
103) docs/tor-doc-web>">configure its proxy settings yourself</a>.)
104) </p>
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 18 years ago

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

184) guide.</p>
185) 
186) <hr />
187) 
Roger Dingledine add a step to tor-doc-serve...

Roger Dingledine authored 18 years ago

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