c4c6efcb7d4dd777d6cd8361b2c1a3a9a354dc6a
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 2-medium
4) 
5) #include "head.wmi" TITLE="Tor Project: FAQ" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/faq>">FAQ</a>
11)   </div>
12)   <div id="maincol">
13)     <!-- PUT CONTENT AFTER THIS TAG -->
14)     <h1>Tor FAQ</h1>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

15)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

16) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

17)     <p>General questions:</p>
18)     <ul>
19)     <li><a href="#WhatIsTor">What is Tor?</a></li>
20)     <li><a href="#Torisdifferent">How is Tor different from other proxies?</a></li>
21)     <li><a href="#CompatibleApplications">What programs can I use with
22)     Tor?</a></li>
23)     <li><a href="#WhyCalledTor">Why is it called Tor?</a></li>
24)     <li><a href="#Backdoor">Is there a backdoor in Tor?</a></li>
25)     <li><a href="#DistributingTor">Can I distribute Tor on my magazine's
26)     CD?</a></li>
27)     <li><a href="#SupportMail">How can I get an answer to my
28)     Tor support mail?</a></li>
29)     <li><a href="#WhySlow">Why is Tor so slow?</a></li>
30)     <li><a href="#Funding">What would The Tor Project do with more
31)     funding?</a></li>
Roger Dingledine import, and correct the fal...

Roger Dingledine authored 13 years ago

32)     <li><a href="#Metrics">How many people use Tor? How many relays or
33)     exit nodes are there?</a></li>
Robert Ransom Fix typo

Robert Ransom authored 12 years ago

34)     <li><a href="#SSLcertfingerprint">What are your SSL certificate
Andrew Lewman update the faq with the ssl...

Andrew Lewman authored 13 years ago

35)     fingerprints?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

36)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

37) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

38)     <p>Compilation and Installation:</p>
39)     <ul>
40)     <li><a href="#HowUninstallTor">How do I uninstall Tor?</a></li>
41)     <li><a href="#PGPSigs">What are these "sig" files on the download
42)     page?</a></li>
Roger Dingledine resurrect our finding-tor p...

Roger Dingledine authored 13 years ago

43)     <li><a href="#GetTor">Your website is blocked in my country. How
44)     do I download Tor?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

45)     <li><a href="#CompileTorWindows">How do I compile Tor under Windows?</a></li>
46)     <li><a href="#VirusFalsePositives">Why does my Tor executable appear to
47)     have a virus or spyware?</a></li>
48)     <li><a href="#LiveCD">Is there a LiveCD or other bundle that includes Tor?</a></li>
49)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

50) 
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

51)     <p>Tor Browser Bundle:</p>
52)     <ul>
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

53) 
54)     <li><a href="#TBBSocksPort">I'm on OSX or Linux and I want to
55)     run another application through the Tor launched by Tor Browser
56)     Bundle. How do I predict my SOCKS port?</a></li>
57)     <li><a href="#TBBPolipo">I need an HTTP proxy. Where did Polipo
58)     go?</a></li>
59)     <li><a href="#TBBOtherBrowser">I want to use Chrome/IE/Opera/etc
60)     with Tor.</a></li>
61)     <li><a href="#TBBCloseBrowser">I want to leave Tor Browser Bundle
62)     running but close the browser.</a></li>
63) 
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

64)     <li><a href="#GoogleCaptcha">Google makes me solve a Captcha or tells
65)     me I have spyware installed.</a></li>
66)     <li><a href="#GmailWarning">Gmail warns me that my account may have
67)     been compromised.</a></li>
68)     </ul>
69) 
70)     <p>Advanced Tor usage:</p>
Roger Dingledine import and rewrite the #tor...

Roger Dingledine authored 13 years ago

71)     <ul>
72)     <li><a href="#torrc">I'm supposed to "edit my torrc". What does
73)     that mean?</a></li>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

74)     <li><a href="#Logs">How do I set up logging, or see Tor's
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

75)     logs?</a></li>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

76)     <li><a href="#DoesntWork">I installed Tor and Polipo but it's not
77)     working.</a></li>
78)     <li><a href="#VidaliaPassword">Tor/Vidalia prompts for a password at
79)     start.</a></li>
80)     <li><a href="#ChooseEntryExit">Can I control which nodes (or country)
81)     are used for entry/exit?</a></li>
Roger Dingledine import, and correct the fal...

Roger Dingledine authored 13 years ago

82)     <li><a href="#FirewallPorts">My firewall only allows a few outgoing
83)     ports.</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

84)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

85) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

86)     <p>Running a Tor relay:</p>
87)     <ul>
88)     <li><a href="#RelayFlexible">How stable does my relay need to be?</a></li>
89)     <li><a href="#ExitPolicies">I'd run a relay, but I don't want to deal
90)     with abuse issues.</a></li>
91)     <li><a href="#RelayOrBridge">Should I be a normal relay or bridge
92)     relay?</a></li>
Roger Dingledine fix the faq anchors that ha...

Roger Dingledine authored 13 years ago

93)     <li><a href="#MultipleRelays">I want to run more than one relay.</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

94)     <li><a href="#RelayMemory">Why is my Tor relay using so much memory?</a></li>
95)     <li><a href="#WhyNotNamed">Why is my Tor relay not named?</a></li>
Roger Dingledine change faq title

Roger Dingledine authored 12 years ago

96)     <li><a href="#RelayDonations">Can I donate for a relay rather than
97)     run my own?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

98)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

99) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

100)     <p>Running a Tor hidden service:</p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

101) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

102)     <p>Anonymity and Security:</p>
103)     <ul>
104)     <li><a href="#KeyManagement">Tell me about all the keys Tor uses.</a></li>
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

105)     <li><a href="#EntryGuards">What are Entry Guards?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

106)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

107) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

108)     <p>Alternate designs that we don't do (yet):</p>
109)     <ul>
110)     <li><a href="#EverybodyARelay">You should make every Tor user be a
111)     relay.</a></li>
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

112)     <li><a href="#TransportIPnotTCP">You should transport all IP packets,
113)     not just TCP packets.</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

114)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

115) 
Roger Dingledine import and rewrite the #tor...

Roger Dingledine authored 13 years ago

116)     <p>Abuse:</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

117)     <ul>
118)     <li><a href="#Criminals">Doesn't Tor enable criminals to do bad things?</a></li>
119)     <li><a href="#RespondISP">How do I respond to my ISP about my exit
120)     relay?</a></li>
121)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

122) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

123)     <p>For other questions not yet on this version of the FAQ, see the <a
Roger Dingledine fix a bunch of broken links...

Roger Dingledine authored 13 years ago

124)     href="<wikifaq>">wiki FAQ</a> for now.</p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

125) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

126)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

127) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

128)     <a id="General"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

129) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

130)     <a id="WhatIsTor"></a>
131)     <h3><a class="anchor" href="#WhatIsTor">What is Tor?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

132) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

133)     <p>
134)     The name "Tor" can refer to several different components.
135)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

136) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

137)     <p>
138)     The Tor software is a program you can run on your computer that helps keep
139)     you safe on the Internet. Tor protects you by bouncing your communications
140)     around a distributed network of relays run by volunteers all around
141)     the world: it prevents somebody watching your Internet connection from
142)     learning what sites you visit, and it prevents the sites you visit
143)     from learning your physical location. This set of volunteer relays is
144)     called the Tor network. You can read more about how Tor works on the <a
145)     href="<page about/overview>">overview page</a>.
146)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

147) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

148)     <p>
149)     The Tor Project is a non-profit (charity) organization that maintains
150)     and develops the Tor software.
151)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

152) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

153)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

154) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

155)     <a id="Torisdifferent"></a>
156)     <h3><a class="anchor" href="#Torisdifferent">How is Tor different from other proxies?</a></h3>
157)     <p>
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

158)     A typical proxy provider sets up a server somewhere on the Internet and
159) allows you to use it to relay your traffic.  This creates a simple, easy to
160) maintain architecture.  The users all enter and leave through the same server.
161) The provider may charge for use of the proxy, or fund their costs through
162) advertisements on the server.  In the simplest configuration, you don't have to
163) install anything.  You just have to point your browser at their proxy server.
164) Simple proxy providers are fine solutions if you do not want protections for
165) your privacy and anonymity online and you trust the provider from doing bad
166) things.  Some simple proxy providers use SSL to secure your connection to them.
167) This may protect you against local eavesdroppers, such as those at a cafe with
168) free wifi Internet.
169)     </p>
170)     <p>
171)     Simple proxy providers also create a single point of failure.  The provider
172) knows who you are and where you browse on the Internet.  They can see your
Roger Dingledine minor faq cleanups

Roger Dingledine authored 12 years ago

173) traffic as it passes through their server.  In some cases, they can even see
174) inside your
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

175) encrypted traffic as they relay it to your banking site or to ecommerce stores.
176) You have to trust the provider isn't doing any number of things, such as
177) watching your traffic, injecting their own advertisements into your traffic
Roger Dingledine minor faq cleanups

Roger Dingledine authored 12 years ago

178) stream, and recording your personal details.
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

179)     </p>
180)     <p>
181)     Tor passes your traffic through at least 3 different servers before sending
Roger Dingledine minor faq cleanups

Roger Dingledine authored 12 years ago

182) it on to the destination. Because there's a separate layer of encryption for
183) each of the three relays, Tor does not modify, or even know, what you are
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

184) sending into it.  It merely relays your traffic, completely encrypted through
185) the Tor network and has it pop out somewhere else in the world, completely
186) intact.  The Tor client is required because we assume you trust your local
187) computer.  The Tor client manages the encryption and the path chosen through
188) the network.  The relays located all over the world merely pass encrypted
189) packets between themselves.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

190)     <p>
191)     <dl>
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

192)     <dt>Doesn't the first server see who I am?</dt><dd>Possibly. A bad first of
193) three servers can see encrypted Tor traffic coming from your computer.  It
194) still doesn't know who you are and what you are doing over Tor.  It merely sees
195) "This IP address is using Tor".  Tor is not illegal anywhere in the world, so
196) using Tor by itself is fine.  You are still protected from this node figuring
197) out who you are and where you are going on the Internet.</dd>
198)     <dt>Can't the third server see my traffic?</dt><dd>Possibly.  A bad third
199) of three servers can see the traffic you sent into Tor.  It won't know who sent
200) this traffic.  If you're using encryption, such as visiting a bank or
201) e-commerce website, or encrypted mail connections, etc, it will only know the
202) destination.  It won't be able to see the data inside the traffic stream.  You
203) are still protected from this node figuring out who you are and if using
204) encryption, what data you're sending to the destination.</dd>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

205)     </dl>
206)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

207) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

208)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

209) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

210)     <a id="CompatibleApplications"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

211)     <h3><a class="anchor" href="#CompatibleApplications">What programs can I use with Tor?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

212) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

213)     <p>
214)     There are two pieces to "Torifying" a program: connection-level anonymity
215)     and application-level anonymity. Connection-level anonymity focuses on
216)     making sure the application's Internet connections get sent through Tor.
217)     This step is normally done by configuring
218)     the program to use your Tor client as a "socks" proxy, but there are
219)     other ways to do it too. For application-level anonymity, you need to
220)     make sure that the information the application sends out doesn't hurt
221)     your privacy. (Even if the connections are being routed through Tor, you
222)     still don't want to include sensitive information like your name.) This
223)     second step needs to be done on a program-by-program basis, which is
224)     why we don't yet recommend very many programs for safe use with Tor.
225)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

226) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

227)     <p>
228)     Most of our work so far has focused on the Firefox web browser. The
229)     bundles on the <a href="<page download/download>">download page</a> automatically
Andrew Lewman get the website to build cl...

Andrew Lewman authored 13 years ago

230)     install the <a href="<page torbutton/index>">Torbutton Firefox
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

231)     extension</a> if you have Firefox installed. As of version 1.2.0,
232)     Torbutton now takes care of a lot of the connection-level and
233)     application-level worries.
234)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

235) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

236)     <p>
237)     There are plenty of other programs you can use with Tor,
238)     but we haven't researched the application-level anonymity
239)     issues on them well enough to be able to recommend a safe
240)     configuration. Our wiki has a list of instructions for <a
Karsten Loesing Update wiki links

Karsten Loesing authored 12 years ago

241)     href="<wiki>doc/TorifyHOWTO">Torifying
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

242)     specific applications</a>. There's also a <a
Karsten Loesing Update wiki links

Karsten Loesing authored 12 years ago

243)     href="<wiki>doc/SupportPrograms">list
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

244)     of applications that help you direct your traffic through Tor</a>.
245)     Please add to these lists and help us keep them accurate!
246)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

247) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

248)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

249) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

250)     <a id="WhyCalledTor"></a>
251)     <h3><a class="anchor" href="#WhyCalledTor">Why is it called Tor?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

252) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

253)     <p>
254)     Because Tor is the onion routing network. When we were starting the
255)     new next-generation design and implementation of onion routing in
256)     2001-2002, we would tell people we were working on onion routing,
257)     and they would say "Neat. Which one?" Even if onion routing has
258)     become a standard household term, Tor was born out of the actual <a
259)     href="http://www.onion-router.net/">onion routing project</a> run by
260)     the Naval Research Lab.
261)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

262) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

263)     <p>
264)     (It's also got a fine translation from German and Turkish.)
265)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

266) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

267)     <p>
268)     Note: even though it originally came from an acronym, Tor is not spelled
269)     "TOR". Only the first letter is capitalized. In fact, we can usually
270)     spot people who haven't read any of our website (and have instead learned
271)     everything they know about Tor from news articles) by the fact that they
272)     spell it wrong.
273)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

274) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

275)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

276) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

277)     <a id="Backdoor"></a>
278)     <h3><a class="anchor" href="#Backdoor">Is there a backdoor in Tor?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

279) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

280)     <p>
281)     There is absolutely no backdoor in Tor. Nobody has asked us to put one
282)     in, and we know some smart lawyers who say that it's unlikely that anybody
283)     will try to make us add one in our jurisdiction (U.S.). If they do
284)     ask us, we will fight them, and (the lawyers say) probably win.
285)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

286) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

287)     <p>
288)     We think that putting a backdoor in Tor would be tremendously
289)     irresponsible to our users, and a bad precedent for security software
290)     in general. If we ever put a deliberate backdoor in our security
291)     software, it would ruin our professional reputations. Nobody would
292)     trust our software ever again &mdash; for excellent reason!
293)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

294) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

295)     <p>
296)     But that said, there are still plenty of subtle attacks
297)     people might try. Somebody might impersonate us, or break into our
298)     computers, or something like that. Tor is open source, and you should
299)     always check the source (or at least the diffs since the last release)
300)     for suspicious things. If we (or the distributors) don't give you
301)     source, that's a sure sign something funny might be going on. You
302)     should also check the <a href="<page docs/verifying-signatures>">PGP
303)     signatures</a> on the releases, to make sure nobody messed with the
304)     distribution sites.
305)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

306) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

307)     <p>
308)     Also, there might be accidental bugs in Tor that could affect your
309)     anonymity. We periodically find and fix anonymity-related bugs, so make
310)     sure you keep your Tor versions up-to-date.
311)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

312) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

313)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

314) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

315)     <a id="DistributingTor"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

316)     <h3><a class="anchor" href="#DistributingTor">Can I distribute Tor on my magazine's CD?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

317) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

318)     <p>
319)     Yes.
320)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

321) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

322)     <p>
323)     The Tor software is <a href="https://www.fsf.org/">free software</a>. This
324)     means we give you the rights to redistribute the Tor software, either
325)     modified or unmodified, either for a fee or gratis. You don't have to
326)     ask us for specific permission.
327)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

328) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

329)     <p>
330)     However, if you want to redistribute the Tor software you must follow our
331)     <a href="<gitblob>LICENSE">LICENSE</a>.
332)     Essentially this means that you need to include our LICENSE file along
333)     with whatever part of the Tor software you're distributing.
334)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

335) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

336)     <p>
337)     Most people who ask us this question don't want to distribute just the
338)     Tor software, though. They want to distribute the Tor bundles, which
339)     typically include <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>
340)     and <a href="<page projects/vidalia>">Vidalia</a>.
341)     You will need to follow the licenses for those programs
342)     as well. Both of them are distributed under the <a
343)     href="https://www.fsf.org/licensing/licenses/gpl.html">GNU General
344)     Public License</a>. The simplest way to obey their licenses is to
345)     include the source code for these programs everywhere you include
346)     the bundles themselves. Look for "source" packages on the <a
347)     href="<page projects/vidalia>">Vidalia page</a> and the <a
348)     href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo
349)     download page</a>.
350)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

351) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

352)     <p>
353)     Also, you should make sure not to confuse your readers about what Tor is,
354)     who makes it, and what properties it provides (and doesn't provide). See
355)     our <a href="<page docs/trademark-faq>">trademark FAQ</a> for details.
356)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

357) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

358)     <p>
359)     Lastly, you should realize that we release new versions of the
360)     Tor software frequently, and sometimes we make backward incompatible
361)     changes. So if you distribute a particular version of the Tor software, it
362)     may not be supported &mdash; or even work &mdash; six months later. This
363)     is a fact of life for all security software under heavy development.
364)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

365) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

366)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

367) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

368)     <a id="SupportMail"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

369)     <h3><a class="anchor" href="#SupportMail">How can I get an answer to my Tor support mail?</a></h3>
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

370) 
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

371)     <p>There is no official support for Tor. Your best bet is to try the following:</p>
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

372)     <ol>
373)     <li>Read through this <a href="<page docs/faq>">FAQ</a>.</li>
374)     <li>Read through the <a href="<page docs/documentation>">documentation</a>.</li>
375)     <li>Read through the <a
Robert Ransom Update mailing list subscri...

Robert Ransom authored 13 years ago

376)     href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk">tor-talk
377)     archives</a> and
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

378)     see if your question is already answered.</li>
379)     <li>Join our <a href="irc://irc.oftc.net#tor">irc channel</a> and
380)     state the issue and wait for help.</li>
381)     <li>Send an email to tor-assistants at torproject.org. These are
382)     volunteers who may be able to help you but you may not get a response
383)     for days.</li>
384)     </ol>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

385) 
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

386)     <p>If you find your answer, please stick around on the IRC channel or the
387)     mailing list and answer questions from others.</p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

388) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

389)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

390) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

391)     <a id="WhySlow"></a>
392)     <h3><a class="anchor" href="#WhySlow">Why is Tor so slow?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

393) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

394)     <p>
395)     There are many reasons why the Tor network is currently slow.
396)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

397) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

398)     <p>
399)     Before we answer, though, you should realize that Tor is never going to
400)     be blazing fast. Your traffic is bouncing through volunteers' computers
401)     in various parts of the world, and some bottlenecks and network latency
402)     will always be present. You shouldn't expect to see university-style
403)     bandwidth through Tor.
404)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

405) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

406)     <p>
407)     But that doesn't mean that it can't be improved. The current Tor network
408)     is quite small compared to the number of people trying to use it, and
409)     many of these users don't understand or care that Tor can't currently
410)     handle file-sharing traffic load.
411)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

412) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

413)     <p>
414)     For the much more in-depth answer, see <a
Roger Dingledine fix another 404 from the fr...

Roger Dingledine authored 13 years ago

415)     href="<blog>why-tor-is-slow">Roger's blog
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

416)     post on the topic</a>, which includes both a detailed PDF and a video
417)     to go with it.
418)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

419) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

420)     <p>
421)     What can you do to help?
422)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

423) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

424)     <ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

425) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

426)     <li>
427)     <a href="<page docs/tor-doc-relay>">Configure your Tor to relay traffic
428)     for others</a>. Help make the Tor network large enough that we can handle
429)     all the users who want privacy and security on the Internet.
430)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

431) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

432)     <li>
Andrew Lewman clean out links to clientsi...

Andrew Lewman authored 13 years ago

433)     <a href="<page projects/vidalia>">Help us make Tor more usable</a>. We
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

434)     especially need people to help make it easier to configure your Tor
435)     as a relay. Also, we need help with clear simple documentation to
436)     walk people through setting it up.
437)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

438) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

439)     <li>
440)     There are some bottlenecks in the current Tor network. Help us design
441)     experiments to track down and demonstrate where the problems are, and
442)     then we can focus better on fixing them.
443)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

444) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

445)     <li>
446)     There are some steps that individuals
447)     can take to improve their Tor performance. <a
Karsten Loesing Update wiki links

Karsten Loesing authored 12 years ago

448)     href="<wiki>doc/FireFoxTorPerf">You
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

449)     can configure your Firefox to handle Tor better</a>, <a
450)     href="http://www.pps.jussieu.fr/~jch/software/polipo/tor.html">you can use
451)     Polipo with Tor</a>, or you can try <a href="<page download/download>">upgrading
452)     to the latest version of Tor</a>.  If this works well, please help by
453)     documenting what you did, and letting us know about it.
454)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

455) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

456)     <li>
457)     Tor needs some architectural changes too. One important change is to
458)     start providing <a href="#EverybodyARelay">better service to people who
459)     relay traffic</a>. We're working on this, and we'll finish faster if we
460)     get to spend more time on it.
461)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

462) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

463)     <li>
464)     Help do other things so we can do the hard stuff. Please take a moment
465)     to figure out what your skills and interests are, and then <a href="<page
466)     getinvolved/volunteer>">look at our volunteer page</a>.
467)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

468) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

469)     <li>
470)     Help find sponsors for Tor. Do you work at a company or government agency
471)     that uses Tor or has a use for Internet privacy, e.g. to browse the
472)     competition's websites discreetly, or to connect back to the home servers
473)     when on the road without revealing affiliations? If your organization has
474)     an interest in keeping the Tor network working, please contact them about
475)     supporting Tor. Without sponsors, Tor is going to become even slower.
476)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

477) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

478)     <li>
479)     If you can't help out with any of the above, you can still help out
480)     individually by <a href="<page donate/donate>">donating a bit of money to the
481)     cause</a>. It adds up!
482)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

483) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

484)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

485) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

486)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

487) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

488)     <a id="Funding"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

489)     <h3><a class="anchor" href="#Funding">What would The Tor Project do with more funding?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

490) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

491)     <p>
Roger Dingledine future-proof our user and t...

Roger Dingledine authored 12 years ago

492)     The Tor network's <a
493)     href="https://metrics.torproject.org/network.html#networksize">several
494)     thousand</a> relays push <a
495)     href="https://metrics.torproject.org/network.html#bandwidth">over
496)     1GB per second on average</a>. We have <a
497)     href="https://metrics.torproject.org/users.html#direct-users">several
498)     hundred thousand daily users</a>. But the Tor network is not yet
499)     self-sustaining.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

500)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

501) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

502)     <p>
503)     There are six main development/maintenance pushes that need attention:
504)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

505) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

506)     <ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

507) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

508)     <li>
509)     Scalability: We need to keep scaling and decentralizing the Tor
510)     architecture so it can handle thousands of relays and millions of
511)     users. The upcoming stable release is a major improvement, but there's
512)     lots more to be done next in terms of keeping Tor fast and stable.
513)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

514) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

515)     <li>
516)     User support: With this many users, a lot of people are asking questions
517)     all the time, offering to help out with things, and so on. We need good
518)     clean docs, and we need to spend some effort coordinating volunteers.
519)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

520) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

521)     <li>
522)     Relay support: the Tor network is run by volunteers, but they still need
523)     attention with prompt bug fixes, explanations when things go wrong,
524)     reminders to upgrade, and so on. The network itself is a commons, and
525)     somebody needs to spend some energy making sure the relay operators stay
Damian Johnson Fixing/removing a few dead...

Damian Johnson authored 13 years ago

526)     happy. We also need to work on stability on some platforms &mdash; e.g.,
527)     Tor relays have problems on Win XP currently.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

528)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

529) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

530)     <li>
531)     Usability: Beyond documentation, we also need to work on usability of the
532)     software itself. This includes installers, clean GUIs, easy configuration
533)     to interface with other applications, and generally automating all of
534)     the difficult and confusing steps inside Tor. We've got a start on this
Andrew Lewman clean out links to clientsi...

Andrew Lewman authored 13 years ago

535)     with the <a href="<page projects/vidalia>">Vidalia GUI</a>, but much more work
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

536)     remains &mdash; usability for privacy software has never been easy.
537)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

538) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

539)     <li>
540)     Incentives: We need to work on ways to encourage people to configure
541)     their Tors as relays and exit nodes rather than just clients.
542)     <a href="#EverybodyARelay">We need to make it easy to become a relay,
543)     and we need to give people incentives to do it.</a>
544)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

545) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

546)     <li>
547)     Research: The anonymous communications field is full
548)     of surprises and gotchas. In our copious free time, we
549)     also help run top anonymity and privacy conferences like <a
550)     href="http://petsymposium.org/">PETS</a>. We've identified a set of
551)     critical <a href="<page getinvolved/volunteer>#Research">Tor research questions</a>
552)     that will help us figure out how to make Tor secure against the variety of
553)     attacks out there. Of course, there are more research questions waiting
554)     behind these.
555)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

556) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

557)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

558) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

559)     <p>
560)     We're continuing to move forward on all of these, but at this rate
561)     <a href="#WhySlow">the Tor network is growing faster than the developers
562)     can keep up</a>.
563)     Now would be an excellent time to add a few more developers to the effort
564)     so we can continue to grow the network.
565)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

566) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

567)     <p>
568)     We are also excited about tackling related problems, such as
569)     censorship-resistance.
570)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

571) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

572)     <p>
573)     We are proud to have <a href="<page about/sponsors>">sponsorship and support</a>
574)     from the Omidyar Network, the International Broadcasting Bureau, Bell
575)     Security Solutions, the Electronic Frontier Foundation, several government
576)     agencies and research groups, and hundreds of private contributors.
577)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

578) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

579)     <p>
580)     However, this support is not enough to keep Tor abreast of changes in the
581)     Internet privacy landscape. Please <a href="<page donate/donate>">donate</a>
582)     to the project, or <a href="<page about/contact>">contact</a> our executive
583)     director for information on making grants or major donations.
584)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

585) 
Robert Ransom Add a missing horizontal rule

Robert Ransom authored 13 years ago

586)     <hr>
587) 
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

588)     <a id="Metrics"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

589)     <h3><a class="anchor" href="#Metrics">How many people use Tor? How many relays or exit nodes are there?</a></h3>
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

590) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

591)     <p>All this and more about measuring Tor can be found at the <a
Roger Dingledine import, and correct the fal...

Roger Dingledine authored 13 years ago

592)     href="https://metrics.torproject.org/">Tor Metrics Portal</a>.</p>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

593)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

594) 
Andrew Lewman rename the ssl cert fingerp...

Andrew Lewman authored 13 years ago

595)     <a id="SSLcertfingerprint"></a>
596)     <h3><a class="anchor" href="#SSLcertfingerprint">What are the SSL
Andrew Lewman update the faq with the ssl...

Andrew Lewman authored 13 years ago

597) certificate fingerprints for Tor's various websites?</a></h3>
598)     <p>
Andrew Lewman a pre will look better.

Andrew Lewman authored 13 years ago

599)     <pre>
Andrew Lewman s/cerficate/certificate/

Andrew Lewman authored 13 years ago

600)     *.torproject.org SSL certificate from Digicert:
Andrew Lewman update the faq with the ssl...

Andrew Lewman authored 13 years ago

601)     The serial number is: 02:DA:41:04:89:A5:FD:A2:B5:DB:DB:F8:ED:15:0D:BE
602)     The SHA-1 fingerprint is: a7e70f8a648fe04a9677f13eedf6f91b5f7f2e25
603)     The SHA-256 fingerprint is: 23b854af6b96co224fd173382c520b46fa94f2d4e7238893f63ad2d783e27b4b
604) 
Andrew Lewman s/cerficate/certificate/

Andrew Lewman authored 13 years ago

605)     blog.torproject.org SSL certificate from RapidSSL:
Andrew Lewman update the faq with the ssl...

Andrew Lewman authored 13 years ago

606)     The serial number is: 00:EF:A3
607)     The SHA-1 fingerprint is: 50af43db8438e67f305a3257d8ef198e8c42f13f
Andrew Lewman a pre will look better.

Andrew Lewman authored 13 years ago

608)     </pre>
Andrew Lewman update the faq with the ssl...

Andrew Lewman authored 13 years ago

609)     </p>
610)     <hr>
611) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

612)     <a id="HowUninstallTor"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

613)     <h3><a class="anchor" href="#HowUninstallTor">How do I uninstall Tor?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

614) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

615)     <p>
616)     This depends entirely on how you installed it and which operating system you
617)     have. If you installed a package, then hopefully your package has a way to
618)     uninstall itself. The Windows packages include uninstallers. The proper way to
619)     completely remove Tor, Vidalia, Torbutton for Firefox, and Polipo on any
620)     version of Windows is as follows:
621)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

622) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

623)     <ol>
624)     <li>In your taskbar, right click on Vidalia (the green onion or the black head)
625)     and choose exit.</li>
626)     <li>Right click on the taskbar to bring up TaskManager. Look for tor.exe in the
627)     Process List. If it's running, right click and choose End Process.</li>
628)     <li>Click the Start button, go to Programs, go to Vidalia, choose Uninstall.
629)     This will remove the Vidalia bundle, which includes Tor and Polipo.</li>
630)     <li>Start Firefox. Go to the Tools menu, choose Add-ons. Select Torbutton.
631)     Click the Uninstall button.</li>
632)     </ol>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

633) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

634)     <p>
635)     If you do not follow these steps (for example by trying to uninstall
636)     Vidalia, Tor, and Polipo while they are still running), you will need to
637)     reboot and manually remove the directory "Program Files\Vidalia Bundle".
638)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

639) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

640)     <p>
641)     For Mac OS X, follow the <a
642)     href="<page docs/tor-doc-osx>#uninstall">uninstall directions</a>.
643)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

644) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

645)     <p>
646)     If you installed by source, I'm afraid there is no easy uninstall method. But
647)     on the bright side, by default it only installs into /usr/local/ and it should
648)     be pretty easy to notice things there.
649)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

650) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

651)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

652) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

653)     <a id="PGPSigs"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

654)     <h3><a class="anchor" href="#PGPSigs">What are these "sig" files on the download page?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

655) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

656)     <p>
657)     These are PGP signatures, so you can verify that the file you've downloaded is
658)     exactly the one that we intended you to get.
659)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

660) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

661)     <p>
662)     Please read the <a
663)     href="<page docs/verifying-signatures>">verifying signatures</a> page for details.
664)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

665) 
Roger Dingledine resurrect our finding-tor p...

Roger Dingledine authored 13 years ago

666) <hr>
667) 
668) <a id="GetTor"></a>
669) <h3><a class="anchor" href="#GetTor">Your website is blocked in my
670) country. How do I download Tor?</a></h3>
671) 
672) <p>
673) Some government or corporate firewalls censor connections to Tor's
674) website. In those cases, you have three options. First, get it from
Roger Dingledine man, they sure don't put th...

Roger Dingledine authored 13 years ago

675) a friend &mdash; the <a href="<page projects/torbrowser>">Tor Browser
Roger Dingledine be expliciter about google...

Roger Dingledine authored 12 years ago

676) Bundle</a> fits nicely on a USB key. Second, find the <a
677) href="https://encrypted.google.com/search?q=tor+mirrors">google cache</a>
Roger Dingledine resurrect our finding-tor p...

Roger Dingledine authored 13 years ago

678) for the <a href="<page getinvolved/mirrors>">Tor mirrors</a> page
679) and see if any of those copies of our website work for you. Third,
680) you can download Tor via email: log in to your Gmail account and mail
681) '<tt>gettor AT torproject.org</tt>'. If you include the word 'help'
682) in the body of the email, it will reply with instructions. Note that
683) only a few webmail providers are supported, since they need to be able
684) to receive very large attachments.
685) </p>
686) 
687) <p>
Roger Dingledine man, they sure don't put th...

Roger Dingledine authored 13 years ago

688) Be sure to <a href="<page docs/verifying-signatures>">verify the signature</a>
Robert Ransom Small language fixups

Robert Ransom authored 13 years ago

689) of any package you download, especially when you get it from somewhere
690) other than our official HTTPS website.
Roger Dingledine resurrect our finding-tor p...

Roger Dingledine authored 13 years ago

691) </p>
692) 
693) <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

694) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

695)     <a id="CompileTorWindows"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

696)     <h3><a class="anchor" href="#CompileTorWindows">How do I compile Tor under Windows?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

697) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

698)     <p>
699)     Try following the steps at <a href="<gitblob>doc/tor-win32-mingw-creation.txt">
700)     tor-win32-mingw-creation.txt</a>.
701)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

702) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

703)     <p>
704)     (Note that you don't need to compile Tor yourself in order to use
705)     it. Most people just use the packages available on the <a href="<page
706)     download/download>">download page</a>.)
707)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

708) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

709)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

710) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

711)     <a id="VirusFalsePositives"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

712)     <h3><a class="anchor" href="#VirusFalsePositives">Why does my Tor executable appear to have a virus or spyware?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

713) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

714)     <p>
715)     Sometimes, overzealous Windows virus and spyware detectors trigger on some
716)     parts of the Tor Windows binary. Our best guess is that these are false
717)     positives &mdash; after all, the anti-virus and anti-spyware business is just a
718)     guessing game anyway. You should contact your vendor and explain that you have
719)     a program that seems to be triggering false positives. Or pick a better vendor.
720)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

721) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

722)     <p>
723)     In the meantime, we encourage you to not just take our word for
724)     it. Our job is to provide the source; if you're concerned, please do <a
725)     href="#CompileTorWindows">recompile it yourself</a>.
726)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

727) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

728)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

729) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

730)     <a id="LiveCD"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

731)     <h3><a class="anchor" href="#LiveCD">Is there a LiveCD or other bundle that includes Tor?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

732) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

733)     <p>
Damian Johnson More changes requested by i...

Damian Johnson authored 13 years ago

734)     Yes.  Use <a href="https://tails.boum.org/">The Amnesic Incognito
Robert Ransom Stop directing users to obs...

Robert Ransom authored 13 years ago

735)     Live System</a> or <a href="<page projects/torbrowser>">the Tor Browser
736)     Bundle</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

737)     </p>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

738) 
739) <hr>
740) 
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

741) <a id="TBBSocksPort"></a>
742) <h3><a class="anchor" href="#TBBSocksPort">I'm on OSX or Linux and
743) I want to run another application through the Tor launched by Tor
744) Browser Bundle. How do I predict my SOCKS port?</a></h3>
745) 
746) <p>
747) Typically Tor listens for SOCKS connections on port 9050. TBB
748) on OSX and Linux has an experimental feature where Tor listens
749) on random unused ports rather than a fixed port each time. The
750) goal is to avoid conflicting with a "system" Tor install,
751) so you can run a system Tor and TBB at the same time. We're <a
752) href="https://trac.torproject.org/projects/tor/ticket/3948">working on
753) a feature</a> where Tor will try the usual ports first and then back
754) off to a random choice if they're already in use. Until then, if you
Roger Dingledine every time you talk about S...

Roger Dingledine authored 12 years ago

755) want to configure some other application to use Tor as a SOCKS proxy,
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

756) here's a workaround:
757) </p>
758) 
759) <p>
760) In Vidalia, go to Settings-&gt;Advanced and uncheck the box that says
761) 'Configure ControlPort automatically'. Click OK and restart TBB. Your
762) SOCKS port will then be on 9050.
763) </p>
764) 
765) <hr>
766) 
767) <a id="TBBPolipo"></a>
768) <h3><a class="anchor" href="#TBBPolipo">I need an HTTP proxy. Where did
769) Polipo go?</a></h3>
770) 
771) <p>
772) In the past, Tor bundles included an HTTP proxy like Privoxy or Polipo,
773) solely to work around a bug in Firefox that was finally fixed in Firefox
774) 6. Now you don't need a separate HTTP proxy to use Tor, and in fact
775) leaving it out makes you safer because Torbutton has better control over
776) Firefox's interaction with websites.
777) </p>
778) 
779) <p>
780) If you are trying to use some external application with Tor, step zero
Roger Dingledine every time you talk about S...

Roger Dingledine authored 12 years ago

781) should be to <a href="<page download/download>#warning">reread the set
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

782) of warnings</a> for ways you can screw up. Step one should be to try
783) to use a SOCKS proxy rather than an http proxy &mdash; Tor runs a SOCKS
784) proxy on port 9050 on Windows, or <a href="#TBBSocksPort">see above</a>
785) for OSX and Linux.
786) </p>
787) 
788) <p>
789) If that fails, feel free to install privoxy or polipo. You can use <a
790) href="https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf">our
791) old polipo config file</a> if you like. However, please realize that
792) this approach is unsupported.
793) </p>
794) 
795) <hr>
796) 
797) <a id="TBBOtherBrowser"></a>
798) <h3><a class="anchor" href="#TBBOtherBrowser">I want to use
799) Chrome/IE/Opera/etc with Tor.</a></h3>
800) 
801) <p>
802) Unfortunately, Torbutton only works with Firefox right now, and without
803) <a href="https://www.torproject.org/torbutton/en/design/">Torbutton's
804) extensive privacy fixes</a> there are many ways for websites or other
805) attackers to recognize you, track you back to your IP address, and so on.
806) In short, using any browser besides Tor Browser Bundle with Tor is a
807) really bad idea.
808) </p>
809) 
810) <p>
811) We're working with the Chrome team to <a
812) href="https://blog.torproject.org/blog/google-chrome-incognito-mode-tor-and-fingerprinting">fix
813) some bugs and missing APIs in Chrome</a> so it will be possible to write a
814) Torbutton for Chrome. No support for any other browser is on the horizon.
815) </p>
816) 
817) <hr>
818) 
819) <a id="TBBCloseBrowser"></a>
820) <h3><a class="anchor" href="#TBBCloseBrowser">I want to leave Tor Browser
821) Bundle running but close the browser.</a></h3>
822) 
823) <p>
824) We're working on a way to make this possible on all platforms. Please
825) be patient.
826) </p>
827) 
828) <hr>
829) 
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

830) <a id="GoogleCaptcha"></a>
831) <h3><a class="anchor" href="#GoogleCaptcha">Google makes me solve a Captcha or tells me I have spyware installed.</a></h3>
832) 
833) <p>
834) This is a known and intermittent problem; it does not mean that Google
835) considers Tor to be spyware.
836) </p>
837) 
838) <p>
839) When you use Tor, you are sending queries through exit relays that are also
840) shared by thousands of other users. Tor users typically see this message
841) when many Tor users are querying Google in a short period of time. Google
842) interprets the high volume of traffic from a single IP address (the exit
843) relay you happened to pick) as somebody trying to "crawl" their website,
844) so it slows down traffic from that IP address for a short time.
845) </p>
846) <p>
847) An alternate explanation is that Google tries to detect certain
848) kinds of spyware or viruses that send distinctive queries to Google
849) Search. It notes the IP addresses from which those queries are received
850) (not realizing that they are Tor exit relays), and tries to warn any
851) connections coming from those IP addresses that recent queries indicate
852) an infection.
853) </p>
854) 
855) <p>
856) To our knowledge, Google is not doing anything intentionally specifically
857) to deter or block Tor use. The error message about an infected machine
858) should clear up again after a short time.
859) </p>
860) 
861) <p>
862) Torbutton 1.2.5 (released in mid 2010) detects Google captchas and can
863) automatically redirect you to a more Tor-friendly search engine such as
864) Ixquick or Bing.
865) </p>
866) 
867) <hr />
868) 
869) <a id="GmailWarning"></a>
870) <h3><a class="anchor" href="#GmailWarning">Gmail warns me that my account may have been compromised.</a></h3>
871) 
872) <p>
873) Sometimes, after you've used Gmail over Tor, Google presents a
874) pop-up notification that your account may have been compromised.
875) The notification window lists a series of IP addresses and locations
876) throughout the world recently used to access your account.
877) </p>
878) 
879) <p>
880) In general this is a false alarm: Google saw a bunch of logins from
881) different places, as a result of running the service via Tor, and decided
882) it was a good idea to confirm the account was being accessed by it's
883) rightful owner.
884) </p>
885) 
886) <p>
887) Even though this may be a biproduct of using the service via tor,
888) that doesn't mean you can entirely ignore the warning. It is
889) <i>probably</i> a false positive, but it might not be since it is
890) possible for someone to hijack your Google cookie.
891) </p>
892) 
893) <p>
894) Cookie hijacking is possible by either physical access to your computer
895) or by watching your network traffic.  In theory only physical access
896) should compromise your system because Gmail and similar services
897) should only send the cookie over an SSL link. In practice, alas, it's <a
898) href="http://fscked.org/blog/fully-automated-active-https-cookie-hijacking">
899) way more complex than that</a>.
900) </p>
901) 
902) <p>
903) And if somebody <i>did</i> steal your google cookie, they might end
904) up logging in from unusual places (though of course they also might
905) not). So the summary is that since you're using Tor, this security
906) measure that Google uses isn't so useful for you, because it's full of
907) false positives. You'll have to use other approaches, like seeing if
908) anything looks weird on the account, or looking at the timestamps for
909) recent logins and wondering if you actually logged in at those times.
910) </p>
911) 
912) <hr>
913) 
Roger Dingledine import and rewrite the #tor...

Roger Dingledine authored 13 years ago

914) <a id="torrc"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

915) <h3><a class="anchor" href="#torrc">I'm supposed to "edit my torrc". What does that mean?</a></h3>
Roger Dingledine import and rewrite the #tor...

Roger Dingledine authored 13 years ago

916) 
917) <p>
918) Tor installs a text file called torrc that contains configuration
919) instructions for how your Tor program should behave. The default
920) configuration should work fine for most Tor users. Users of Vidalia can
921) make common changes through the Vidalia interface &mdash; only advanced
922) users should need to modify their torrc file directly.
923) </p>
924) 
925) <p>
926) The location of your torrc file depends on the way you installed Tor:
927) </p>
928) 
929) <ul>
930) <li>On Windows, if you installed a Tor bundle with Vidalia, you can
931) find your torrc file in the Start menu under Programs -&gt; Vidalia
932) Bundle -&gt; Tor, or you can find it by hand in <code>\Documents and
933) Settings\<i>username</i>\Application Data\Vidalia\torrc</code>. If you
934) installed Tor without Vidalia, you can find your torrc in the Start
935) menu under Programs -&gt; Tor, or manually in either <code>\Documents
936) and Settings\Application Data\tor\torrc</code> or <code>\Documents and
937) Settings\<i>username</i>\Application Data\tor\torrc</code>.
938) </li>
939) <li>On OS X, if you use Vidalia, edit
940) <code>~/.vidalia/torrc</code>. Otherwise, open your favorite text editor
941) and load <code>/Library/Tor/torrc</code>.
942) </li>
943) <li>On Unix, if you installed a pre-built package, look for
944) <code>/etc/tor/torrc</code> or <code>/etc/torrc</code> or consult your
945) package's documentation.
946) </li>
947) <li>Finally, if you installed from source, you may not have a torrc
948) installed yet: look in <code>/usr/local/etc/</code> and note that you
949) may need to manually copy <code>torrc.sample</code> to <code>torrc</code>.
950) </li>
951) </ul>
952) 
953) <p>
954) If you use Vidalia, be sure to exit both Tor and Vidalia before you edit
955) your torrc file. Otherwise Vidalia might overwrite your changes.
956) </p>
957) 
958) <p>
959) Once you've changed your torrc, you will need to restart Tor for the
960) changes to take effect. (For advanced users on OS X and Unix, note that
961) you actually only need to send Tor a HUP signal, not actually restart it.)
962) </p>
963) 
964) <p>
965) For other configuration options you can use, look at the <a href="<page
966) docs/tor-manual>">Tor manual page</a>. Remember, all lines beginning
967) with # in torrc are treated as comments and have no effect on Tor's
968) configuration.
969) </p>
970) 
971) <hr>
972) 
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

973) <a id="Logs"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

974) <h3><a class="anchor" href="#Logs">How do I set up logging, or see Tor's logs?</a></h3>
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

975) 
976) <p>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

977) If you installed a Tor bundle that includes Vidalia, then Vidalia has a
978) window called "Message Log" that will show you Tor's log messages. You
979) can click on "Settings" to see more details, or to save the messages to
980) a file. You're all set.
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

981) </p>
982) 
983) <p>
984) If you're not using Vidalia, you'll have to go find the log files by
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

985) hand. Here are some likely places for your logs to be:
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

986) </p>
987) 
988) <ul>
989) <li>On OS X, Debian, Red Hat, etc, the logs are in /var/log/tor/
990) </li>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

991) <li>On Windows, there are no default log files currently. If you enable
992) logs in your torrc file, they default to <code>\username\Application
993) Data\tor\log\</code> or <code>\Application Data\tor\log\</code>
994) </li>
995) <li>If you compiled Tor from source, by default your Tor logs to <a
996) href="http://en.wikipedia.org/wiki/Standard_streams">"stdout"</a>
997) at log-level notice. If you enable logs in your torrc file, they
998) default to <code>/usr/local/var/log/tor/</code>.
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

999) </li>
1000) </ul>
1001) 
1002) <p>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1003) To change your logging setup by hand, <a href="#torrc">edit your torrc</a>
1004) and find the section (near the top of the file) which contains the
1005) following line:
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

1006) </p>
1007) 
1008) <pre>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1009) \## Logs go to stdout at level "notice" unless redirected by something
1010) \## else, like one of the below lines.
Erinn Clark fix still-open <pre> and ho...

Erinn Clark authored 13 years ago

1011) </pre>
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

1012) 
1013) <p>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1014) For example, if you want Tor to send complete debug, info, notice, warn,
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

1015) and err level messages to a file, append the following line to the end
1016) of the section:
1017) </p>
1018) 
1019) <pre>
1020) Log debug file c:/program files/tor/debug.log
1021) </pre>
1022) 
1023) <p>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1024) Replace <code>c:/program files/tor/debug.log</code> with a directory
1025) and filename for your Tor log.
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

1026) </p>
1027) 
1028) <hr>
1029) 
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1030) <a id="DoesntWork"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1031) <h3><a class="anchor" href="#DoesntWork">I installed Tor and Polipo but it's not working.</a></h3>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1032) 
1033) <p>
1034) Once you've installed the Tor bundle, there are two questions to ask:
1035) first, is your Tor able to establish a circuit? Second, is your
1036) Firefox correctly configured to send its traffic through Tor?
1037) </p>
1038) 
1039) <p>If Tor can establish a circuit, the onion icon in
1040) Vidalia will turn green. You can also check in the Vidalia
1041) Control Panel to make sure it says "Connected to the Tor
1042) network!" under Status. For those not using Vidalia, check your <a
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1043) href="#Logs">Tor logs</a> for
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1044) a line saying that Tor "has successfully opened a circuit. Looks like
1045) client functionality is working."
1046) </p>
1047) 
1048) <p>
1049) If Tor can't establish a circuit, here are some hints:
1050) </p>
1051) 
1052) <ol>
1053) <li>Are you sure Tor is running? If you're using Vidalia, you may have
1054) to click on the onion and select "Start" to launch Tor.</li>
1055) <li>Check your system clock. If it's more than a few hours off, Tor will
1056) refuse to build circuits. For XP users, synchronize your clock under
1057) the clock -&gt; Internet time tab. In addition, correct the day and date
1058) under the 'Date &amp; Time' Tab.</li>
1059) <li>Is your Internet connection <a
Roger Dingledine import, and correct the fal...

Roger Dingledine authored 13 years ago

1060) href="#FirewallPorts">firewalled by port</a>,
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1061) or do you normally need to use a <a
Roger Dingledine and play the "where did tha...

Roger Dingledine authored 13 years ago

1062) href="<wikifaq>#MyInternetconnectionrequiresanHTTPorSOCKSproxy.">proxy</a>?
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1063) </li>
1064) <li>Are you running programs like Norton Internet Security or SELinux that
1065) block certain connections, even though you don't realize they do? They
1066) could be preventing Tor from making network connections.</li>
1067) <li>Are you in China, or behind a restrictive corporate network firewall
1068) that blocks the public Tor relays? If so, you should learn about <a
Roger Dingledine and play the "where did tha...

Roger Dingledine authored 13 years ago

1069) href="<page docs/bridges>">Tor bridges</a>.</li>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1070) <li>Check your <a href="#Logs">Tor logs</a>. Do they give you any hints
1071) about what's going wrong?</li>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1072) </ol>
1073) 
1074) <p>
1075) Step two is to confirm that Firefox is correctly configured to send its
1076) traffic through Tor. Try the <a href="https://check.torproject.org/">Tor
1077) Check</a> site and see whether it thinks you are using Tor. See <a
Roger Dingledine and play the "where did tha...

Roger Dingledine authored 13 years ago

1078) href="<wikifaq>#HowcanItellifTorisworkingandthatmyconnectionsreallyareanonymizedArethereexternalserversthatwilltestmyconnection">the
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1079) Tor Check FAQ entry</a> for details.
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

1080) </p>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1081) 
1082) <p>
1083) If it thinks you're not using Tor, here are some hints:
1084) </p>
1085) 
1086) <ol>
1087) <li>Did you install the Torbutton extension for Firefox? The installation
1088) bundles include it, but sometimes people forget to install it. Make sure
1089) it says "Tor enabled" at the bottom right of your Firefox window. (For
1090) expert users, make sure your http proxy is set to localhost port
1091) 8118.)</li>
1092) <li>Do you have incompatible Firefox extensions like FoxyProxy
1093) installed? If so, uninstall them. (Note that using FoxyProxy is NOT
1094) a sufficient substitute for Torbutton. There are many known attacks
1095) against a browser setup that does not include Torbutton. Read more
Roger Dingledine and play the "where did tha...

Roger Dingledine authored 13 years ago

1096) in the <a href="<page torbutton/torbutton-faq>">Torbutton FAQ</a> and the <a
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1097) href="https://www.torproject.org/torbutton/design/">Torbutton design</a>
1098) specification.)</li>
1099) <li>If your browser says "The proxy server is refusing connections.",
1100) check that Polipo (the http proxy that passes traffic between Firefox
1101) and Tor) is running. On Windows, look in the task manager and check for
1102) a polipo.exe. On OS X, open the utilities folder in your applications
1103) folder, and open Terminal.app. Then run "ps aux|grep polipo".</li>
1104) <li>If you're upgrading from OS X, some of the earlier OS X installers
1105) were broken in really unfortunate ways. You may find that <a href="<page
1106) docs/tor-doc-osx>#uninstall">uninstalling everything</a> and then
1107) installing a fresh bundle helps. Alas, the current uninstall instructions
1108) may not apply anymore to your old bundle. Sorry.</li>
1109) <li>If you're on Linux, make sure Privoxy isn't running, since it will
1110) conflict with the port that our Polipo configuration file picks.</li>
1111) <li>If you installed Polipo yourself (not from a bundle), did you edit the
Roger Dingledine tweak the 'doesn't work' fa...

Roger Dingledine authored 13 years ago

1112) config file as described? Did you restart Polipo after this change? Are
1113) you sure?</li>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1114) <li>For Red Hat Linux and related systems, do you have SELinux enabled? If
1115) so, it might be preventing Polipo from talking to Tor. We also run across
1116) BSD users periodically who have local firewall rules that prevent some
1117) connections to localhost.</li>
1118) </ol>
1119) 
1120) <hr />
1121) 
1122) <a id="VidaliaPassword"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1123) <h3><a class="anchor" href="#VidaliaPassword">Tor/Vidalia prompts for a password at start.</a></h3>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1124) 
1125) <p>
1126) Vidalia interacts with the Tor software via Tor's "control port". The
1127) control port lets Vidalia receive status updates from Tor, request a new
1128) identity, configure Tor's settings, etc. Each time Vidalia starts Tor,
1129) Vidalia sets a random password for Tor's control port to prevent other
1130) applications from also connecting to the control port and potentially
1131) compromising your anonymity.
1132) </p>
1133) 
1134) <p>
1135) Usually this process of generating and setting a random control password
1136) happens in the background. There are three common situations, though,
1137) where Vidalia may prompt you for a password:
1138) </p>
1139) 
1140) <ol>
1141) <li>You're already running Vidalia and Tor. For example, this situation
1142) can happen if you installed the Vidalia bundle and now you're trying to
1143) run the Tor Browser Bundle. In that case, you'll need to close the old
1144) Vidalia and Tor before you can run this one.
1145) </li>
1146) <li>Vidalia crashed, but left Tor running with the last known random
1147) password. After you restart Vidalia, it generates a new random password,
1148) but Vidalia can't talk to Tor, because the random passwords are different.
1149) <br />
1150) If the dialog that prompts you for a control password has a Reset button,
1151) you can click the button and Vidalia will restart Tor with a new random
1152) control password.
1153) <br />
1154) If you do not see a Reset button, or if Vidalia is unable to restart
1155) Tor for you, you can still fix the problem manually. Simply go into your
1156) process or task manager, and terminate the Tor process. Then use Vidalia
1157) to restart Tor and all will work again.
1158) </li>
1159) <li>You had previously set Tor to run as a Windows NT service. When Tor
1160) is set to
1161) run as a service, it starts up when the system boots. If you configured
1162) Tor to start as a service through Vidalia, a random password was set
1163) and saved in Tor. When you reboot, Tor starts up and uses the random
1164) password it saved. You login and start up Vidalia. Vidalia attempts to
1165) talk to the already running Tor. Vidalia generates a random password,
1166) but it is different than the saved password in the Tor service.
1167) <br />
1168) You need to reconfigure Tor to not be a service. See the FAQ entry on
Roger Dingledine and play the "where did tha...

Roger Dingledine authored 13 years ago

1169) <a href="<wikifaq>#HowdoIrunmyTorrelayasanNTservice">running Tor as a Windows NT service</a>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1170) for more information on how to remove the Tor service.
1171) </li>
1172) </ol>
1173) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1174)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1175) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1176)     <a id="ChooseEntryExit"></a>
1177)     <h3><a class="anchor" href="#ChooseEntryExit">Can I control which nodes (or country) are used for entry/exit?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1178) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1179)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1180)     Yes. You can set preferred entry and exit nodes as well as
1181)     inform Tor which nodes you do not want to use.
Roger Dingledine change links to the #torrc...

Roger Dingledine authored 13 years ago

1182)     The following options can be added to your config file <a
1183)     href="#torrc">"torrc"</a> or specified on the command line:
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1184)     </p>
1185)     <dl>
1186)       <dt><tt>EntryNodes $fingerprint,$fingerprint,...</tt></dt>
1187)         <dd>A list of preferred nodes to use for the first hop in the circuit, if possible.
1188)         </dd>
1189)       <dt><tt>ExitNodes $fingerprint,$fingerprint,...</tt></dt>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1190)         <dd>A list of preferred nodes to use for the last hop in the circuit, if possible.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1191)         </dd>
1192)       <dt><tt>ExcludeNodes $fingerprint,$fingerprint,...</tt></dt>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1193)         <dd>A list of nodes to never use when building a circuit.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1194)         </dd>
1195)       <dt><tt>ExcludeExitNodes $fingerprint,$fingerprint,...</tt></dt>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1196)         <dd>A list of nodes to never use when picking an exit.
1197)             Nodes listed in <tt>ExcludeNodes</tt> are automatically in this list.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1198)         </dd>
1199)     </dl>
1200)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1201)     <em>We recommend you do not use these</em>
1202)     &mdash; they are intended for testing and may disappear in future versions.
1203)     You get the best security that Tor can provide when you leave the
1204)     route selection to Tor; overriding the entry / exit nodes can mess
1205)     up your anonymity in ways we don't understand.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1206)     </p>
1207)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1208)     The <tt>EntryNodes</tt> and <tt>ExitNodes</tt> config options are
1209)     treated as a request, meaning if the nodes are down or seem slow,
1210)     Tor will still avoid them. You can make the option mandatory by
1211)     setting <tt>StrictExitNodes 1</tt> or <tt>StrictEntryNodes 1</tt>
1212)     &mdash; but if you do, your Tor connections will stop working
1213)     if all of the nodes you have specified become unreachable.
1214)     See the <a href="<page docs/documentation>#NeatLinks">Tor status pages</a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1215)     for some nodes you might pick.
1216)     </p>
1217)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1218)     Instead of <tt>$fingerprint</tt> you can also specify a 2 letter
1219)     ISO3166 country code in curly braces (for example {de}), or an ip
1220)     address pattern (for example 255.254.0.0/8), or a node nickname. Make
1221)     sure there are no spaces between the commas and the list items.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1222)     </p>
1223)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1224)     If you want to access a service directly through Tor's SOCKS interface
1225)     (eg. using ssh via connect.c), another option is to set up an
1226)     internal mapping in your configuration file using <tt>MapAddress</tt>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1227)     See the manual page for details.
1228)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1229) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1230)     <hr>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1231) 
Roger Dingledine import, and correct the fal...

Roger Dingledine authored 13 years ago

1232) <a id="FirewallPorts"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1233) <h3><a class="anchor" href="#FirewallPorts">My firewall only allows a few outgoing ports.</a></h3>
Roger Dingledine import, and correct the fal...

Roger Dingledine authored 13 years ago

1234) 
1235) <p>
1236) If your firewall works by blocking ports, then you can tell Tor to only
1237) use the ports that your firewall permits by adding "FascistFirewall 1" to
Roger Dingledine change links to the #torrc...

Roger Dingledine authored 13 years ago

1238) your <a href="<page docs/faq>#torrc">torrc
Roger Dingledine import, and correct the fal...

Roger Dingledine authored 13 years ago

1239) configuration file</a>, or by clicking "My firewall only lets me connect
1240) to certain ports" in Vidalia's Network Settings window.
1241) </p>
1242) 
1243) <p>
1244) By default, when you set this Tor assumes that your firewall allows only
1245) port 80 and port 443 (HTTP and HTTPS respectively). You can select a
1246) different set of ports with the FirewallPorts torrc option.
1247) </p>
1248) 
1249) <p>
1250) If you want to be more fine-grained with your controls, you can also
1251) use the ReachableAddresses config options, e.g.:
1252) </p>
1253) 
1254) <pre>
1255)   ReachableDirAddresses *:80
1256)   ReachableORAddresses *:443
1257) </pre>
1258) 
1259) <hr>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1260) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1261)     <a id="RelayFlexible"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1262)     <h3><a class="anchor" href="#RelayFlexible">How stable does my relay need to be?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1263) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1264)     <p>
1265)     We aim to make setting up a Tor relay easy and convenient:
1266)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1267) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1268)     <ul>
1269)     <li>Tor has built-in support for <a
Roger Dingledine wtf, most of the links from...

Roger Dingledine authored 13 years ago

1270)     href="<wikifaq>#WhatbandwidthshapingoptionsareavailabletoTorrelays">
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1271)     rate limiting</a>. Further, if you have a fast
1272)     link but want to limit the number of bytes per
1273)     day (or week or month) that you donate, check out the <a
Roger Dingledine wtf, most of the links from...

Roger Dingledine authored 13 years ago

1274)     href="<wikifaq>#HowcanIlimitthetotalamountofbandwidthusedbymyTorrelay">hibernation
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1275)     feature</a>.
1276)     </li>
1277)     <li>Each Tor relay has an <a href="#ExitPolicies">exit policy</a> that
1278)     specifies what sort of outbound connections are allowed or refused from
1279)     that relay. If you are uncomfortable allowing people to exit from your
1280)     relay, you can set it up to only allow connections to other Tor relays.
1281)     </li>
1282)     <li>It's fine if the relay goes offline sometimes. The directories
1283)     notice this quickly and stop advertising the relay. Just try to make
1284)     sure it's not too often, since connections using the relay when it
1285)     disconnects will break.
1286)     </li>
1287)     <li>We can handle relays with dynamic IPs just fine &mdash; simply
1288)     leave the Address config option blank, and Tor will try to guess.
1289)     </li>
1290)     <li>If your relay is behind a NAT and it doesn't know its public
1291)     IP (e.g. it has an IP of 192.168.x.y), you'll need to set up port
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1292)     forwarding. Forwarding TCP connections is system dependent but
Roger Dingledine wtf, most of the links from...

Roger Dingledine authored 13 years ago

1293)     <a href="<wikifaq>#ImbehindaNATFirewall">this FAQ entry</a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1294)     offers some examples on how to do this.
1295)     </li>
1296)     <li>Your relay will passively estimate and advertise its recent
1297)     bandwidth capacity, so high-bandwidth relays will attract more users than
1298)     low-bandwidth ones. Therefore having low-bandwidth relays is useful too.
1299)     </li>
1300)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1301) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1302)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1303) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1304)     <a id="RunARelayBut"></a>
1305)     <a id="ExitPolicies"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1306)     <h3><a class="anchor" href="#ExitPolicies">I'd run a relay, but I don't want to deal with abuse issues.</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1307) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1308)     <p>
1309)     Great. That's exactly why we implemented exit policies.
1310)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1311) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1312)     <p>
1313)     Each Tor relay has an exit policy that specifies what sort of
1314)     outbound connections are allowed or refused from that relay. The exit
1315)     policies are propagated to Tor clients via the directory, so clients
1316)     will automatically avoid picking exit relays that would refuse to
1317)     exit to their intended destination. This way each relay can decide
1318)     the services, hosts, and networks he wants to allow connections to,
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1319)     based on abuse potential and his own situation. Read the FAQ entry on
1320)     <a href="<page docs/faq-abuse>#TypicalAbuses">issues you might encounter</a>
1321)     if you use the default exit policy, and then read Mike Perry's
Roger Dingledine fix another 404 from the fr...

Roger Dingledine authored 13 years ago

1322)     <a href="<blog>tips-running-exit-node-minimal-harassment">tips
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1323)     for running an exit node with minimal harassment</a>.
1324)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1325) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1326)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1327)     The default exit policy allows access to many popular services
Roger Dingledine wtf, most of the links from...

Roger Dingledine authored 13 years ago

1328)     (e.g. web browsing), but <a href="<wikifaq>#Istherealistofdefaultexitports">restricts</a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1329)     some due to abuse potential (e.g. mail) and some since
1330)     the Tor network can't handle the load (e.g. default
1331)     file-sharing ports). You can change your exit policy
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1332)     using Vidalia's "Sharing" tab, or by manually editing your
Roger Dingledine change links to the #torrc...

Roger Dingledine authored 13 years ago

1333)     <a href="<page docs/faq>#torrc">torrc</a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1334)     file. If you want to avoid most if not all abuse potential, set it to
1335)     "reject *:*" (or un-check all the boxes in Vidalia). This setting means
1336)     that your relay will be used for relaying traffic inside the Tor network,
1337)     but not for connections to external websites or other services.
1338)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1339) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1340)     <p>
1341)     If you do allow any exit connections, make sure name resolution works
1342)     (that is, your computer can resolve Internet addresses correctly).
1343)     If there are any resources that your computer can't reach (for example,
1344)     you are behind a restrictive firewall or content filter), please
1345)     explicitly reject them in your exit policy &mdash; otherwise Tor users
1346)     will be impacted too.
1347)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1348) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1349)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1350) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1351)     <a id="RelayOrBridge"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1352)     <h3><a class="anchor" href="#RelayOrBridge">Should I be a normal relay or bridge relay?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1353) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1354)     <p><a href="<page docs/bridges>">Bridge relays</a> (or "bridges" for short)
1355)     are <a href="<page docs/tor-doc-relay>">Tor relays</a> that aren't listed
1356)     in the main Tor directory. That means
1357)     that even an ISP or government trying to filter connections to the Tor
1358)     network probably won't be able to block all the bridges.
1359)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1360) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1361)     <p>Being a normal relay vs being a bridge relay is almost the same
1362)     configuration: it's just a matter of whether your relay is listed
1363)     publically or not.
1364)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1365) 
Roger Dingledine change our "should i be a r...

Roger Dingledine authored 12 years ago

1366)     <p>Right now, China is the main place in the world that filters
1367)     connections to the Tor network. So bridges are useful a) for users in
1368)     China, b) as a backup measure in case the Tor network gets blocked in
1369)     more places, and c) for people who want an extra layer of security
1370)     because they're worried somebody will recognize that it's a public
1371)     Tor relay IP address they're contacting.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1372)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1373) 
Roger Dingledine change our "should i be a r...

Roger Dingledine authored 12 years ago

1374)     <p>So should you run a normal relay or bridge relay? If you have lots
1375)     of bandwidth, you should definitely run a normal relay &mdash; the
1376)     average bridge doesn't see much load these days. If you're willing
1377)     to <a href="#ExitPolicies">be an exit</a>, you should definitely
1378)     run a normal relay, since we need more exits. If you can't be an
1379)     exit and only have a little bit of bandwidth, be a bridge. Thanks
1380)     for volunteering!
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1381)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1382) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1383)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1384) 
Roger Dingledine fix the faq anchors that ha...

Roger Dingledine authored 13 years ago

1385) <a id="MultipleRelays"></a>
1386) <h3><a class="anchor" href="#MultipleRelays">I want to run more than one relay.</a></h3>
Roger Dingledine migrate the ManyRelays faq...

Roger Dingledine authored 13 years ago

1387) 
1388) <p>
1389) Great. If you want to run several relays to donate more to the network,
1390) we're happy with that. But please don't run more than a few dozen on
1391) the same network, since part of the goal of the Tor network is dispersal
1392) and diversity.
1393) </p>
1394) 
1395) <p>
1396) If you do decide to run more than one relay, please set the "MyFamily"
Roger Dingledine change links to the #torrc...

Roger Dingledine authored 13 years ago

1397) config option in the <a href="#torrc">torrc</a> of each relay, listing
1398) all the relays (comma-separated) that are under your control:
Roger Dingledine migrate the ManyRelays faq...

Roger Dingledine authored 13 years ago

1399) </p>
1400) 
1401) <pre>
1402)     MyFamily $fingerprint1,$fingerprint2,$fingerprint3
1403) </pre>
1404) 
1405) <p>
1406) where each fingerprint is the 40 character identity fingerprint (without
1407) spaces). You can also list them by nickname, but fingerprint is safer. Be
1408) sure to prefix the digest strings with a dollar sign ('$') so that the
1409) digest is not confused with a nickname in the config file.
1410) </p>
1411) 
1412) <p>
1413) That way clients will know to avoid using more than one of your relays
1414) in a single circuit. You should set MyFamily if you have administrative
1415) control of the computers or of their network, even if they're not all in
1416) the same geographic location.
1417) </p>
1418) 
1419)     <hr>
1420) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1421)     <a id="RelayMemory"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1422)     <h3><a class="anchor" href="#RelayMemory">Why is my Tor relay using so much memory?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1423) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1424)     <p>If your Tor relay is using more memory than you'd like, here are some
1425)     tips for reducing its footprint:
1426)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1427) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1428)     <ol>
1429)     <li>If you're on Linux, you may be encountering memory fragmentation
1430)     bugs in glibc's malloc implementation. That is, when Tor releases memory
1431)     back to the system, the pieces of memory are fragmented so they're hard
1432)     to reuse. The Tor tarball ships with OpenBSD's malloc implementation,
1433)     which doesn't have as many fragmentation bugs (but the tradeoff is higher
1434)     CPU load). You can tell Tor to use this malloc implementation instead:
1435)     <tt>./configure --enable-openbsd-malloc</tt></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1436) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1437)     <li>If you're running a fast relay, meaning you have many TLS connections
1438)     open, you are probably losing a lot of memory to OpenSSL's internal
1439)     buffers (38KB+ per socket). We've patched OpenSSL to <a
Robert Ransom Update mailing list archive...

Robert Ransom authored 13 years ago

1440)     href="https://lists.torproject.org/pipermail/tor-dev/2008-June/001519.html">release
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1441)     unused buffer memory more aggressively</a>. If you update to OpenSSL
1442)     1.0.0-beta5, Tor's build process will automatically recognize and use
1443)     this feature.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1444) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1445)     <li>If you're running on Solaris, OpenBSD, NetBSD, or
1446)     old FreeBSD, Tor is probably forking separate processes
1447)     rather than using threads. Consider switching to a <a
Roger Dingledine wtf, most of the links from...

Roger Dingledine authored 13 years ago

1448)     href="<wikifaq>#WhydoesntmyWindowsorotherOSTorrelayrunwell">better
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1449)     operating system</a>.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1450) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1451)     <li>If you still can't handle the memory load, consider reducing the
1452)     amount of bandwidth your relay advertises. Advertising less bandwidth
1453)     means you will attract fewer users, so your relay shouldn't grow
1454)     as large. See the <tt>MaxAdvertisedBandwidth</tt> option in the man
1455)     page.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1456) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1457)     </ol>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1458) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1459)     <p>
1460)     All of this said, fast Tor relays do use a lot of ram. It is not unusual
1461)     for a fast exit relay to use 500-1000 MB of memory.
1462)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1463) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1464)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1465) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1466)     <a id="WhyNotNamed"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1467)     <h3><a class="anchor" href="#WhyNotNamed">Why is my Tor relay not named?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1468) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1469)     <p>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1470)     We currently use these metrics to determine if your relay should be named:<br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1471)     </p>
1472)     <ul>
1473)     <li>The name is not currently mapped to a different key. Existing mappings
1474)     are removed after 6 months of inactivity from a relay.</li>
1475)     <li>The relay must have been around for at least two weeks.</li>
1476)     <li>No other router may have wanted the same name in the past month.</li>
1477)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1478) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1479)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1480) 
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

1481)     <a id="RelayDonations"></a>
Roger Dingledine change faq title

Roger Dingledine authored 12 years ago

1482)     <h3><a class="anchor" href="#RelayDonations">Can I donate for a
1483)     relay rather than run my own?</a></h3>
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

1484) 
1485)     <p>
1486)     Sure! We recommend two non-profit charities that are happy to turn
1487)     your donations into better speed and anonymity for the Tor network:
1488)     </p>
1489)     <ul>
1490)     <li><a href="https://www.torservers.net/">torservers.net</a>
1491)     is a German charitable non-profit that runs a wide variety of
Roger Dingledine two fixes from velope

Roger Dingledine authored 12 years ago

1492)     exit relays. They also like donations of bandwidth from ISPs.</li>
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

1493)     <li><a
1494)     href="https://www.noisebridge.net/wiki/Noisebridge_Tor">Noisebridge</a>
1495)     is a US-based 501(c)(3) non-profit that collects donations and turns
1496)     them into more exit relay capacity.</li>
1497)     </ul>
1498) 
1499)     <p>
1500)     These organizations are not the same as <a href="<page
1501)     donate/donate>">The Tor Project, Inc</a>, but we consider that a
Roger Dingledine get rid of the "unnecessary...

Roger Dingledine authored 12 years ago

1502)     good thing. They're both run by nice people who are part of the
1503)     Tor community.
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

1504)     </p>
1505) 
1506)     <p>
1507)     Note that there can be a tradeoff here between anonymity and
1508)     performance. The Tor network's anonymity comes in part from diversity,
1509)     so if you are in a position to run your own relay, you will be
Roger Dingledine two fixes from velope

Roger Dingledine authored 12 years ago

1510)     improving Tor's anonymity more than by donating. At the same time
1511)     though, economies
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

1512)     of scale for bandwidth mean that combining many small donations into
Roger Dingledine get rid of the "unnecessary...

Roger Dingledine authored 12 years ago

1513)     several larger relays is more efficient at improving network
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

1514)     performance. Improving anonymity and improving performance are both
1515)     worthwhile goals, so however you can help is great!
1516)     </p>
1517) 
1518)     <hr>
1519) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1520)     <a id="KeyManagement"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1521)     <h3><a class="anchor" href="#KeyManagement">Tell me about all the keys Tor uses.</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1522) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1523)     <p>
1524)     Tor uses a variety of different keys, with three goals in mind: 1)
1525)     encryption to ensure privacy of data within the Tor network, 2)
1526)     authentication so clients know they're
1527)     talking to the relays they meant to talk to, and 3) signatures to make
1528)     sure all clients know the same set of relays.
1529)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1530) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1531)     <p>
1532)     <b>Encryption</b>: first, all connections in Tor use TLS link encryption,
1533)     so observers can't look inside to see which circuit a given cell is
1534)     intended for. Further, the Tor client establishes an ephemeral encryption
1535)     key with each relay in the circuit, so only the exit relay can read
1536)     the cells. Both sides discard the circuit key when the circuit ends,
1537)     so logging traffic and then breaking into the relay to discover the key
1538)     won't work.
1539)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1540) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1541)     <p>
1542)     <b>Authentication</b>:
1543)     Every Tor relay has a public decryption key called the "onion key".
1544)     When the Tor client establishes circuits, at each step it <a
1545)     href="<svnprojects>design-paper/tor-design.html#subsec:circuits">demands
1546)     that the Tor relay prove knowledge of its onion key</a>. That way
1547)     the first node in the path can't just spoof the rest of the path.
1548)     Each relay rotates its onion key once a week.
1549)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1550) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1551)     <p>
1552)     <b>Coordination</b>:
1553)     How do clients know what the relays are, and how do they know that they
1554)     have the right keys for them? Each relay has a long-term public signing
1555)     key called the "identity key". Each directory authority additionally has a
1556)     "directory signing key". The directory authorities <a
Sebastian Hahn Fix links that broke due to...

Sebastian Hahn authored 13 years ago

1557)     href="<specblob>dir-spec.txt">provide a signed list</a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1558)     of all the known relays, and in that list are a set of certificates from
1559)     each relay (self-signed by their identity key) specifying their keys,
1560)     locations, exit policies, and so on. So unless the adversary can control
1561)     a threshold of the directory authorities, he can't trick the Tor client
1562)     into using other Tor relays.
1563)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1564) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1565)     <p>
1566)     How do clients know what the directory authorities are? The Tor software
1567)     comes with a built-in list of location and public key for each directory
1568)     authority. So the only way to trick users into using a fake Tor network
1569)     is to give them a specially modified version of the software.
1570)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1571) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1572)     <p>
1573)     How do users know they've got the right software? When we distribute
1574)     the source code or a package, we digitally sign it with <a
1575)     href="http://www.gnupg.org/">GNU Privacy Guard</a>. See the <a
1576)     href="<page docs/verifying-signatures>">instructions
1577)     on how to check Tor's signatures</a>.
1578)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1579) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1580)     <p>
1581)     In order to be certain that it's really signed by us, you need to have
1582)     met us in person and gotten a copy of our GPG key fingerprint, or you
1583)     need to know somebody who has. If you're concerned about an attack on
1584)     this level, we recommend you get involved with the security community
1585)     and start meeting people.
1586)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1587) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1588)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1589) 
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

1590) <a id="EntryGuards"></a>
1591) <h3><a class="anchor" href="#EntryGuards">What are Entry Guards?</a></h3>
1592) 
1593) <p>
1594) Tor (like all current practical low-latency anonymity designs) fails
1595) when the attacker can see both ends of the communications channel. For
Roger Dingledine cleanup on the EntryGuards...

Roger Dingledine authored 13 years ago

1596) example, suppose the attacker controls or watches the Tor relay you choose
1597) to enter the network, and also controls or watches the website you visit. In
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

1598) this case, the research community knows no practical low-latency design
1599) that can reliably stop the attacker from correlating volume and timing
1600) information on the two sides.
1601) </p>
1602) 
1603) <p>
1604) So, what should we do? Suppose the attacker controls, or can observe,
Roger Dingledine cleanup on the EntryGuards...

Roger Dingledine authored 13 years ago

1605) <i>C</i> relays. Suppose there are <i>N</i> relays total. If you select
1606) new entry and exit relays each time you use the network, the attacker
1607) will be able to correlate all traffic you send with probability
1608) <i>(c/n)<sup>2</sup></i>. But profiling is, for most users, as bad
1609) as being traced all the time: they want to do something often without
1610) an attacker noticing, and the attacker noticing once is as bad as the
1611) attacker noticing more often. Thus, choosing many random entries and exits
1612) gives the user no chance of escaping profiling by this kind of attacker.
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

1613) </p>
1614) 
1615) <p>
Roger Dingledine faq clarification from 'cyb...

Roger Dingledine authored 13 years ago

1616) The solution is "entry guards": each Tor client selects a few relays at random
Roger Dingledine cleanup on the EntryGuards...

Roger Dingledine authored 13 years ago

1617) to use as entry points, and uses only those relays for her first hop. If
1618) those relays are not controlled or observed, the attacker can't win,
1619) ever, and the user is secure. If those relays <i>are</i> observed or
1620) controlled by the attacker, the attacker sees a larger <i>fraction</i>
1621) of the user's traffic &mdash; but still the user is no more profiled than
1622) before. Thus, the user has some chance (on the order of <i>(n-c)/n</i>)
1623) of avoiding profiling, whereas she had none before.
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

1624) </p>
1625) 
1626) <p>
Roger Dingledine cleanup on the EntryGuards...

Roger Dingledine authored 13 years ago

1627) You can read more at <a href="http://freehaven.net/anonbib/#wright02">An
1628) Analysis of the Degradation of Anonymous Protocols</a>, <a
1629) href="http://freehaven.net/anonbib/#wright03">Defending Anonymous
1630) Communication Against Passive Logging Attacks</a>, and especially
1631) <a href="http://freehaven.net/anonbib/#hs-attack06">Locating Hidden
1632) Servers</a>.
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

1633) </p>
1634) 
1635) <p>
1636) Restricting your entry nodes may also help against attackers who want
1637) to run a few Tor nodes and easily enumerate all of the Tor user IP
1638) addresses. (Even though they can't learn what destinations the users
1639) are talking to, they still might be able to do bad things with just a
Roger Dingledine cleanup on the EntryGuards...

Roger Dingledine authored 13 years ago

1640) list of users.) However, that feature won't really become useful until
1641) we move to a "directory guard" design as well.
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

1642) </p>
1643) 
1644)     <hr>
1645) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1646)     <a id="EverybodyARelay"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1647)     <h3><a class="anchor" href="#EverybodyARelay">You should make every Tor user be a relay.</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1648) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1649)     <p>
1650)     Requiring every Tor user to be a relay would help with scaling the
Roger Dingledine wtf, most of the links from...

Roger Dingledine authored 13 years ago

1651)     network to handle all our users, and <a
1652)     href="<wikifaq>#DoIgetbetteranonymityifIrunarelay">running a Tor
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1653)     relay may help your anonymity</a>. However, many Tor users cannot be good
1654)     relays &mdash; for example, some Tor clients operate from behind restrictive
1655)     firewalls, connect via modem, or otherwise aren't in a position where they
1656)     can relay traffic. Providing service to these clients is a critical
1657)     part of providing effective anonymity for everyone, since many Tor users
1658)     are subject to these or similar constraints and including these clients
1659)     increases the size of the anonymity set.
1660)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1661) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1662)     <p>
1663)     That said, we do want to encourage Tor users to run relays, so what we
1664)     really want to do is simplify the process of setting up and maintaining
1665)     a relay. We've made a lot of progress with easy configuration in the past
1666)     few years: Vidalia has an easy relay configuration interface, and supports
1667)     uPnP too. Tor is good at automatically detecting whether it's reachable and
1668)     how much bandwidth it can offer.
1669)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1670) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1671)     <p>
1672)     There are five steps we need to address before we can do this though:
1673)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1674) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1675)     <p>
1676)     First, we need to make Tor stable as a relay on all common
1677)     operating systems. The main remaining platform is Windows,
1678)     and we plan to finally address that in 2009. See Section 4.1 of <a
1679)     href="https://www.torproject.org/press/2008-12-19-roadmap-press-release">our
1680)     development roadmap</a>.
1681)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1682) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1683)     <p>
1684)     Second, we still need to get better at automatically estimating
1685)     the right amount of bandwidth to allow. See item #7 on the
1686)     <a href="<page getinvolved/volunteer>#Research">research section of the
1687)     volunteer page</a>: "Tor doesn't work very well when relays
1688)     have asymmetric bandwidth (e.g. cable or DSL)". It might be that <a
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

1689)     href="<page docs/faq>#TransportIPnotTCP">switching
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1690)     to UDP transport</a> is the simplest answer here &mdash; which alas is
1691)     not a very simple answer at all.
1692)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1693) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1694)     <p>
1695)     Third, we need to work on scalability, both of the network (how to
1696)     stop requiring that all Tor relays be able to connect to all Tor
1697)     relays) and of the directory (how to stop requiring that all Tor
1698)     users know about all Tor relays). Changes like this can have large
1699)     impact on potential and actual anonymity. See Section 5 of the <a
1700)     href="<svnprojects>design-paper/challenges.pdf">Challenges</a> paper
1701)     for details. Again, UDP transport would help here.
1702)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1703) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1704)     <p>
1705)     Fourth, we need to better understand the risks from
1706)     letting the attacker send traffic through your relay while
1707)     you're also initiating your own anonymized traffic. <a
1708)     href="http://freehaven.net/anonbib/#back01">Three</a> <a
1709)     href="http://freehaven.net/anonbib/#clog-the-queue">different</a>
1710)     <a href="http://freehaven.net/anonbib/#torta05">research</a> papers
1711)     describe ways to identify the relays in a circuit by running traffic
1712)     through candidate relays and looking for dips in the traffic while the
1713)     circuit is active. These clogging attacks are not that scary in the Tor
1714)     context so long as relays are never clients too. But if we're trying to
1715)     encourage more clients to turn on relay functionality too (whether as
1716)     <a href="<page docs/bridges>">bridge relays</a> or as normal relays), then
1717)     we need to understand this threat better and learn how to mitigate it.
1718)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1719) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1720)     <p>
1721)     Fifth, we might need some sort of incentive scheme to encourage people
1722)     to relay traffic for others, and/or to become exit nodes. Here are our
Roger Dingledine fix another 404 from the fr...

Roger Dingledine authored 13 years ago

1723)     <a href="<blog>two-incentive-designs-tor">current
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1724)     thoughts on Tor incentives</a>.
1725)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1726) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1727)     <p>
1728)     Please help on all of these!
1729)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1730) 
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

1731) <hr>
1732) 
1733) <a id="TransportIPnotTCP"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1734) <h3><a class="anchor" href="#TransportIPnotTCP">You should transport all IP packets, not just TCP packets.</a></h3>
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

1735) 
1736) <p>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

1737) This would be handy, because it would make Tor better able to handle
1738) new protocols like VoIP, it could solve the whole need to socksify
1739) applications, and it would solve the fact that exit relays need to
1740) allocate a lot of file descriptors to hold open all the exit connections.
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

1741) </p>
1742) 
1743) <p>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

1744) We're heading in this direction: see <a
1745) href="https://trac.torproject.org/projects/tor/ticket/1855">this trac
1746) ticket</a> for directions we should investigate. Some of the hard
1747) problems are:
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

1748) </p>
1749) 
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 13 years ago

1750) <ol>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

1751) <li>IP packets reveal OS characteristics. We would still need to do
1752) IP-level packet normalization, to stop things like TCP fingerprinting
1753) attacks. Given the diversity and complexity of TCP stacks, along with <a
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

1754) href="<wikifaq>#DoesTorresistremotephysicaldevicefingerprinting">device
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

1755) fingerprinting attacks</a>, it looks like our best bet is shipping our
1756) own user-space TCP stack.
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

1757) </li>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

1758) <li>Application-level streams still need scrubbing. We will still need
1759) user-side applications like Torbutton. So it won't become just a matter
1760) of capturing packets and anonymizing them at the IP layer.
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

1761) </li>
1762) <li>Certain protocols will still leak information. For example, we must
1763) rewrite DNS requests so they are delivered to an unlinkable DNS server
1764) rather than the DNS server at a user's ISP; thus, we must understand
1765) the protocols we are transporting.
1766) </li>
1767) <li><a
1768) href="http://crypto.stanford.edu/~nagendra/projects/dtls/dtls.html">DTLS</a>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

1769) (datagram TLS) basically has no users, and IPsec sure is big. Once we've
1770) picked a transport mechanism, we need to design a new end-to-end Tor
1771) protocol for avoiding tagging attacks and other potential anonymity and
1772) integrity issues now that we allow drops, resends, et cetera.
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

1773) </li>
1774) <li>Exit policies for arbitrary IP packets mean building a secure
1775) IDS. Our node operators tell us that exit policies are one of the main
1776) reasons they're willing to run Tor. Adding an Intrusion Detection System
1777) to handle exit policies would increase the security complexity of Tor,
1778) and would likely not work anyway, as evidenced by the entire field of IDS
1779) and counter-IDS papers. Many potential abuse issues are resolved by the
1780) fact that Tor only transports valid TCP streams (as opposed to arbitrary
1781) IP including malformed packets and IP floods), so exit policies become
1782) even <i>more</i> important as we become able to transport IP packets. We
1783) also need to compactly describe exit policies in the Tor directory,
1784) so clients can predict which nodes will allow their packets to exit &mdash;
1785) and clients need to predict all the packets they will want to send in
1786) a session before picking their exit node!
1787) </li>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

1788) <li>The Tor-internal name spaces would need to be redesigned. We support
1789) hidden service ".onion" addresses by intercepting the addresses when
1790) they are passed to the Tor client. Doing so at the IP level will require
1791) a more complex interface between Tor and the local DNS resolver.
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

1792) </li>
1793) </ol>
1794) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1795)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1796) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1797)     <a id="Criminals"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1798)     <h3><a class="anchor" href="#Criminals">Doesn't Tor enable criminals to do bad things?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1799) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1800)     <p>
1801)     For the answer to this question and others, please see our <a
1802)     href="<page docs/faq-abuse>">Tor Abuse FAQ</a>.
1803)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1804) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1805)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1806) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1807)     <a id="RespondISP"></a>
Roger Dingledine augh! newlines in faq entry...

Roger Dingledine authored 13 years ago

1808)     <h3><a class="anchor" href="#RespondISP">How do I respond to my ISP about my exit relay?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1809) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1810)     <p>
1811)     A collection of templates for successfully responding to ISPs is <a
Karsten Loesing Update wiki links

Karsten Loesing authored 12 years ago

1812)     href="<wiki>doc/TorAbuseTemplates">collected
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1813)     here</a>.
1814)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

1815) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

1816)     <hr>
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

1817) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1818)   </div>
1819)   <!-- END MAINCOL -->
1820)   <div id = "sidecol">
1821) #include "side.wmi"
1822) #include "info.wmi"
1823)   </div>
1824)   <!-- END SIDECOL -->
1825) </div>
1826) <!-- END CONTENT -->