2e9ac2f3c438f06ebe00f273a054c2426b0e9ee9
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

1) ## translation metadata
Peter Palfrader In CVS the magic keyword is...

Peter Palfrader authored 18 years ago

2) # Revision: $Revision$
Roger Dingledine declare the faq.wml page re...

Roger Dingledine authored 14 years ago

3) # Translation-Priority: 2-medium
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

4) 
Runa A. Sandvik utf-8 ftw

Runa A. Sandvik authored 14 years ago

5) #include "head.wmi" TITLE="Tor FAQ" CHARSET="UTF-8"
Roger Dingledine eventually i might put some...

Roger Dingledine authored 15 years ago

6) 
7) <div class="main-column">
8) 
9) <!-- PUT CONTENT AFTER THIS TAG -->
10) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

11) <h2>Tor FAQ</h2>
12) <hr />
Roger Dingledine eventually i might put some...

Roger Dingledine authored 15 years ago

13) 
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

14) <p>General questions:</p>
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

15) <ul>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

16) <li><a href="#WhatIsTor">What is Tor?</a></li>
Andrew Lewman Updated faq question on how...

Andrew Lewman authored 15 years ago

17) <li><a href="#Torisdifferent">How is Tor different from other proxies?</a></li>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

18) <li><a href="#CompatibleApplications">What programs can I use with
19) Tor?</a></li>
20) <li><a href="#WhyCalledTor">Why is it called Tor?</a></li>
21) <li><a href="#Backdoor">Is there a backdoor in Tor?</a></li>
22) <li><a href="#DistributingTor">Can I distribute Tor on my magazine's
23) CD?</a></li>
24) <li><a href="#SupportMail">How can I get an answer to my
25) Tor support mail?</a></li>
26) <li><a href="#WhySlow">Why is Tor so slow?</a></li>
27) <li><a href="#Funding">What would The Tor Project do with more
28) funding?</a></li>
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

29) </ul>
30) 
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

31) <p>Compilation and Installation:</p>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

32) <ul>
33) <li><a href="#HowUninstallTor">How do I uninstall Tor?</a></li>
Roger Dingledine clean up some urls on the n...

Roger Dingledine authored 15 years ago

34) <li><a href="#PGPSigs">What are these "sig" files on the download
35) page?</a></li>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

36) <li><a href="#CompileTorWindows">How do I compile Tor under Windows?</a></li>
Roger Dingledine more useful anchor

Roger Dingledine authored 15 years ago

37) <li><a href="#VirusFalsePositives">Why does my Tor executable appear to
38) have a virus or spyware?</a></li>
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

39) <li><a href="#LiveCD">Is there a LiveCD or other bundle that includes Tor?</a></li>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

40) </ul>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

41) 
42) <p>Running Tor:</p>
43) 
44) <p>Running a Tor client:</p>
keb@svn.torproject.org import the ChooseEntryExit...

keb@svn.torproject.org authored 14 years ago

45) <ul>
46) <li><a href="#ChooseEntryExit">Can I control which nodes (or country) are used for entry/exit?</a></li>
47) </ul>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

48) 
49) <p>Running a Tor relay:</p>
Sebastian Hahn Add a short paragraph to ad...

Sebastian Hahn authored 15 years ago

50) <ul>
Roger Dingledine add the "why is it easy to...

Roger Dingledine authored 14 years ago

51) <li><a href="#RelayFlexible">How stable does my relay need to be?</a></li>
Roger Dingledine RunARelayBut sucks as an an...

Roger Dingledine authored 14 years ago

52) <li><a href="#ExitPolicies">I'd run a relay, but I don't want to deal
Roger Dingledine import the exit policy faq...

Roger Dingledine authored 14 years ago

53) with abuse issues.</a></li>
Roger Dingledine Should I be a normal relay...

Roger Dingledine authored 14 years ago

54) <li><a href="#RelayOrBridge">Should I be a normal relay or bridge
55) relay?</a></li>
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

56) <li><a href="#WhyNotNamed">Why is my Tor relay not named?</a></li>
Sebastian Hahn Add a short paragraph to ad...

Sebastian Hahn authored 15 years ago

57) </ul>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

58) 
59) <p>Running a Tor hidden service:</p>
60) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

61) <p>Anonymity and Security:</p>
62) <ul>
Roger Dingledine clarify what sort of encryp...

Roger Dingledine authored 15 years ago

63) <li><a href="#KeyManagement">Tell me about all the keys Tor uses.</a></li>
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

64) </ul>
65) 
Roger Dingledine import the EverybodyARelay...

Roger Dingledine authored 15 years ago

66) <p>Alternate designs that we don't do (yet):</p>
67) <ul>
68) <li><a href="#EverybodyARelay">You should make every Tor user be a
69) relay.</a></li>
70) </ul>
71) 
Sebastian Hahn Move the abuse section from...

Sebastian Hahn authored 15 years ago

72) <p>Abuse</p>
73) <ul>
74) <li><a href="#Criminals">Doesn't Tor enable criminals to do bad things?</a></li>
75) <li><a href="#RespondISP">How do I respond to my ISP about my exit
76) relay?</a></li>
77) </ul>
78) 
Roger Dingledine link back to the wiki faq f...

Roger Dingledine authored 15 years ago

79) <p>For other questions not yet on this version of the FAQ, see the <a
80) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ">wiki
81) FAQ</a> for now.</p>
82) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

83) <hr />
84) 
85) <a id="General"></a>
86) 
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

87) <a id="WhatIsTor"></a>
88) <h3><a class="anchor" href="#WhatIsTor">What is Tor?</a></h3>
89) 
90) <p>
91) The name "Tor" can refer to several different components.
92) </p>
93) 
94) <p>
95) The Tor software is a program you can run on your computer that helps keep
96) you safe on the Internet. Tor protects you by bouncing your communications
97) around a distributed network of relays run by volunteers all around
98) the world: it prevents somebody watching your Internet connection from
99) learning what sites you visit, and it prevents the sites you visit
100) from learning your physical location. This set of volunteer relays is
101) called the Tor network. You can read more about how Tor works on the <a
102) href="<page overview>">overview page</a>.
103) </p>
104) 
105) <p>
106) The Tor Project is a non-profit (charity) organization that maintains
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

107) and develops the Tor software.
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

108) </p>
109) 
Roger Dingledine apparently we've been putti...

Roger Dingledine authored 14 years ago

110) <hr />
111) 
Andrew Lewman Updated faq question on how...

Andrew Lewman authored 15 years ago

112) <a id="Torisdifferent"></a>
113) <h3><a class="anchor" href="#Torisdifferent">How is Tor different from other proxies?</a></h3>
114) <p>
115) A typical proxy provider sets up a server somewhere on the Internet and allows you to use it to relay your traffic.  This creates a simple, easy to maintain architecture.  The users all enter and leave through the same server.  The provider may charge for use of the proxy, or fund their costs through advertisements on the server.  In the simplest configuration, you don't have to install anything.  You just have to point your browser at their proxy server.  Simple proxy providers are fine solutions if you do not want protections for your privacy and anonymity online and you trust the provider from doing bad things.  Some simple proxy providers use SSL to secure your connection to them.  This may protect you against local eavesdroppers, such as those at a cafe with free wifi Internet.
116) </p>
117) <p>
118) Simple proxy providers also create a single point of failure.  The provider knows who you are and where you browse on the Internet.  They can see your traffic as it passes through their server.  In some cases, they can see your encrypted traffic as they relay it to your banking site or to ecommerce stores.  You have to trust the provider isn't doing any number of things, such as watching your traffic, injecting their own advertisements into your traffic stream, and isn't recording your personal details.
119) </p>
120) <p>
121) Tor passes your traffic through at least 3 different servers before sending it on to the destination.  Tor does not modify, or even know, what you are sending into it.  It merely relays your traffic, completely encrypted through the Tor network and has it pop out somewhere else in the world, completely intact.  The Tor client is required because we assume you trust your local computer.  The Tor client manages the encryption and the path chosen through the network.  The relays located all over the world merely pass encrypted packets between themselves.</p>
122) <p>
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

123) <dl>
Andrew Lewman Updated faq question on how...

Andrew Lewman authored 15 years ago

124) <dt>Doesn't the first server see who I am?</dt><dd>Possibly. A bad first of three servers can see encrypted Tor traffic coming from your computer.  It still doesn't know who you are and what you are doing over Tor.  It merely sees "This IP address is using Tor".  Tor is not illegal anywhere in the world, so using Tor by itself is fine.  You are still protected from this node figuring out who you are and where you are going on the Internet.</dd>
Jon@svn.torproject.org ecommerce

Jon@svn.torproject.org authored 14 years ago

125) <dt>Can't the third server see my traffic?</dt><dd>Possibly.  A bad third of three servers can see the traffic you sent into Tor.  It won't know who sent this traffic.  If you're using encryption, such as visiting a bank or e-commerce website, or encrypted mail connections, etc, it will only know the destination.  It won't be able to see the data inside the traffic stream.  You are still protected from this node figuring out who you are and if using encryption, what data you're sending to the destination.</dd>
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

126) </dl>
Andrew Lewman Updated faq question on how...

Andrew Lewman authored 15 years ago

127) </p>
128) 
Roger Dingledine apparently we've been putti...

Roger Dingledine authored 14 years ago

129) <hr />
130) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

131) <a id="CompatibleApplications"></a>
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

132) <h3><a class="anchor" href="#CompatibleApplications">What programs can
133) I use with Tor?</a></h3>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

134) 
135) <p>
136) There are two pieces to "Torifying" a program: connection-level anonymity
137) and application-level anonymity. Connection-level anonymity focuses on
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

138) making sure the application's Internet connections get sent through Tor.
139) This step is normally done by configuring
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

140) the program to use your Tor client as a "socks" proxy, but there are
141) other ways to do it too. For application-level anonymity, you need to
142) make sure that the information the application sends out doesn't hurt
143) your privacy. (Even if the connections are being routed through Tor, you
144) still don't want to include sensitive information like your name.) This
145) second step needs to be done on a program-by-program basis, which is
146) why we don't yet recommend very many programs for safe use with Tor.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

147) </p>
148) 
149) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

150) Most of our work so far has focused on the Firefox web browser. The
151) bundles on the <a href="<page download>">download page</a> automatically
152) install the <a href="<page torbutton/index>">Torbutton Firefox
153) extension</a> if you have Firefox installed. As of version 1.2.0,
154) Torbutton now takes care of a lot of the connection-level and
155) application-level worries.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

156) </p>
157) 
158) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

159) There are plenty of other programs you can use with Tor,
160) but we haven't researched the application-level anonymity
161) issues on them well enough to be able to recommend a safe
162) configuration. Our wiki has a list of instructions for <a
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

163) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorifyHOWTO">Torifying
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

164) specific applications</a>. There's also a <a
165) href="https://wiki.torproject.org/noreply/TheOnionRouter/SupportPrograms">list
166) of applications that help you direct your traffic through Tor</a>.
167) Please add to these lists and help us keep them accurate!
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

168) </p>
169) 
Roger Dingledine apparently we've been putti...

Roger Dingledine authored 14 years ago

170) <hr />
171) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

172) <a id="WhyCalledTor"></a>
173) <h3><a class="anchor" href="#WhyCalledTor">Why is it called Tor?</a></h3>
174) 
175) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

176) Because Tor is the onion routing network. When we were starting the
177) new next-generation design and implementation of onion routing in
178) 2001-2002, we would tell people we were working on onion routing,
179) and they would say "Neat. Which one?" Even if onion routing has
180) become a standard household term, Tor was born out of the actual <a
181) href="http://www.onion-router.net/">onion routing project</a> run by
182) the Naval Research Lab.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

183) </p>
184) 
185) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

186) (It's also got a fine translation from German and Turkish.)
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

187) </p>
188) 
189) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

190) Note: even though it originally came from an acronym, Tor is not spelled
Roger Dingledine an additional jab at the TO...

Roger Dingledine authored 15 years ago

191) "TOR". Only the first letter is capitalized. In fact, we can usually
192) spot people who haven't read any of our website (and have instead learned
193) everything they know about Tor from news articles) by the fact that they
194) spell it wrong.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

195) </p>
196) 
Roger Dingledine apparently we've been putti...

Roger Dingledine authored 14 years ago

197) <hr />
198) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

199) <a id="Backdoor"></a>
200) <h3><a class="anchor" href="#Backdoor">Is there a backdoor in Tor?</a></h3>
201) 
202) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

203) There is absolutely no backdoor in Tor. Nobody has asked us to put one
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

204) in, and we know some smart lawyers who say that it's unlikely that anybody
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

205) will try to make us add one in our jurisdiction (U.S.). If they do
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

206) ask us, we will fight them, and (the lawyers say) probably win.
207) </p>
208) 
209) <p>
210) We think that putting a backdoor in Tor would be tremendously
211) irresponsible to our users, and a bad precedent for security software
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

212) in general. If we ever put a deliberate backdoor in our security
213) software, it would ruin our professional reputations. Nobody would
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

214) trust our software ever again &mdash; for excellent reason!
215) </p>
216) 
217) <p>
218) But that said, there are still plenty of subtle attacks
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

219) people might try. Somebody might impersonate us, or break into our
220) computers, or something like that. Tor is open source, and you should
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

221) always check the source (or at least the diffs since the last release)
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

222) for suspicious things. If we (or the distributors) don't give you
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

223) source, that's a sure sign something funny might be going on. You
Roger Dingledine update links to verifying-s...

Roger Dingledine authored 15 years ago

224) should also check the <a href="<page verifying-signatures>">PGP
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

225) signatures</a> on the releases, to make sure nobody messed with the
226) distribution sites.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

227) </p>
228) 
229) <p>
230) Also, there might be accidental bugs in Tor that could affect your
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

231) anonymity. We periodically find and fix anonymity-related bugs, so make
232) sure you keep your Tor versions up-to-date.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

233) </p>
234) 
Roger Dingledine apparently we've been putti...

Roger Dingledine authored 14 years ago

235) <hr />
236) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

237) <a id="DistributingTor"></a>
238) <h3><a class="anchor" href="#DistributingTor">Can I distribute Tor on
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

239) my magazine's CD?</a></h3>
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

240) 
241) <p>
242) Yes.
243) </p>
244) 
245) <p>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

246) The Tor software is <a href="https://www.fsf.org/">free software</a>. This
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

247) means we give you the rights to redistribute the Tor software, either
248) modified or unmodified, either for a fee or gratis. You don't have to
249) ask us for specific permission.
250) </p>
251) 
252) <p>
253) However, if you want to redistribute the Tor software you must follow our
Andrew Lewman omnibus update of s/svnsand...

Andrew Lewman authored 14 years ago

254) <a href="<gitblob>LICENSE">LICENSE</a>.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

255) Essentially this means that you need to include our LICENSE file along
256) with whatever part of the Tor software you're distributing.
257) </p>
258) 
259) <p>
260) Most people who ask us this question don't want to distribute just the
261) Tor software, though. They want to distribute the Tor bundles, which
Andrew Lewman update to replace privoxy w...

Andrew Lewman authored 14 years ago

262) typically include <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>
Roger Dingledine change the vidalia index page

Roger Dingledine authored 15 years ago

263) and <a href="<page vidalia/index>">Vidalia</a>.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

264) You will need to follow the licenses for those programs
265) as well. Both of them are distributed under the <a
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

266) href="https://www.fsf.org/licensing/licenses/gpl.html">GNU General
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

267) Public License</a>. The simplest way to obey their licenses is to
268) include the source code for these programs everywhere you include
269) the bundles themselves. Look for "source" packages on the <a
Roger Dingledine change the vidalia index page

Roger Dingledine authored 15 years ago

270) href="<page vidalia/index>">Vidalia page</a> and the <a
Andrew Lewman update to replace privoxy w...

Andrew Lewman authored 14 years ago

271) href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

272) download page</a>.
273) </p>
274) 
275) <p>
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

276) Also, you should make sure not to confuse your readers about what Tor is,
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

277) who makes it, and what properties it provides (and doesn't provide). See
278) our <a href="<page trademark-faq>">trademark FAQ</a> for details.
279) </p>
280) 
281) <p>
282) Lastly, you should realize that we release new versions of the
283) Tor software frequently, and sometimes we make backward incompatible
284) changes. So if you distribute a particular version of the Tor software, it
285) may not be supported &mdash; or even work &mdash; six months later. This
286) is a fact of life for all security software under heavy development.
287) </p>
288) 
Roger Dingledine apparently we've been putti...

Roger Dingledine authored 14 years ago

289) <hr />
290) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

291) <a id="SupportMail"></a>
292) <h3><a class="anchor" href="#SupportMail">How can I get an answer to my
293) Tor support mail?</a></h3>
294) 
295) <p>
296) Many people send the Tor developers mail privately, or send mail to
Roger Dingledine none of our users know what...

Roger Dingledine authored 15 years ago

297) our internal <a href="<page contact>">lists</a>, with questions about their
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

298) specific setup &mdash; they can't get their firewall working right,
Andrew Lewman update to replace privoxy w...

Andrew Lewman authored 14 years ago

299) they can't configure Polipo correctly, or so on. Sometimes our
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

300) volunteers can answer these mails, but typically they need to spend
301) most of their time on development tasks that will benefit more people.
302) This is especially true if your question is already covered in the <a
Andrew Lewman minor edits.

Andrew Lewman authored 14 years ago

303) href="<page documentation>">documentation</a> or on this FAQ.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

304) </p>
305) 
306) <p>
307) So if we don't answer your mail, first check the <a href="<page
308) documentation>">documentation</a> page, along with this FAQ,
309) to make sure your question isn't already answered.  Then read <a
310) href="http://www.catb.org/~esr/faqs/smart-questions.html">"How to ask
311) questions the smart way"</a>. If this doesn't help you, note that we
312) have <a href="<page documentation>#Support">an IRC channel</a> where you
313) can ask your questions (but if they are still open-ended, ill-formed,
314) or not about Tor, you likely won't get much help there either). Lastly,
315) people on the <a href="<page documentation>#MailingLists">or-talk
316) mailing list</a> may be able to provide some hints for you, if
317) others have experienced your problems too. Be sure to look over <a
318) href="http://archives.seul.org/or/talk/">the archives</a> first.
319) </p>
320) 
321) <p>
322) Another strategy is to <a href="<page docs/tor-doc-relay>">run a Tor
323) relay for a while</a>, and/or <a href="<page donate>">donate money</a>
324) <a href="<page volunteer>">or time</a> to the effort. We're more likely
325) to pay attention to people who have demonstrated interest and commitment
326) to giving back to the Tor community.
327) </p>
328) 
329) <p>
Roger Dingledine merge the 'getting support'...

Roger Dingledine authored 15 years ago

330) If you find your answer, please stick around on the IRC channel or the
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

331) mailing list and answer questions from others.
332) </p>
333) 
Roger Dingledine apparently we've been putti...

Roger Dingledine authored 14 years ago

334) <hr />
335) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

336) <a id="WhySlow"></a>
337) <h3><a class="anchor" href="#WhySlow">Why is Tor so slow?</a></h3>
338) 
339) <p>
340) There are many reasons why the Tor network is currently slow.
341) </p>
342) 
343) <p>
344) Before we answer, though, you should realize that Tor is never going to
345) be blazing fast. Your traffic is bouncing through volunteers' computers
346) in various parts of the world, and some bottlenecks and network latency
347) will always be present. You shouldn't expect to see university-style
348) bandwidth through Tor.
349) </p>
350) 
351) <p>
352) But that doesn't mean that it can't be improved. The current Tor network
353) is quite small compared to the number of people trying to use it, and
354) many of these users don't understand or care that Tor can't currently
355) handle file-sharing traffic load.
356) </p>
357) 
Roger Dingledine link to the pdf and video f...

Roger Dingledine authored 14 years ago

358) <p>
359) For the much more in-depth answer, see <a
360) href="https://blog.torproject.org/blog/why-tor-is-slow">Roger's blog
361) post on the topic</a>, which includes both a detailed PDF and a video
362) to go with it.
363) </p>
364) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

365) <p>
366) What can you do to help?
367) </p>
368) 
369) <ul>
370) 
371) <li>
372) <a href="<page docs/tor-doc-relay>">Configure your Tor to relay traffic
373) for others</a>. Help make the Tor network large enough that we can handle
374) all the users who want privacy and security on the Internet.
375) </li>
376) 
377) <li>
378) <a href="<page gui/index>">Help us make Tor more usable</a>. We
379) especially need people to help make it easier to configure your Tor
380) as a relay. Also, we need help with clear simple documentation to
381) walk people through setting it up.
382) </li>
383) 
384) <li>
385) There are some bottlenecks in the current Tor network. Help us design
386) experiments to track down and demonstrate where the problems are, and
387) then we can focus better on fixing them.
388) </li>
389) 
390) <li>
391) There are some steps that individuals
392) can take to improve their Tor performance. <a
393) href="https://wiki.torproject.org/noreply/TheOnionRouter/FireFoxTorPerf">You
394) can configure your Firefox to handle Tor better</a>, <a
395) href="http://www.pps.jussieu.fr/~jch/software/polipo/tor.html">you can use
396) Polipo with Tor</a>, or you can try <a href="<page download>">upgrading
397) to the latest version of Tor</a>.  If this works well, please help by
398) documenting what you did, and letting us know about it.
399) </li>
400) 
401) <li>
402) Tor needs some architectural changes too. One important change is to
Andrew Lewman attempt to fix some wml com...

Andrew Lewman authored 14 years ago

403) start providing <a href="#EverybodyARelay">better service to people who
404) relay traffic</a>. We're working on this, and we'll finish faster if we
405) get to spend more time on it.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

406) </li>
407) 
408) <li>
409) Help do other things so we can do the hard stuff. Please take a moment
410) to figure out what your skills and interests are, and then <a href="<page
411) volunteer>">look at our volunteer page</a>.
412) </li>
413) 
414) <li>
415) Help find sponsors for Tor. Do you work at a company or government agency
416) that uses Tor or has a use for Internet privacy, e.g. to browse the
417) competition's websites discreetly, or to connect back to the home servers
418) when on the road without revealing affiliations? If your organization has
419) an interest in keeping the Tor network working, please contact them about
420) supporting Tor. Without sponsors, Tor is going to become even slower.
421) </li>
422) 
423) <li>
424) If you can't help out with any of the above, you can still help out
425) individually by <a href="<page donate>">donating a bit of money to the
426) cause</a>. It adds up!
427) </li>
428) 
429) </ul>
430) 
Roger Dingledine apparently we've been putti...

Roger Dingledine authored 14 years ago

431) <hr />
432) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

433) <a id="Funding"></a>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

434) <h3><a class="anchor" href="#Funding">What would The Tor Project do with
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

435) more funding?</a></h3>
436) 
437) <p>
Andrew Lewman minor edits.

Andrew Lewman authored 14 years ago

438) We have about 1800 relays right now, pushing over 150 MB/s average
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

439) traffic. We have several hundred thousand active users. But the Tor
440) network is not yet self-sustaining.
441) </p>
442) 
443) <p>
444) There are six main development/maintenance pushes that need attention:
445) </p>
446) 
447) <ul>
448) 
449) <li>
450) Scalability: We need to keep scaling and decentralizing the Tor
451) architecture so it can handle thousands of relays and millions of
452) users. The upcoming stable release is a major improvement, but there's
453) lots more to be done next in terms of keeping Tor fast and stable.
454) </li>
455) 
456) <li>
457) User support: With this many users, a lot of people are asking questions
458) all the time, offering to help out with things, and so on. We need good
459) clean docs, and we need to spend some effort coordinating volunteers.
460) </li>
461) 
462) <li>
463) Relay support: the Tor network is run by volunteers, but they still need
464) attention with prompt bug fixes, explanations when things go wrong,
465) reminders to upgrade, and so on. The network itself is a commons, and
466) somebody needs to spend some energy making sure the relay operators stay
467) happy. We also need to work on <a href="#RelayOS">stability</a> on some
468) platforms &mdash; e.g., Tor relays have problems on Win XP currently.
469) </li>
470) 
471) <li>
472) Usability: Beyond documentation, we also need to work on usability of the
473) software itself. This includes installers, clean GUIs, easy configuration
474) to interface with other applications, and generally automating all of
475) the difficult and confusing steps inside Tor. We've got a start on this
476) with the <a href="<page gui/index>">GUI Contest</a>, but much more work
477) remains &mdash; usability for privacy software has never been easy.
478) </li>
479) 
480) <li>
481) Incentives: We need to work on ways to encourage people to configure
482) their Tors as relays and exit nodes rather than just clients.
483) <a href="#EverybodyARelay">We need to make it easy to become a relay,
484) and we need to give people incentives to do it.</a>
485) </li>
486) 
487) <li>
488) Research: The anonymous communications field is full
489) of surprises and gotchas. In our copious free time, we
490) also help run top anonymity and privacy conferences like <a
491) href="http://petsymposium.org/">PETS</a>. We've identified a set of
492) critical <a href="<page volunteer>#Research">Tor research questions</a>
493) that will help us figure out how to make Tor secure against the variety of
494) attacks out there. Of course, there are more research questions waiting
495) behind these.
496) </li>
497) 
498) </ul>
499) 
500) <p>
501) We're continuing to move forward on all of these, but at this rate
502) <a href="#WhySlow">the Tor network is growing faster than the developers
503) can keep up</a>.
504) Now would be an excellent time to add a few more developers to the effort
505) so we can continue to grow the network.
506) </p>
507) 
508) <p>
509) We are also excited about tackling related problems, such as
510) censorship-resistance.
511) </p>
512) 
513) <p>
514) We are proud to have <a href="<page sponsors>">sponsorship and support</a>
515) from the Omidyar Network, the International Broadcasting Bureau, Bell
516) Security Solutions, the Electronic Frontier Foundation, several government
517) agencies and research groups, and hundreds of private contributors.
518) </p>
519) 
520) <p>
521) However, this support is not enough to keep Tor abreast of changes in the
522) Internet privacy landscape. Please <a href="<page donate>">donate</a>
523) to the project, or <a href="<page contact>">contact</a> our executive
524) director for information on making grants or major donations.
525) </p>
526) 
527) <hr />
528) 
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

529) <a id="HowUninstallTor"></a>
530) <h3><a class="anchor" href="#HowUninstallTor">How do I uninstall Tor?</a></h3>
531) 
532) <p>
533) This depends entirely on how you installed it and which operating system you
534) have. If you installed a package, then hopefully your package has a way to
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

535) uninstall itself. The Windows packages include uninstallers. The proper way to
Andrew Lewman update to replace privoxy w...

Andrew Lewman authored 14 years ago

536) completely remove Tor, Vidalia, Torbutton for Firefox, and Polipo on any
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

537) version of Windows is as follows:
538) </p>
539) 
540) <ol>
541) <li>In your taskbar, right click on Vidalia (the green onion or the black head)
542) and choose exit.</li>
543) <li>Right click on the taskbar to bring up TaskManager. Look for tor.exe in the
544) Process List. If it's running, right click and choose End Process.</li>
545) <li>Click the Start button, go to Programs, go to Vidalia, choose Uninstall.
Andrew Lewman update to replace privoxy w...

Andrew Lewman authored 14 years ago

546) This will remove the Vidalia bundle, which includes Tor and Polipo.</li>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

547) <li>Start Firefox. Go to the Tools menu, choose Add-ons. Select Torbutton.
548) Click the Uninstall button.</li>
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

549) </ol>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

550) 
551) <p>
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

552) If you do not follow these steps (for example by trying to uninstall
Andrew Lewman update to replace privoxy w...

Andrew Lewman authored 14 years ago

553) Vidalia, Tor, and Polipo while they are still running), you will need to
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

554) reboot and manually remove the directory "Program Files\Vidalia Bundle".
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

555) </p>
556) 
557) <p>
558) For Mac OS X, follow the <a
Roger Dingledine clean up some urls on the n...

Roger Dingledine authored 15 years ago

559) href="<page docs/tor-doc-osx>#uninstall">uninstall directions</a>.
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

560) </p>
561) 
562) <p>
563) If you installed by source, I'm afraid there is no easy uninstall method. But
564) on the bright side, by default it only installs into /usr/local/ and it should
565) be pretty easy to notice things there.
566) </p>
567) 
568) <hr />
569) 
Roger Dingledine clean up some urls on the n...

Roger Dingledine authored 15 years ago

570) <a id="PGPSigs"></a>
571) <h3><a class="anchor" href="#PGPSigs">What are these "sig" files on the
572) download page?</a></h3>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

573) 
574) <p>
575) These are PGP signatures, so you can verify that the file you've downloaded is
576) exactly the one that we intended you to get.
577) </p>
578) 
579) <p>
580) Please read the <a
Roger Dingledine update links to verifying-s...

Roger Dingledine authored 15 years ago

581) href="<page verifying-signatures>">verifying signatures</a> page for details.
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

582) </p>
583) 
584) <hr />
585) 
586) <a id="CompileTorWindows"></a>
587) <h3><a class="anchor" href="#CompileTorWindows">How do I compile Tor under
588) Windows?</a></h3>
589) 
590) <p>
Andrew Lewman fix the gitblob link to win...

Andrew Lewman authored 14 years ago

591) Try following the steps at <a href="<gitblob>doc/tor-win32-mingw-creation.txt">
592) tor-win32-mingw-creation.txt</a>.
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

593) </p>
594) 
Roger Dingledine preempt another faq on our faq

Roger Dingledine authored 15 years ago

595) <p>
596) (Note that you don't need to compile Tor yourself in order to use
597) it. Most people just use the packages available on the <a href="<page
598) download>">download page</a>.)
599) </p>
600) 
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

601) <hr />
602) 
Roger Dingledine more useful anchor

Roger Dingledine authored 15 years ago

603) <a id="VirusFalsePositives"></a>
604) <h3><a class="anchor" href="#VirusFalsePositives">Why does my Tor
605) executable appear to have a virus or spyware?</a></h3>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

606) 
607) <p>
608) Sometimes, overzealous Windows virus and spyware detectors trigger on some
609) parts of the Tor Windows binary. Our best guess is that these are false
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

610) positives &mdash; after all, the anti-virus and anti-spyware business is just a
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

611) guessing game anyway. You should contact your vendor and explain that you have
612) a program that seems to be triggering false positives. Or pick a better vendor.
613) </p>
614) 
615) <p>
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

616) In the meantime, we encourage you to not just take our word for
617) it. Our job is to provide the source; if you're concerned, please do <a
618) href="#CompileTorWindows">recompile it yourself</a>.
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

619) </p>
620) 
621) <hr />
622) 
623) <a id="LiveCD"></a>
624) <h3><a class="anchor" href="#LiveCD">Is there a LiveCD or other bundle that
625) includes Tor?</a></h3>
626) 
627) <p>
628) There isn't any official LiveCD at this point. We're still trying to find good
629) solutions and trying to understand the security and anonymity implications of
630) the various options. In the mean time, feel free to check out the list below
631) and use your best judgement:
632) </p>
633) 
634) <p>
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

635) LiveCDs:
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

636) </p>
637) 
638) <ol>
Andrew Lewman it appears incognito livecd...

Andrew Lewman authored 14 years ago

639) <li><a href="https://amnesia.boum.org/">amnesia LiveCD/USB</a> is a Live
640) System aimed at preserving your privacy and anonymity:
641) <ul>
642) <li> All outgoing connections to the Internet are forced to go through
643) the Tor network.</li>
644) <li> No trace is left on local storage devices unless explicitely asked.</li>
645) <li> It includes Firefox, Tor, Torbutton, Vidalia graphical Tor
646) controller, Pidgin Instant Messaging client, and lots of other
647) software.</li>
648) <li> It's based upon Debian gnu/linux and comes with the GNOME desktop
649) environment.</li>
650) </ul>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

651) <li><a href="http://incognito.anonymityanywhere.com/">Incognito LiveCD/USB</a>
652) is a CD you can boot that has several Internet applications (Firefox, IRC,
653) Mail, etc) pre-configured to use Tor. For most computers everything is
654) automatically configured and you're ready to go. You can even copy the CD to a
655) USB drive. Includes TorK.</li>
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

656) <li><a href="http://tork.sourceforge.net/wiki/index.php/LiveCD">TorK LiveCD</a>
657) is Knoppix-based with an emphasis on user-friendliness. You can work
658) anonymously or non-anonymously while TorK tries to keep you informed of the
659) consequences of your activity. The TorK LiveCD is experimental, so the aim is
660) to provide regular releases through 2007 and beyond.</li>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

661) <li><a href="http://mandalka.name/privatix/">Privatix LiveCD/USB</a> is a
662) debian based live-system including tor, firefox and torbutton which can save
663) bookmarks and other settings or data on an encrypted usb-key</li>
Runa A. Sandvik fixed the tags

Runa A. Sandvik authored 14 years ago

664) </li>
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

665) </ol>
666) 
667) <p>
668) Windows bundles:
669) </p>
670) 
671) <ol>
Roger Dingledine clean up some urls on the n...

Roger Dingledine authored 15 years ago

672) <li><a href="<page torbrowser/index>">Tor Browser Bundle</a>
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

673) for Windows comes with a pre-configured web browser and is self contained
674) so you can run it from a USB stick.</li>
675) <li><a href="http://www.janusvm.com/tor_vm/">Tor VM</a> is a successor
676) to JanusVM. It needs testing from you!</li>
677) <li><a href="http://janusvm.com/">JanusVM</a> is a Linux kernel and software
678) running in VMWare that sits between your Windows computer and the Internet,
679) making sure that your Internet traffic is scrubbed and anonymized.</li>
680) <li><a href="http://www.xerobank.com/xB_browser.html">xB Browser</a>,
681) previously known as Torpark, is a Firefox+Tor package for Win32 that can
682) installed on a USB key. It needs a host Win32 operating system.</li>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

683) </ol>
684) 
685) <p>
686) Not currently maintained as far as we know:
687) </p>
688) 
689) <ol>
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

690) <li>Polippix / Privatlivets Fred is a Danish Knoppix-based LiveCD with Tor
691) and utilities to encrypt IP-telephony. <a href="http://polippix.org/">Info and
692) download</a>.</li>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

693) <li>ELE is a Linux LiveCD which is focused on privacy related
694) software. It includes Tor and you can download it at
695) <a
696) href="http://www.northernsecurity.net/download/ele/">http://www.northernsecurity.net/download/ele/</a>.</li>
697) <li>Virtual Privacy Machine is a Linux LiveCD that includes Firefox, Privoxy,
698) Tor, some IRC and IM applications, and a set of ipchains rules aimed to prevent
699) non-Tor traffic from accidentally leaving your computer. More information at
700) <a
Roger Dingledine clean up some urls on the n...

Roger Dingledine authored 15 years ago

701) href="https://wiki.torproject.org/noreply/VirtualPrivacyMachine">https://wiki.torproject.org/noreply/VirtualPrivacyMachine</a>.</li>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

702) <li>Anonym.OS is a LiveCD similar to the above but is based on OpenBSD rather
703) than Linux for maximum security. It was designed to be anonymous and secure
704) from the ground up, and thus has some features and limitations not found in
705) other LiveCDs (Tor related or otherwise). You can obtain more information and
Andrew Lewman attempt to fix some wml com...

Andrew Lewman authored 14 years ago

706) download Anonym.OS from <a href="http://theory.kaos.to/projects.html">Kaos.Theory</a>.</li>
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

707) <li>Phantomix is a LiveCD for anonymous surfing and chatting based on the most
Jan Reister small typo

Jan Reister authored 14 years ago

708) recent KNOPPIX release. It comes preconfigured with Privoxy, Tor and Polipo. You can
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

709) get it from the <a href="http://phantomix.ytternhagen.de/">Phantomix
710) Website</a>.</li>
711) </ol>
712) 
Roger Dingledine clean up the new faq entries

Roger Dingledine authored 15 years ago

713) <p>
714) Please contact us if you know any others.
715) </p>
716) 
Sebastian Hahn Move the "Compilation and I...

Sebastian Hahn authored 15 years ago

717) <hr />
718) 
keb@svn.torproject.org import the ChooseEntryExit...

keb@svn.torproject.org authored 14 years ago

719) <a id="ChooseEntryExit"></a>
720) <h3><a class="anchor" href="#ChooseEntryExit">Can I control which nodes (or country) are used for entry/exit?</a></h3>
721) 
722) <p>
723) Yes. You can set preferred entry and exit nodes as well as 
724) inform Tor which nodes you do not want to use. 
725) The following options can be added to your config file "torrc" 
726) or specified on the command line:
727) </p>
728) <dl>
729)   <dt><tt>EntryNodes $fingerprint,$fingerprint,...</tt></dt>
730)     <dd>A list of preferred nodes to use for the first hop in the circuit, if possible.
731)     </dd>
732)   <dt><tt>ExitNodes $fingerprint,$fingerprint,...</tt></dt>
733)     <dd>A list of preferred nodes to use for the last hop in the circuit, if possible. 
734)     </dd>
735)   <dt><tt>ExcludeNodes $fingerprint,$fingerprint,...</tt></dt>
736)     <dd>A list of nodes to never use when building a circuit. 
737)     </dd>
738)   <dt><tt>ExcludeExitNodes $fingerprint,$fingerprint,...</tt></dt>
739)     <dd>A list of nodes to never use when picking an exit. 
740)         Nodes listed in <tt>ExcludeNodes</tt> are automatically in this list. 
741)     </dd>
742) </dl>
743) <p>
744) <em>We recommend you do not use these</em> 
745) -- they are intended for testing and may disappear in future versions. 
746) You get the best security that Tor can provide when you leave the route selection to Tor; 
747) overriding the entry / exit nodes can mess up your anonymity in ways we don't understand.
748) </p>
749) <p>
750) The <tt>EntryNodes</tt> and <tt>ExitNodes</tt> config options are treated as a request, 
751) meaning if the nodes are down or seem slow, Tor will still avoid them. 
752) You can make the option mandatory by setting 
753) <tt>StrictExitNodes 1</tt> or <tt>StrictEntryNodes 1</tt> 
754) -- but if you do, your Tor connections will stop working 
755) if all of the nodes you have specified become unreachable. 
756) See the <a href="https://www.torproject.org/documentation.html.en#NeatLinks">Tor status pages</a> 
757) for some nodes you might pick.
758) </p>
759) <p>
760) Instead of <tt>$fingerprint</tt> you can also specify 
761) a 2 letter ISO3166 country code in curly braces 
762) (for example {de}), 
763) or an ip address pattern (for example 255.254.0.0/8), 
764) or a node nickname. 
765) Make sure there are no spaces between the commas and the list items. 
766) </p>
767) <p>
768) If you want to access a service directly through Tor's SOCKS interface 
769) (eg. using ssh via connect.c), another option is to 
770) set up an internal mapping in your configuration file using <tt>MapAddress</tt>. 
771) See the manual page for details.
772) </p>
773) 
774) <hr />
775) 
Roger Dingledine add the "why is it easy to...

Roger Dingledine authored 14 years ago

776) <a id="RelayFlexible"></a>
777) <h3><a class="anchor" href="#RelayFlexible">How stable does my relay
778) need to be?</a></h3>
779) 
780) <p>
781) We aim to make setting up a Tor relay easy and convenient:
782) </p>
783) 
784) <ul>
785) <li>Tor has built-in support for <a
786) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#LimitBandwidth">
Andrew Lewman it's hibernate not hib ernate.

Andrew Lewman authored 14 years ago

787) rate limiting</a>. Further, if you have a fast
788) link but want to limit the number of bytes per
789) day (or week or month) that you donate, check out the <a
790) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#Hibernation">hibernation
Roger Dingledine add the "why is it easy to...

Roger Dingledine authored 14 years ago

791) feature</a>.
792) </li>
Andrew Lewman attempt to fix some wml com...

Andrew Lewman authored 14 years ago

793) <li>Each Tor relay has an <a href="#ExitPolicies">exit policy</a> that
794) specifies what sort of outbound connections are allowed or refused from
795) that relay. If you are uncomfortable allowing people to exit from your
796) relay, you can set it up to only allow connections to other Tor relays.
Roger Dingledine add the "why is it easy to...

Roger Dingledine authored 14 years ago

797) </li>
798) <li>It's fine if the relay goes offline sometimes. The directories
799) notice this quickly and stop advertising the relay. Just try to make
800) sure it's not too often, since connections using the relay when it
801) disconnects will break.
802) </li>
803) <li>We can handle relays with dynamic IPs just fine &mdash; simply
804) leave the Address config option blank, and Tor will try to guess.
805) </li>
806) <li>If your relay is behind a NAT and it doesn't know its public
807) IP (e.g. it has an IP of 192.168.x.y), you'll need to set up port
Andrew Lewman fix the gitblob link to win...

Andrew Lewman authored 14 years ago

808) forwarding. Forwarding TCP connections is system dependent but 
809) <a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#ServerForFirewalledClients">this FAQ entry</a> 
810) offers some examples on how to do this.
Roger Dingledine add the "why is it easy to...

Roger Dingledine authored 14 years ago

811) </li>
812) <li>Your relay will passively estimate and advertise its recent
813) bandwidth capacity, so high-bandwidth relays will attract more users than
814) low-bandwidth ones. Therefore having low-bandwidth relays is useful too.
815) </li>
816) </ul>
817) 
818) <hr />
819) 
Roger Dingledine import the exit policy faq...

Roger Dingledine authored 14 years ago

820) <a id="RunARelayBut"></a>
Roger Dingledine RunARelayBut sucks as an an...

Roger Dingledine authored 14 years ago

821) <a id="ExitPolicies"></a>
822) <h3><a class="anchor" href="#ExitPolicies">I'd run a relay, but I don't
Roger Dingledine import the exit policy faq...

Roger Dingledine authored 14 years ago

823) want to deal with abuse issues.</a></h3>
824) 
825) <p>
826) Great. That's exactly why we implemented exit policies.
827) </p>
828) 
829) <p>
Roger Dingledine clean up the RunARelayBut f...

Roger Dingledine authored 14 years ago

830) Each Tor relay has an exit policy that specifies what sort of
831) outbound connections are allowed or refused from that relay. The exit
Roger Dingledine minor faq cleanups

Roger Dingledine authored 14 years ago

832) policies are propagated to Tor clients via the directory, so clients
Roger Dingledine clean up the RunARelayBut f...

Roger Dingledine authored 14 years ago

833) will automatically avoid picking exit relays that would refuse to
834) exit to their intended destination. This way each relay can decide
835) the services, hosts, and networks he wants to allow connections to,
Andrew Lewman fix the gitblob link to win...

Andrew Lewman authored 14 years ago

836) based on abuse potential and his own situation. Read the FAQ entry on 
837) <a href="<page faq-abuse>#TypicalAbuses">issues you might encounter</a> 
838) if you use the default exit policy, and then read Mike Perry's 
Andrew Lewman attempt to fix some wml com...

Andrew Lewman authored 14 years ago

839) <a href="https://blog.torproject.org/blog/tips-running-exit-node-minimal-harassment">tips
Roger Dingledine clean up the RunARelayBut f...

Roger Dingledine authored 14 years ago

840) for running an exit node with minimal harassment</a>.
841) </p>
842) 
843) <p>
Andrew Lewman fix the gitblob link to win...

Andrew Lewman authored 14 years ago

844) The default exit policy allows access to many popular services (e.g. web browsing), but 
845) <a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#DefaultPorts">restricts</a>
Roger Dingledine clean up the RunARelayBut f...

Roger Dingledine authored 14 years ago

846) some due to abuse potential (e.g. mail) and some since
847) the Tor network can't handle the load (e.g. default
848) file-sharing ports). You can change your exit policy
Andrew Lewman fix the gitblob link to win...

Andrew Lewman authored 14 years ago

849) using Vidalia's "Sharing" tab, or by manually editing your 
850) <a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#torrc">torrc</a>
Roger Dingledine clean up the RunARelayBut f...

Roger Dingledine authored 14 years ago

851) file. If you want to avoid most if not all abuse potential, set it to
Roger Dingledine minor faq cleanups

Roger Dingledine authored 14 years ago

852) "reject *:*" (or un-check all the boxes in Vidalia). This setting means
853) that your relay will be used for relaying traffic inside the Tor network,
854) but not for connections to external websites or other services.
Roger Dingledine clean up the RunARelayBut f...

Roger Dingledine authored 14 years ago

855) </p>
856) 
857) <p>
Roger Dingledine minor faq cleanups

Roger Dingledine authored 14 years ago

858) If you do allow any exit connections, make sure name resolution works
859) (that is, your computer can resolve Internet addresses correctly).
Roger Dingledine clean up the RunARelayBut f...

Roger Dingledine authored 14 years ago

860) If there are any resources that your computer can't reach (for example,
861) you are behind a restrictive firewall or content filter), please
862) explicitly reject them in your exit policy &mdash; otherwise Tor users
863) will be impacted too.
Roger Dingledine import the exit policy faq...

Roger Dingledine authored 14 years ago

864) </p>
865) 
866) <hr />
867) 
Roger Dingledine Should I be a normal relay...

Roger Dingledine authored 14 years ago

868) <a id="RelayOrBridge"></a>
869) <h3><a class="anchor" href="#RelayOrBridge">Should I be a normal relay
870) or bridge relay?</a></h3>
871) 
872) <p><a href="<page bridges>">Bridge relays</a> (or "bridges" for short)
Roger Dingledine minor faq cleanups

Roger Dingledine authored 14 years ago

873) are <a href="<page docs/tor-doc-relay>">Tor relays</a> that aren't listed
874) in the main Tor directory. That means
Roger Dingledine Should I be a normal relay...

Roger Dingledine authored 14 years ago

875) that even an ISP or government trying to filter connections to the Tor
876) network probably won't be able to block all the bridges.
877) </p>
878) 
879) <p>Being a normal relay vs being a bridge relay is almost the same
880) configuration: it's just a matter of whether your relay is listed
881) publically or not.
882) </p>
883) 
884) <p>Right now, there are roughly zero places in the world that filter
885) connections to the Tor network. So getting a lot of bridges running
886) right now is mostly a backup measure, a) in case the Tor network does
887) get blocked somewhere, and b) for people who want an extra layer of
888) security because they're worried somebody will recognize that it's a
Roger Dingledine minor faq cleanups

Roger Dingledine authored 14 years ago

889) public Tor relay IP address they're contacting.
Roger Dingledine Should I be a normal relay...

Roger Dingledine authored 14 years ago

890) </p>
891) 
892) <p>So should you run a normal relay or bridge relay? If you have
893) lots of bandwidth, you should definitely run a normal relay &mdash;
Andrew Lewman fix the gitblob link to win...

Andrew Lewman authored 14 years ago

894) bridge relays see very little use these days. If you're willing to 
895) <a href="#ExitPolicies">be an exit</a>, you should definitely run a normal
Roger Dingledine Should I be a normal relay...

Roger Dingledine authored 14 years ago

896) relay, since we need more exits. If you can't be an exit and only have
897) a little bit of bandwidth, then flip a coin. Thanks for volunteering!
898) </p>
899) 
900) <hr />
901) 
Sebastian Hahn Add a short paragraph to ad...

Sebastian Hahn authored 15 years ago

902) <a id="WhyNotNamed"></a>
903) <h3><a class="anchor" href="#WhyNotNamed">Why is my Tor relay not named?</a></h3>
904) 
905) <p>
906) We currently use these metrics to determine if your relay should be named:<br />
907) </p>
908) <ul>
909) <li>The name is not currently mapped to a different key. Existing mappings
910) are removed after 6 months of inactivity from a relay.</li>
911) <li>The relay must have been around for at least two weeks.</li>
912) <li>No other router may have wanted the same name in the past month.</li>
913) </ul>
914) 
915) <hr />
916) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

917) <a id="KeyManagement"></a>
Roger Dingledine clarify what sort of encryp...

Roger Dingledine authored 15 years ago

918) <h3><a class="anchor" href="#KeyManagement">Tell me about all the keys
919) Tor uses.</a></h3>
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

920) 
921) <p>
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

922) Tor uses a variety of different keys, with three goals in mind: 1)
Roger Dingledine clarify what sort of encryp...

Roger Dingledine authored 15 years ago

923) encryption to ensure privacy of data within the Tor network, 2)
924) authentication so clients know they're
925) talking to the relays they meant to talk to, and 3) signatures to make
926) sure all clients know the same set of relays.
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

927) </p>
928) 
929) <p>
930) <b>Encryption</b>: first, all connections in Tor use TLS link encryption,
931) so observers can't look inside to see which circuit a given cell is
932) intended for. Further, the Tor client establishes an ephemeral encryption
933) key with each relay in the circuit, so only the exit relay can read
934) the cells. Both sides discard the circuit key when the circuit ends,
935) so logging traffic and then breaking into the relay to discover the key
936) won't work.
937) </p>
938) 
939) <p>
940) <b>Authentication</b>:
941) Every Tor relay has a public decryption key called the "onion key".
942) When the Tor client establishes circuits, at each step it <a
Andrew Lewman omnibus update of s/svnsand...

Andrew Lewman authored 14 years ago

943) href="<gitblob>doc/design-paper/tor-design.html#subsec:circuits">demands
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

944) that the Tor relay prove knowledge of its onion key</a>. That way
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

945) the first node in the path can't just spoof the rest of the path.
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

946) Each relay rotates its onion key once a week.
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

947) </p>
948) 
949) <p>
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

950) <b>Coordination</b>:
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

951) How do clients know what the relays are, and how do they know that they
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

952) have the right keys for them? Each relay has a long-term public signing
953) key called the "identity key". Each directory authority additionally has a
Roger Dingledine link to more info, for thos...

Roger Dingledine authored 15 years ago

954) "directory signing key". The directory authorities <a
Andrew Lewman omnibus update of s/svnsand...

Andrew Lewman authored 14 years ago

955) href="<gitblob>doc/spec/dir-spec.txt">provide a signed list</a>
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

956) of all the known relays, and in that list are a set of certificates from
957) each relay (self-signed by their identity key) specifying their keys,
958) locations, exit policies, and so on. So unless the adversary can control
959) a threshold of the directory authorities, he can't trick the Tor client
960) into using other Tor relays.
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

961) </p>
962) 
963) <p>
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

964) How do clients know what the directory authorities are? The Tor software
965) comes with a built-in list of location and public key for each directory
966) authority. So the only way to trick users into using a fake Tor network
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

967) is to give them a specially modified version of the software.
968) </p>
Roger Dingledine eventually i might put some...

Roger Dingledine authored 15 years ago

969) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

970) <p>
971) How do users know they've got the right software? When we distribute
972) the source code or a package, we digitally sign it with <a
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

973) href="http://www.gnupg.org/">GNU Privacy Guard</a>. See the <a
Roger Dingledine update links to verifying-s...

Roger Dingledine authored 15 years ago

974) href="<page verifying-signatures>">instructions
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

975) on how to check Tor's signatures</a>.
976) </p>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

977) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

978) <p>
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

979) In order to be certain that it's really signed by us, you need to have
980) met us in person and gotten a copy of our GPG key fingerprint, or you
981) need to know somebody who has. If you're concerned about an attack on
982) this level, we recommend you get involved with the security community
983) and start meeting people.
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

984) </p>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

985) 
Sebastian Hahn Move the abuse section from...

Sebastian Hahn authored 15 years ago

986) <hr />
987) 
Roger Dingledine import the EverybodyARelay...

Roger Dingledine authored 15 years ago

988) <a id="EverybodyARelay"></a>
989) <h3><a class="anchor" href="#EverybodyARelay">You should make every Tor
990) user be a relay.</a></h3>
991) 
992) <p>
993) Requiring every Tor user to be a relay would help with scaling the
Roger Dingledine a few more link cleanups

Roger Dingledine authored 15 years ago

994) network to handle all our users, and <a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#RelayAnonymity">running a Tor
Roger Dingledine a fresh set of excuses why...

Roger Dingledine authored 15 years ago

995) relay may help your anonymity</a>. However, many Tor users cannot be good
996) relays &mdash; for example, some Tor clients operate from behind restrictive
997) firewalls, connect via modem, or otherwise aren't in a position where they
998) can relay traffic. Providing service to these clients is a critical
Roger Dingledine import the EverybodyARelay...

Roger Dingledine authored 15 years ago

999) part of providing effective anonymity for everyone, since many Tor users
1000) are subject to these or similar constraints and including these clients
1001) increases the size of the anonymity set.
1002) </p>
1003) 
1004) <p>
1005) That said, we do want to encourage Tor users to run relays, so what we
1006) really want to do is simplify the process of setting up and maintaining
Roger Dingledine a fresh set of excuses why...

Roger Dingledine authored 15 years ago

1007) a relay. We've made a lot of progress with easy configuration in the past
1008) few years: Vidalia has an easy relay configuration interface, and supports
1009) uPnP too. Tor is good at automatically detecting whether it's reachable and
1010) how much bandwidth it can offer.
Roger Dingledine import the EverybodyARelay...

Roger Dingledine authored 15 years ago

1011) </p>
1012) 
1013) <p>
1014) There are five steps we need to address before we can do this though:
1015) </p>
1016) 
1017) <p>
Roger Dingledine a fresh set of excuses why...

Roger Dingledine authored 15 years ago

1018) First, we need to make Tor stable as a relay on all common
1019) operating systems. The main remaining platform is Windows,
1020) and we plan to finally address that in 2009. See Section 4.1 of <a
1021) href="https://www.torproject.org/press/2008-12-19-roadmap-press-release">our
1022) development roadmap</a>.
Roger Dingledine import the EverybodyARelay...

Roger Dingledine authored 15 years ago

1023) </p>
1024) 
1025) <p>
Roger Dingledine a fresh set of excuses why...

Roger Dingledine authored 15 years ago

1026) Second, we still need to get better at automatically estimating
1027) the right amount of bandwidth to allow. See item #7 on the
1028) <a href="<page volunteer>#Research">research section of the
1029) volunteer page</a>: "Tor doesn't work very well when relays
1030) have asymmetric bandwidth (e.g. cable or DSL)". It might be that <a
1031) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#TransportIPnotTCP">switching
1032) to UDP transport</a> is the simplest answer here &mdash; which alas is
1033) not a very simple answer at all.
Roger Dingledine import the EverybodyARelay...

Roger Dingledine authored 15 years ago

1034) </p>
1035) 
1036) <p>
Roger Dingledine a fresh set of excuses why...

Roger Dingledine authored 15 years ago

1037) Third, we need to work on scalability, both of the network (how to
1038) stop requiring that all Tor relays be able to connect to all Tor
1039) relays) and of the directory (how to stop requiring that all Tor
1040) users know about all Tor relays). Changes like this can have large
1041) impact on potential and actual anonymity. See Section 5 of the <a
Andrew Lewman omnibus update of s/svnsand...

Andrew Lewman authored 14 years ago

1042) href="<gitblob>doc/design-paper/challenges.pdf">Challenges</a> paper
Roger Dingledine a fresh set of excuses why...

Roger Dingledine authored 15 years ago

1043) for details. Again, UDP transport would help here.
Roger Dingledine import the EverybodyARelay...

Roger Dingledine authored 15 years ago

1044) </p>
1045) 
1046) <p>
Roger Dingledine a fresh set of excuses why...

Roger Dingledine authored 15 years ago

1047) Fourth, we need to better understand the risks from
1048) letting the attacker send traffic through your relay while
1049) you're also initiating your own anonymized traffic. <a
1050) href="http://freehaven.net/anonbib/#back01">Three</a> <a
1051) href="http://freehaven.net/anonbib/#clog-the-queue">different</a>
1052) <a href="http://freehaven.net/anonbib/#torta05">research</a> papers
1053) describe ways to identify the relays in a circuit by running traffic
1054) through candidate relays and looking for dips in the traffic while the
1055) circuit is active. These clogging attacks are not that scary in the Tor
1056) context so long as relays are never clients too. But if we're trying to
1057) encourage more clients to turn on relay functionality too (whether as
1058) <a href="<page bridges>">bridge relays</a> or as normal relays), then
1059) we need to understand this threat better and learn how to mitigate it.
Roger Dingledine import the EverybodyARelay...

Roger Dingledine authored 15 years ago

1060) </p>
1061) 
1062) <p>
1063) Fifth, we might need some sort of incentive scheme to encourage people
1064) to relay traffic for others, and/or to become exit nodes. Here are our
Roger Dingledine fill in an href i left blank

Roger Dingledine authored 15 years ago

1065) <a href="https://blog.torproject.org/blog/two-incentive-designs-tor">current
1066) thoughts on Tor incentives</a>.
Roger Dingledine import the EverybodyARelay...

Roger Dingledine authored 15 years ago

1067) </p>
1068) 
1069) <p>
1070) Please help on all of these!
1071) </p>
1072) 
1073) <hr />
1074) 
Sebastian Hahn Move the abuse section from...

Sebastian Hahn authored 15 years ago

1075) <a id="Criminals"></a>
1076) <h3><a class="anchor" href="#Criminals">Doesn't Tor enable criminals to do bad
1077) things?</a></h3>
1078) 
1079) <p>
Roger Dingledine minor faq cleanups

Roger Dingledine authored 14 years ago

1080) For the answer to this question and others, please see our <a
Roger Dingledine clean up some urls on the n...

Roger Dingledine authored 15 years ago

1081) href="<page faq-abuse>">Tor Abuse FAQ</a>.
Sebastian Hahn Move the abuse section from...

Sebastian Hahn authored 15 years ago

1082) </p>
1083) 
1084) <hr />
1085) 
1086) <a id="RespondISP"></a>
1087) <h3><a class="anchor" href="#RespondISP">How do I respond to my ISP about my
1088) exit relay?</a></h3>
1089) 
1090) <p>
1091) A collection of templates for successfully responding to ISPs is <a
1092) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorAbuseTemplates">collected
1093) here</a>.
1094) </p>
1095) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

1096) <hr />
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

1097) 
Roger Dingledine eventually i might put some...

Roger Dingledine authored 15 years ago

1098)   </div><!-- #main -->
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

1099) 
1100) #include <foot.wmi>