69be827d5e33cd23f91bec73552cddb85faab5cf
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) 
Roger Dingledine get rid of osx firefox inst...

Roger Dingledine authored 17 years ago

97) <br />
98) 
Roger Dingledine paragraph breaks scare peop...

Roger Dingledine authored 18 years ago

99) <p>
Roger Dingledine link the torbutton screensh...

Roger Dingledine authored 17 years ago

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

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 18 years ago

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

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

Roger Dingledine authored 18 years ago

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