3ac1e4890c96a5f96e3a132243162b3654552beb
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
Nick Mathewson Mention another like to com...

Nick Mathewson authored 17 years ago

71) order to stop this you will need to comment out three lines by inserting a
72) \# before the line. The three 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>
Nick Mathewson Mention another like to com...

Nick Mathewson authored 17 years ago

76) and (on some systems) the line <br>
77) <tt>debug 1  # show each GET/POST/CONNECT request</tt><br>
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 17 years ago

90) <p>If you're using Firefox (we recommend it), simply install the <a
Roger Dingledine link directly to the torbut...

Roger Dingledine authored 17 years ago

91) href="https://addons.mozilla.org/firefox/2275/">Torbutton
Roger Dingledine link the torbutton screensh...

Roger Dingledine authored 17 years ago

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

Roger Dingledine authored 18 years ago

94) 
Roger Dingledine link the torbutton screensh...

Roger Dingledine authored 17 years ago

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

Roger Dingledine authored 18 years ago

98) 
Roger Dingledine get rid of osx firefox inst...

Roger Dingledine authored 17 years ago

99) <br />
100) 
Roger Dingledine paragraph breaks scare peop...

Roger Dingledine authored 18 years ago

101) <p>
Roger Dingledine link directly to the torbut...

Roger Dingledine authored 17 years ago

102) (<a href="http://freehaven.net/~squires/torbutton/">Learn more about
103) Torbutton here</a>.
104) If you plan to run Firefox on a different computer than Tor, see the <a
Roger Dingledine link the torbutton screensh...

Roger Dingledine authored 17 years ago

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

Roger Dingledine authored 18 years ago

111) 
112) <p>Using privoxy is <strong>necessary</strong> because <a
113) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">browsers
114) leak your DNS requests when they use a SOCKS proxy directly</a>, which
115) is bad for your anonymity. Privoxy also removes certain dangerous
116) headers from your web requests, and blocks obnoxious ad sites like
117) Doubleclick.</p>
118) 
119) <p>To Torify other applications that support HTTP proxies, just
120) point them at Privoxy (that is, localhost port 8118). To use SOCKS
121) directly (for instant messaging, Jabber, IRC, etc), you can point
122) your application directly at Tor (localhost port 9050), but see <a
123) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">this
124) FAQ entry</a> for why this may be dangerous. For applications
125) that support neither SOCKS nor HTTP, take a look at <a
126) href="http://tsocks.sourceforge.net/">tsocks</a> or <a
127) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorifyHOWTO#socat">socat</a>.
128) </p>
129) 
130) <p>For information on how to Torify other applications, check out the
131) <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify
132) HOWTO</a>.
133) </p>
134) 
135) <hr />
136) <a id="verify"></a>
137) <h2><a class="anchor" href="#verify">Step Four: Make sure it's working</a></h2>
138) <br />
139) 
140) <p>
141) Next, you should try using your browser with Tor and make
142) sure that your IP address is being anonymized. Click on the <a
Andrew Lewman Swapped serifos links for h...

Andrew Lewman authored 17 years ago

143) href="http://torstat.xenobite.eu/">Tor
Roger Dingledine and move them to cvs/websit...

Roger Dingledine authored 18 years ago

144) detector</a> and see whether it thinks you're using Tor or not.
145) (If that site is down, see <a
146) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#IsMyConnectionPrivate">this
147) FAQ entry</a> for more suggestions on how to test your Tor.)
148) </p>
149) 
150) <p>If you have a personal firewall that limits your computer's
151) ability to connect to itself (this includes something like SELinux on
152) Fedora Core 4), be sure to allow connections from
153) your local applications to Privoxy (local port 8118) and Tor (local port
154) 9050). If
155) your firewall blocks outgoing connections, punch a hole so
156) it can connect to at least TCP ports 80 and 443, and then see <a
157) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FirewalledClient">this
158) FAQ entry</a>.  If your SELinux config is not allowing tor or privoxy to
159) run correctly, create a file named booleans.local in the directory
160) /etc/selinux/targeted.  Edit this file in your favorite text editor and
161) insert "allow_ypbind=1".  Restart your machine for this change to take
162) effect.
163) </p>
164) 
165) <p>If it's still not working, look at <a
166) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork">this
167) FAQ entry</a> for hints.</p>
168) 
169) <hr />
170) <a id="server"></a>
171) <h2><a class="anchor" href="#server">Step Five: Configure it as a server</a></h2>
172) <br />
173) 
174) <p>The Tor network relies on volunteers to donate bandwidth. The more
175) people who run servers, the faster the Tor network will be. If you have
176) at least 20 kilobytes/s each way, please help out Tor by configuring your
177) Tor to be a server too. We have many features that make Tor servers easy
178) and convenient, including rate limiting for bandwidth, exit policies so
179) you can limit your exposure to abuse complaints, and support for dynamic
180) IP addresses.</p>
181) 
182) <p>Having servers in many different places on the Internet is what
183) makes Tor users secure. <a
184) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ServerAnonymity">You
185) may also get stronger anonymity yourself</a>,
186) since remote sites can't know whether connections originated at your
187) computer or were relayed from others.</p>
188) 
Roger Dingledine and get the relative links...

Roger Dingledine authored 18 years ago

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

190) guide.</p>
191) 
192) <hr />
193) 
Roger Dingledine add a step to tor-doc-serve...

Roger Dingledine authored 18 years ago

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