93c6f7dd522c04475ec76380977f633ce84fd6c6
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) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

17)     <p><a href="#General">General questions:</a><br />
18)     <a href="#CompilationAndInstallation">Compilation and Installation:</a><br />
19)     <a href="#TBBGeneral">Tor Browser Bundle (general):</a><br />
Matt Pagan Visually improve sections h...

Matt Pagan authored 10 years ago

20)     <a href="#TBB3.x">Tor Browser Bundle (3.x series):</a><br />
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

21)     <a href="#AdvancedTorUsage">Advanced Tor usage:</a><br />
22)     <a href="#RunningATorRelay">Running a Tor relay:</a><br />
23)     <a href="#TorHiddenServices">Tor hidden services:</a><br />
24)     <a href="#Development">Development:</a><br />
25)     <a href="#AnonymityAndSecurity">Anonymity and Security:</a><br />
26)     <a href="#AlternateDesigns">Alternate designs that we don't do (yet):</a><br />
27)     <a href="#Abuse">Abuse:</a></p>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

28) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

29) <hr>
30) 
31)     <p>General questions:</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

32)     <ul>
33)     <li><a href="#WhatIsTor">What is Tor?</a></li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

34)     <li><a href="#Torisdifferent">How is Tor different from other
35) proxies?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

36)     <li><a href="#CompatibleApplications">What programs can I use with
37)     Tor?</a></li>
38)     <li><a href="#WhyCalledTor">Why is it called Tor?</a></li>
39)     <li><a href="#Backdoor">Is there a backdoor in Tor?</a></li>
Andrew Lewman who ships magazines these d...

Andrew Lewman authored 11 years ago

40)     <li><a href="#DistributingTor">Can I distribute Tor?</a></li>
Andrew Lewman fix two of the faq answers.

Andrew Lewman authored 12 years ago

41)     <li><a href="#SupportMail">How can I get support?</a></li>
Roger Dingledine faq: is there a tor forum?

Roger Dingledine authored 11 years ago

42)     <li><a href="#Forum">Is there a Tor forum?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

43)     <li><a href="#WhySlow">Why is Tor so slow?</a></li>
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

44)     <li><a href="#FileSharing">How can I share files anonymously through Tor?
45)     </a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 10 years ago

48)     <li><a href="#IsItWorking">How can I tell if Tor is working, and that my
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

49)     connections really are anonymized?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

50)     <li><a href="#OutboundPorts">Do I have to open all these outbound ports
Matt Pagan Improved YouTube instructio...

Matt Pagan authored 10 years ago

51)     on my firewall?</a></li>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

52)     <li><a href="#FTP">How do I use my browser for ftp with Tor?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

53)     <li><a href="#NoDataScrubbing">Does Tor remove personal information
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

54)     from the data my application sends?</a></li>
Roger Dingledine import, and correct the fal...

Roger Dingledine authored 13 years ago

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

Robert Ransom authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

60) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

61)     <p>Compilation and Installation:</p>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

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

Andrew Lewman authored 13 years ago

63)     <ul>
64)     <li><a href="#HowUninstallTor">How do I uninstall Tor?</a></li>
65)     <li><a href="#PGPSigs">What are these "sig" files on the download
66)     page?</a></li>
Roger Dingledine resurrect our finding-tor p...

Roger Dingledine authored 13 years ago

67)     <li><a href="#GetTor">Your website is blocked in my country. How
68)     do I download Tor?</a></li>
Matt Pagan Added an FAQ entry relevant...

Matt Pagan authored 10 years ago

69)     <li><a href="#VirusFalsePositives">Why does my Tor executable appear to
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

70)     have a virus or spyware?</a></li>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

71)     <li><a href="#tarballs">How do I open a .tar.gz or .tar.xz file?</a></li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

72)     <li><a href="#LiveCD">Is there a LiveCD or other bundle that
73) includes Tor?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

75) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

76)     <p>Tor Browser Bundle (general):</p>
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

77)     <ul>
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

78) 
Roger Dingledine index more of the questions...

Roger Dingledine authored 12 years ago

79)     <li><a href="#TBBFlash">Why can't I view videos on YouTube and other
80)     Flash-based sites?</a></li>
Matt Pagan Added FAQs re Sophos antivi...

Matt Pagan authored 10 years ago

81)     <li><a href="#Ubuntu">I'm using Ubuntu, and I can't start Tor Browser.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

82)     </a></li>
Matt Pagan Added FAQs re Sophos antivi...

Matt Pagan authored 10 years ago

83)     <li><a href="#SophosOnMac">I'm using the Sophos anti-virus
84)     software on my Mac, and Tor Browser won't start.</a></li>
Moritz Bartl ... and changed the questio...

Moritz Bartl authored 11 years ago

85)     <li><a href="#TBBSocksPort">I want to
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

86)     run another application through the Tor launched by Tor Browser
Moritz Bartl ... and changed the questio...

Moritz Bartl authored 11 years ago

87)     Bundle.</a></li>
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

88)     <li><a href="#TBBPolipo">I need an HTTP proxy. Where did Polipo
89)     go?</a></li>
Roger Dingledine index more of the questions...

Roger Dingledine authored 12 years ago

90)     <li><a href="#TBBOtherExtensions">Can I install other Firefox
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

91)     extensions? Which extensions should I avoid using?</a></li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

92)     <li><a href="#TBBJavaScriptEnabled">Why is NoScript configured to
93) allow JavaScript by default in the Tor Browser Bundle?  Isn't that
94) unsafe?</a></li>
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

95)     <li><a href="#TBBOtherBrowser">I want to use Chrome/IE/Opera/etc
96)     with Tor.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

97)     <li><a href="#TorbuttonOtherBrowser">Will Torbutton be available
Matt Pagan Added an FAQ entry relevant...

Matt Pagan authored 10 years ago

98)     for other browsers?</a></li>
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

99)     <li><a href="#TBBCloseBrowser">I want to leave Tor Browser Bundle
100)     running but close the browser.</a></li>
Matt Pagan Added an FAQ entry relevant...

Matt Pagan authored 10 years ago

101)     <li><a href="#GoogleCAPTCHA">Google makes me solve a CAPTCHA or tells
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

102)     me I have spyware installed.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

103)     <li><a href="#ForeignLanguages">Why does Google show up in foreign
Matt Pagan added a missing tag

Matt Pagan authored 10 years ago

104)     languages?</a></li>
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

105)     <li><a href="#GmailWarning">Gmail warns me that my account may have
106)     been compromised.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

107)     <li><a href="#NeedToUseAProxy">My internet connection requires an HTTP
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

108)     or SOCKS Proxy</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

109)     <li><a href="#CantSetProxy">What should I do if I can't set a proxy
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

110)     with my application?</a></li>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

111)     </ul>
112) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

113)     <p>Tor Browser Bundle (3.x series):</p>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

116)     <li><a href="#WhereDidVidaliaGo">Where did the world map (Vidalia)
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

117)     go?</a></li>
118)     <li><a href="#DisableJS">How do I disable JavaScript?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

119)     <li><a href="#VerifyDownload">How do I verify the download
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

120)     (sha256sums.txt)?</a></li>
Matt Pagan Improved YouTube instructio...

Matt Pagan authored 10 years ago

121)     <li><a href="#PluggableTransports">How do I use pluggable transports?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

122)     <li><a href="#NewIdentityClosingTabs">Why does "New Identity" close
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

123)     all my open tabs?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

124)     <li><a href="#ConfigureRelayOrBridge">How do I configure Tor as a relay
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

125)     or bridge?</a></li>
126)     <li><a href="#Timestamps">Why are the file timestamps from 2000?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

127)     <li><a href="#TBBSourceCode">Where is the source code for the bundle? How do
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

128)     I verify a build?</a></li>
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

129)     </ul>
130) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

131)     <p>Advanced Tor usage:</p>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

137)     logs?</a></li>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

138)     <li><a href="#LogLevel">What log level should I use?</a></li>
Andrew Lewman attempt to address ticket 4...

Andrew Lewman authored 12 years ago

139)     <li><a href="#DoesntWork">Tor is running, but it's not working
140)     correctly.</a></li>
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

141)     <li><a href="#TorCrash">My Tor keeps crashing.</a></li>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

142)     <li><a href="#VidaliaPassword">Tor/Vidalia prompts for a password at
143)     start.</a></li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

144)     <li><a href="#ChooseEntryExit">Can I control which nodes (or
145) country)
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

146)     are used for entry/exit?</a></li>
Roger Dingledine import, and correct the fal...

Roger Dingledine authored 13 years ago

147)     <li><a href="#FirewallPorts">My firewall only allows a few outgoing
148)     ports.</a></li>
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

149)     <li><a href="#DefaultExitPorts">Is there a list of default exit ports?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

150)     <li><a href="#WarningsAboutSOCKSandDNSInformationLeaks">I keep seeing
151)     these warnings about SOCKS and DNS information leaks. Should I
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

152)     worry?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

153)     <li><a href="#SocksAndDNS">How do I check if my application that uses
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

154)     SOCKS is leaking DNS requests?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

156) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

157)     <p>Running a Tor relay:</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

158)     <ul>
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

159) 
160)     <li><a href="#HowDoIDecide">How do I decide if I should run a relay?
161)     </a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

162)     <li><a href="#WhyIsntMyRelayBeingUsedMore">Why isn't my relay being
Matt Pagan Added a missing anchor; Add...

Matt Pagan authored 10 years ago

163)     used more?</a></li>
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

164)     <li><a href="#IDontHaveAStaticIP">I don't have a static IP.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

165)     <li><a href="#PortscannedMore">Why do I get portscanned more often
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

166)     when I run a Tor relay?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

167)     <li><a href="#MoreThanOneCPU">I have more than one CPU. Does this
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

168)     help?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

169)     <li><a href="#HighCapacityConnection">How can I get Tor to fully
Matt Pagan Added a missing anchor; Add...

Matt Pagan authored 10 years ago

170)     make use of my high capacity connection?</a></li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

171)     <li><a href="#RelayFlexible">How stable does my relay need to
172) be?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

173)     <li><a href="#BandwidthShaping">What bandwidth shaping options are
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

174)     available to Tor relays?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

175)     <li><a href="#LimitTotalBandwidth">How can I limit the total amount
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

176)     of bandwidth used by my Tor relay?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

177)     <li><a href="#RelayWritesMoreThanItReads">Why does my relay write
Matt Pagan Cleanup.

Matt Pagan authored 10 years ago

178)     more bytes onto the network than it reads?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

179)     <li><a href="#Hibernation">Why can I not browse anymore after
Matt Pagan Cleanup.

Matt Pagan authored 10 years ago

180)     limiting bandwidth on my Tor relay?</a></li>
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

181)     <li><a href="#ExitPolicies">I'd run a relay, but I don't want to deal
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

182)     with abuse issues.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

183)     <li><a href="#BestOSForRelay">Why doesn't my Windows (or other OS) Tor
Matt Pagan Applied Nick's patch.

Matt Pagan authored 10 years ago

184)     relay run well?</a></li>
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

185)     <li><a href="#WhatIsTheBadExitFlag">What is the BadExit flag?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

186)     <li><a href="#IGotTheBadExitFlagWhyDidThatHappen">I got the BadExit flag.
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

187)     Why did that happen?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

188)     <li><a href="#MyRelayRecentlyGotTheGuardFlagAndTrafficDroppedByHalf">My
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

189)     relay recently got the Guard flag and traffic dropped by half.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

190)     <li><a href="#TorClientOnADifferentComputerThanMyApplications">I want to run my Tor client on a
Matt Pagan Improved YouTube instructio...

Matt Pagan authored 10 years ago

191)     different computer than my applications.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

192)     <li><a href="#ServerClient">Can I install Tor on a central server, and
Matt Pagan Improved YouTube instructio...

Matt Pagan authored 10 years ago

193)     have my clients connect to it?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

194)     <li><a href="#JoinTheNetwork">So I can just configure a nickname and
Matt Pagan Improved YouTube instructio...

Matt Pagan authored 10 years ago

195)     ORPort and join the network?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

196)     <li><a href="#RelayOrBridge">Should I be a normal relay or bridge
197)     relay?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

198)     <li><a href="#UpgradeOrMove">I want to upgrade/move my relay. How do I
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

199)     keep the same key?</a></li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

200)     <li><a href="#MultipleRelays">I want to run more than one
201) relay.</a></li>
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

202)     <li><a href="#NTService">How do I run my Tor relay as an NT service?
203)     </a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

204)     <li><a href="#VirtualServer">Can I run a Tor relay from my virtual server
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

205)     account?</a></li>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

206)     <li><a href="#WrongIP">My relay is picking the wrong IP address.</a></li>
207)     <li><a href="#BehindANAT">I'm behind a NAT/Firewall</a></li>
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

208)     <li><a href="#RelayMemory">Why is my Tor relay using so much memory?
209)     </a></li>
210)     <li><a href="#BetterAnonymity">Do I get better anonymity if I run a relay?
211)     </a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

212)     <li><a href="#FacingLegalTrouble">I'm facing legal trouble. How do I
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

213)     prove that my server was a Tor relay at a given time?</a></li>
Roger Dingledine change faq title

Roger Dingledine authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

217) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

218)     <p>Tor hidden services:</p>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

219) 
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

220)     <ul>
221)     <li><a href="#AccessHiddenServices">How do I access hidden services?</a></li>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

222)     <li><a href="#ProvideAHiddenService">How do I provide a hidden service?</a></li>
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 13 years ago

224) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

225)     <p>Development:</p>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

226) 
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

228)     <li><a href="#VersionNumbers">What do these weird version numbers
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

229)     mean?</a></li>
230)     <li><a href="#PrivateTorNetwork">How do I set up my own private
231)     Tor network?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

232)     <li><a href="#UseTorWithJava">How can I make my Java program use the
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

233)     Tor network?</a></li>
234)     <li><a href="#WhatIsLibevent">What is Libevent?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

235)     <li><a href="#MyNewFeature">What do I need to do to get a new feature
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

236)     into Tor?</a></li>
237)     </ul>
238) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

239)     <p>Anonymity and Security:</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 10 years ago

241)     <li><a href="#WhatProtectionsDoesTorProvide">What protections does Tor
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

242)     provide?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

243)     <li><a href="#CanExitNodesEavesdrop">Can exit nodes eavesdrop on
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

244)     communications? Isn't that bad? </a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

245)     <li><a href="#AmITotallyAnonymous">So I'm totally anonymous if I use
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

246)     Tor?</a></li>
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

247)     <li><a href="#ExitEnclaving">What is Exit Enclaving?</a></li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

248)     <li><a href="#KeyManagement">Tell me about all the keys Tor
249) uses.</a></li>
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

250)     <li><a href="#EntryGuards">What are Entry Guards?</a></li>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

251)     <li><a href="#ChangePaths">How often does Tor change its paths?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

252)     <li><a href="#CellSize">Tor uses hundreds of bytes for every IRC line. I
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

253)     can't afford that!</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

254)     <li><a href="#OutboundConnections">Why does netstat show these outbound
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

255)     connections?</a></li>
256)     <li><a href="#PowerfulBlockers">What about powerful blocking mechanisms
257)     </a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

258)     <li><a href="#RemotePhysicalDeviceFingerprinting">Does Tor resist
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

259)     "remote physical device fingerprinting"?</a></li>
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

260)     <li><a href="#IsTorLikeAVPN">Is Tor like a VPN?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

261)     <li><a href="#Proxychains">Aren't 10 proxies (proxychains) better than
Matt Pagan Created a new FAQ entry abo...

Matt Pagan authored 10 years ago

262)     Tor with only 3 hops?</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

263)     <li><a href="#AttacksOnOnionRouting">What attacks remain against onion
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

264)     routing?</a></li>
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

265)     <li><a href="#LearnMoreAboutAnonymity">Where can I learn more about anonymity?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

267) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

268)     <p>Alternate designs that we don't do (yet):</p>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

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

Andrew Lewman authored 13 years ago

270)     <ul>
271)     <li><a href="#EverybodyARelay">You should make every Tor user be a
272)     relay.</a></li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

273)     <li><a href="#TransportIPnotTCP">You should transport all IP
274) packets,
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

275)     not just TCP packets.</a></li>
Roger Dingledine import the "you should hide...

Roger Dingledine authored 12 years ago

276)     <li><a href="#HideExits">You should hide the list of Tor relays,
277)     so people can't block the exits.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

278)     <li><a href="#ChoosePathLength">You should let people choose their path
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

279)     length.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

280)     <li><a href="#SplitEachConnection">You should split each connection over
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

281)     many paths.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

282)     <li><a href="#MigrateApplicationStreamsAcrossCircuits">You should migrate
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

283)     application streams across circuits.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

284)     <li><a href="#LetTheNetworkPickThePath">You should let the network pick
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

285)     the path, not the client.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

286)     <li><a href="#UnallocatedNetBlocks">Your default exit policy should block
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

287)     unallocated net blocks too.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

288)     <li><a href="#BlockWebsites">Exit policies should be able to block
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

289)     websites, not just IP addresses.</a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

290)     <li><a href="#BlockContent">You should change Tor to prevent users from
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

291)     posting certain content.</a></li>
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

292)     <li><a href="#SendPadding">You should send padding so it's more secure.
293)     </a></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

294)     <li><a href="#Steganography">You should use steganography to hide Tor
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

295)     traffic.</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

297) 
Matt Pagan Clarified torrc entry.

Matt Pagan authored 10 years ago

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

Andrew Lewman authored 13 years ago

299)     <ul>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

300)     <li><a href="#Criminals">Doesn't Tor enable criminals to do bad
301) things?</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

302)     <li><a href="#RespondISP">How do I respond to my ISP about my exit
303)     relay?</a></li>
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

304)     <li><a href="#HelpPoliceOrLawyers">I have questions about
305)    a Tor IP address for a legal case.</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

307) 
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

314)     <a id="General"></a>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

315)     <h2><a class="anchor">General:</a></h2>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

320)     <p>
321)     The name "Tor" can refer to several different components.
322)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

324)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

325)     The Tor software is a program you can run on your computer that
326) helps keep
327)     you safe on the Internet. Tor protects you by bouncing your
328) communications
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

329)     around a distributed network of relays run by volunteers all around
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

330)     the world: it prevents somebody watching your Internet connection
331) from
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

332)     learning what sites you visit, and it prevents the sites you visit
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

333)     from learning your physical location. This set of volunteer relays
334) is
335)     called the Tor network. You can read more about how Tor works on the
336) <a
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

337)     href="<page about/overview>">overview page</a>.
338)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

340)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

341)     The Tor Project is a non-profit (charity) organization that
342) maintains
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

343)     and develops the Tor software.
344)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

348)     <a id="Torisdifferent"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

349)     <h3><a class="anchor" href="#Torisdifferent">How is Tor different
350) from other proxies?</a></h3>
351)     <p>
352)     A typical proxy provider sets up a server somewhere on the Internet
353) and
354) allows you to use it to relay your traffic.  This creates a simple, easy
355) to
356) maintain architecture.  The users all enter and leave through the same
357) server.
358) The provider may charge for use of the proxy, or fund their costs
359) through
360) advertisements on the server.  In the simplest configuration, you don't
361) have to
362) install anything.  You just have to point your browser at their proxy
363) server.
364) Simple proxy providers are fine solutions if you do not want protections
365) for
366) your privacy and anonymity online and you trust the provider from doing
367) bad
368) things.  Some simple proxy providers use SSL to secure your connection
369) to them.
370) This may protect you against local eavesdroppers, such as those at a
371) cafe with
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

372) free wifi Internet.
373)     </p>
374)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

375)     Simple proxy providers also create a single point of failure.  The
376) provider
377) knows who you are and where you browse on the Internet.  They can see
378) your
379) traffic as it passes through their server.  In some cases, they can even
380) see
Roger Dingledine minor faq cleanups

Roger Dingledine authored 12 years ago

381) inside your
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

382) encrypted traffic as they relay it to your banking site or to ecommerce
383) stores.
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

384) You have to trust the provider isn't doing any number of things, such as
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

385) watching your traffic, injecting their own advertisements into your
386) traffic
Roger Dingledine minor faq cleanups

Roger Dingledine authored 12 years ago

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

Runa A. Sandvik authored 13 years ago

388)     </p>
389)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

390)     Tor passes your traffic through at least 3 different servers before
391) sending
392) it on to the destination. Because there's a separate layer of encryption
393) for
394) each of the three relays, Tor does not modify, or even know, what you
395) are
396) sending into it.  It merely relays your traffic, completely encrypted
397) through
398) the Tor network and has it pop out somewhere else in the world,
399) completely
400) intact.  The Tor client is required because we assume you trust your
401) local
402) computer.  The Tor client manages the encryption and the path chosen
403) through
404) the network.  The relays located all over the world merely pass
405) encrypted
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

406) packets between themselves.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

407)     <p>
408)     <dl>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

409)     <dt>Doesn't the first server see who I am?</dt><dd>Possibly. A bad
410) first of
411) three servers can see encrypted Tor traffic coming from your computer.
412) It
413) still doesn't know who you are and what you are doing over Tor.  It
414) merely sees
415) "This IP address is using Tor".  Tor is not illegal anywhere in the
416) world, so
417) using Tor by itself is fine.  You are still protected from this node
418) figuring
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

419) out who you are and where you are going on the Internet.</dd>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

420)     <dt>Can't the third server see my traffic?</dt><dd>Possibly.  A bad
421) third
422) of three servers can see the traffic you sent into Tor.  It won't know
423) who sent
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

424) this traffic.  If you're using encryption, such as visiting a bank or
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

425) e-commerce website, or encrypted mail connections, etc, it will only
426) know the
427) destination.  It won't be able to see the data inside the traffic
428) stream.  You
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

429) are still protected from this node figuring out who you are and if using
430) encryption, what data you're sending to the destination.</dd>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

431)     </dl>
432)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

435) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

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

Andrew Lewman authored 13 years ago

437)     <a id="CompatibleApplications"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 10 years ago

442)     If you want to use Tor with a web browser, we provide the Tor Browser
443)     Bundle, which includes everything you need to browse the web safely using
444)     Tor. If you want to use another web browser with Tor, see <a
445)     href="#TBBOtherBrowser">Other web browsers</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

446)     </p>
447)     <p>
448)     There are plenty of other programs you can use with Tor,
449)     but we haven't researched the application-level anonymity
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

450)     issues on all of them well enough to be able to recommend a safe
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

451)     configuration. Our wiki has a list of instructions for <a
Karsten Loesing Update wiki links

Karsten Loesing authored 12 years ago

452)     href="<wiki>doc/TorifyHOWTO">Torifying
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

453)     specific applications</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

454)     Please add to these lists and help us keep them accurate!
455)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

459)     <a id="WhyCalledTor"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

460)     <h3><a class="anchor" href="#WhyCalledTor">Why is it called
461) Tor?</a></h3>
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)     <p>
464)     Because Tor is the onion routing network. When we were starting the
465)     new next-generation design and implementation of onion routing in
466)     2001-2002, we would tell people we were working on onion routing,
467)     and they would say "Neat. Which one?" Even if onion routing has
468)     become a standard household term, Tor was born out of the actual <a
469)     href="http://www.onion-router.net/">onion routing project</a> run by
470)     the Naval Research Lab.
471)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

477)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

478)     Note: even though it originally came from an acronym, Tor is not
479) spelled
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

480)     "TOR". Only the first letter is capitalized. In fact, we can usually
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

481)     spot people who haven't read any of our website (and have instead
482) learned
483)     everything they know about Tor from news articles) by the fact that
484) they
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

485)     spell it wrong.
486)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

490)     <a id="Backdoor"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

494)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

495)     There is absolutely no backdoor in Tor. Nobody has asked us to put
496) one
497)     in, and we know some smart lawyers who say that it's unlikely that
498) anybody
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

499)     will try to make us add one in our jurisdiction (U.S.). If they do
500)     ask us, we will fight them, and (the lawyers say) probably win.
501)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

503)     <p>
504)     We think that putting a backdoor in Tor would be tremendously
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

505)     irresponsible to our users, and a bad precedent for security
506) software
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

507)     in general. If we ever put a deliberate backdoor in our security
508)     software, it would ruin our professional reputations. Nobody would
509)     trust our software ever again &mdash; for excellent reason!
510)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

512)     <p>
513)     But that said, there are still plenty of subtle attacks
514)     people might try. Somebody might impersonate us, or break into our
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

515)     computers, or something like that. Tor is open source, and you
516) should
517)     always check the source (or at least the diffs since the last
518) release)
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

519)     for suspicious things. If we (or the distributors) don't give you
520)     source, that's a sure sign something funny might be going on. You
521)     should also check the <a href="<page docs/verifying-signatures>">PGP
522)     signatures</a> on the releases, to make sure nobody messed with the
523)     distribution sites.
524)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

526)     <p>
527)     Also, there might be accidental bugs in Tor that could affect your
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

528)     anonymity. We periodically find and fix anonymity-related bugs, so
529) make
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

530)     sure you keep your Tor versions up-to-date.
531)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

535)     <a id="DistributingTor"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

536)     <h3><a class="anchor" href="#DistributingTor">Can I distribute
537) Tor?</a></h3>
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)     <p>
540)     Yes.
541)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

543)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

544)     The Tor software is <a href="https://www.fsf.org/">free
545) software</a>. This
546)     means we give you the rights to redistribute the Tor software,
547) either
548)     modified or unmodified, either for a fee or gratis. You don't have
549) to
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

550)     ask us for specific permission.
551)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

553)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

554)     However, if you want to redistribute the Tor software you must
555) follow our
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

556)     <a href="<gitblob>LICENSE">LICENSE</a>.
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

557)     Essentially this means that you need to include our LICENSE file
558) along
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

559)     with whatever part of the Tor software you're distributing.
560)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

562)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

563)     Most people who ask us this question don't want to distribute just
564) the
Andrew Lewman attempt to clarify the dist...

Andrew Lewman authored 12 years ago

565)     Tor software, though. They want to distribute the <a
Roger Dingledine touchups on the faq that ha...

Roger Dingledine authored 10 years ago

566)     href="<page projects/torbrowser>">Tor Browser</a>. This includes <a
Andrew Lewman attempt to clarify the dist...

Andrew Lewman authored 12 years ago

567)     href="https://www.mozilla.org/en-US/firefox/all-aurora.html">Mozilla
568)     Aurora</a> and <a href="<page projects/vidalia>">Vidalia</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

569)     You will need to follow the licenses for those programs
570)     as well. Both of them are distributed under the <a
571)     href="https://www.fsf.org/licensing/licenses/gpl.html">GNU General
Andrew Lewman attempt to clarify the dist...

Andrew Lewman authored 12 years ago

572)     Public License</a>. The simplest way to obey their licenses is
573)     to include the source code for these programs everywhere you
574)     include the bundles themselves. Look for "source" packages on
575)     the <a href="<page projects/vidalia>">Vidalia page</a> and <a
576)     href="https://www.mozilla.org/en-US/firefox/all-aurora.html">Mozilla
577)     Aurora</a> pages.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

580)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

581)     Also, you should make sure not to confuse your readers about what
582) Tor is,
583)     who makes it, and what properties it provides (and doesn't provide).
584) See
585)     our <a href="<page docs/trademark-faq>">trademark FAQ</a> for
586) details.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

589)     <p>
590)     Lastly, you should realize that we release new versions of the
591)     Tor software frequently, and sometimes we make backward incompatible
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

592)     changes. So if you distribute a particular version of the Tor
593) software, it
594)     may not be supported &mdash; or even work &mdash; six months later.
595) This
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

596)     is a fact of life for all security software under heavy development.
597)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

601)     <a id="SupportMail"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

602)     <h3><a class="anchor" href="#SupportMail">How can I get
603) support?</a></h3>
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

604) 
Andrew Lewman improve the support faq ans...

Andrew Lewman authored 11 years ago

605)     <p>Your best bet is to first try the following:</p>
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

606)     <ol>
607)     <li>Read through this <a href="<page docs/faq>">FAQ</a>.</li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

608)     <li>Read through the <a href="<page
609) docs/documentation>">documentation</a>.</li>
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

610)     <li>Read through the <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

611) 
612) href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk">
613) tor-talk
Andrew Lewman fix two of the faq answers.

Andrew Lewman authored 12 years ago

614)     archives</a> and see if your question is already answered.</li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

615)     <li>Join our <a href="ircs://irc.torproject.org#tor">irc channel</a>
616) and
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

617)     state the issue and wait for help.</li>
Andrew Lewman fix two of the faq answers.

Andrew Lewman authored 12 years ago

618)     <li>Send an email to <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

619) 
620) href="mailto:help@rt.torproject.org">help@rt.torproject.org</a>.</li>
621)     <li>If all else fails, try <a href="<page about/contact>">contacting
622) us</a> directly.</li>
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

624) 
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

625)     <p>If you find your answer, please stick around on the IRC channel
626) or the
Andrew Lewman improve the support faq ans...

Andrew Lewman authored 11 years ago

627)     mailing list to help others who were once in your position.</p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

630) 
Roger Dingledine faq: is there a tor forum?

Roger Dingledine authored 11 years ago

631)     <a id="Forum"></a>
632)     <h3><a class="anchor" href="#Forum">Is there a Tor forum?</a></h3>
633) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

634)     <p>We have a <a href="https://tor.stackexchange.com/">StackExchange
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

635)     page</a> that is currently in public beta.
Roger Dingledine faq: is there a tor forum?

Roger Dingledine authored 11 years ago

636)     </p>
637) 
638)     <hr>
639) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

640)     <a id="WhySlow"></a>
641)     <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

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

647)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

648)     Before we answer, though, you should realize that Tor is never going
649) to
650)     be blazing fast. Your traffic is bouncing through volunteers'
651) computers
652)     in various parts of the world, and some bottlenecks and network
653) latency
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

654)     will always be present. You shouldn't expect to see university-style
655)     bandwidth through Tor.
656)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

658)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

659)     But that doesn't mean that it can't be improved. The current Tor
660) network
661)     is quite small compared to the number of people trying to use it,
662) and
663)     many of these users don't understand or care that Tor can't
664) currently
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

665)     handle file-sharing traffic load.
666)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

670)     href="<blog>why-tor-is-slow">Roger's blog
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

671)     post on the topic</a>, which includes both a detailed PDF and a
672) video
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

673)     to go with it.
674)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

676)     <p>
677)     What can you do to help?
678)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

682)     <li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

683)     <a href="<page docs/tor-doc-relay>">Configure your Tor to relay
684) traffic
685)     for others</a>. Help make the Tor network large enough that we can
686) handle
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

687)     all the users who want privacy and security on the Internet.
688)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

690)     <li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 13 years ago

693)     especially need people to help make it easier to configure your Tor
694)     as a relay. Also, we need help with clear simple documentation to
695)     walk people through setting it up.
696)     </li>
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)     <li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

699)     There are some bottlenecks in the current Tor network. Help us
700) design
701)     experiments to track down and demonstrate where the problems are,
702) and
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

703)     then we can focus better on fixing them.
704)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

706)     <li>
707)     Tor needs some architectural changes too. One important change is to
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

708)     start providing <a href="#EverybodyARelay">better service to people
709) who
710)     relay traffic</a>. We're working on this, and we'll finish faster if
711) we
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

712)     get to spend more time on it.
713)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

715)     <li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

716)     Help do other things so we can do the hard stuff. Please take a
717) moment
718)     to figure out what your skills and interests are, and then <a
719) href="<page
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

720)     getinvolved/volunteer>">look at our volunteer page</a>.
721)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

723)     <li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

724)     Help find sponsors for Tor. Do you work at a company or government
725) agency
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

726)     that uses Tor or has a use for Internet privacy, e.g. to browse the
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

727)     competition's websites discreetly, or to connect back to the home
728) servers
729)     when on the road without revealing affiliations? If your
730) organization has
731)     an interest in keeping the Tor network working, please contact them
732) about
733)     supporting Tor. Without sponsors, Tor is going to become even
734) slower.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

737)     <li>
738)     If you can't help out with any of the above, you can still help out
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

739)     individually by <a href="<page donate/donate>">donating a bit of
740) money to the
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

741)     cause</a>. It adds up!
742)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

747) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

749)     <h3><a class="anchor" href="#FileSharing">How can I share files
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

750)     anonymously through Tor?</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

753)     File sharing (peer-to-peer/P2P) is widely unwanted in the Tor network,
754)     and exit nodes are configured to block file sharing traffic by default.
755)     Tor is not really designed for it, and file sharing through Tor slows
756)     down everyone's browsing. Also, Bittorrent over Tor <a
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

757)     href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">
758)     is not anonymous</a>!
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

759)     </p>
760) 
761)     <hr>
762) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

763)     <a id="Funding"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 12 years ago

768)     The Tor network's <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

769) 
770) href="https://metrics.torproject.org/network.html#networksize">several
Roger Dingledine future-proof our user and t...

Roger Dingledine authored 12 years ago

771)     thousand</a> relays push <a
772)     href="https://metrics.torproject.org/network.html#bandwidth">over
773)     1GB per second on average</a>. We have <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

774) 
775) href="https://metrics.torproject.org/users.html#direct-users">several
Roger Dingledine future-proof our user and t...

Roger Dingledine authored 12 years ago

776)     hundred thousand daily users</a>. But the Tor network is not yet
777)     self-sustaining.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

780)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

781)     There are six main development/maintenance pushes that need
782) attention:
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

787)     <li>
788)     Scalability: We need to keep scaling and decentralizing the Tor
789)     architecture so it can handle thousands of relays and millions of
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

790)     users. The upcoming stable release is a major improvement, but
791) there's
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

792)     lots more to be done next in terms of keeping Tor fast and stable.
793)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

795)     <li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

796)     User support: With this many users, a lot of people are asking
797) questions
798)     all the time, offering to help out with things, and so on. We need
799) good
800)     clean docs, and we need to spend some effort coordinating
801) volunteers.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

804)     <li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

805)     Relay support: the Tor network is run by volunteers, but they still
806) need
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

807)     attention with prompt bug fixes, explanations when things go wrong,
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

808)     reminders to upgrade, and so on. The network itself is a commons,
809) and
810)     somebody needs to spend some energy making sure the relay operators
811) stay
812)     happy. We also need to work on stability on some platforms &mdash;
813) e.g.,
Damian Johnson Fixing/removing a few dead...

Damian Johnson authored 13 years ago

814)     Tor relays have problems on Win XP currently.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

817)     <li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

818)     Usability: Beyond documentation, we also need to work on usability
819) of the
820)     software itself. This includes installers, clean GUIs, easy
821) configuration
822)     to interface with other applications, and generally automating all
823) of
824)     the difficult and confusing steps inside Tor. We've got a start on
825) this
826)     with the <a href="<page projects/vidalia>">Vidalia GUI</a>, but much
827) more work
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

831)     <li>
832)     Incentives: We need to work on ways to encourage people to configure
833)     their Tors as relays and exit nodes rather than just clients.
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

834)     <a href="#EverybodyARelay">We need to make it easy to become a
835) relay,
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

836)     and we need to give people incentives to do it.</a>
837)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

839)     <li>
840)     Research: The anonymous communications field is full
841)     of surprises and gotchas. In our copious free time, we
842)     also help run top anonymity and privacy conferences like <a
843)     href="http://petsymposium.org/">PETS</a>. We've identified a set of
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

844)     critical <a href="<page getinvolved/volunteer>#Research">Tor
845) research questions</a>
846)     that will help us figure out how to make Tor secure against the
847) variety of
848)     attacks out there. Of course, there are more research questions
849) waiting
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

850)     behind these.
851)     </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

855)     <p>
856)     We're continuing to move forward on all of these, but at this rate
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

857)     <a href="#WhySlow">the Tor network is growing faster than the
858) developers
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

859)     can keep up</a>.
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

860)     Now would be an excellent time to add a few more developers to the
861) effort
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

862)     so we can continue to grow the network.
863)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

865)     <p>
866)     We are also excited about tackling related problems, such as
867)     censorship-resistance.
868)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

870)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

871)     We are proud to have <a href="<page about/sponsors>">sponsorship and
872) support</a>
873)     from the Omidyar Network, the International Broadcasting Bureau,
874) Bell
875)     Security Solutions, the Electronic Frontier Foundation, several
876) government
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

877)     agencies and research groups, and hundreds of private contributors.
878)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

880)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

881)     However, this support is not enough to keep Tor abreast of changes
882) in the
883)     Internet privacy landscape. Please <a href="<page
884) donate/donate>">donate</a>
885)     to the project, or <a href="<page about/contact>">contact</a> our
886) executive
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

887)     director for information on making grants or major donations.
888)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

889) 
Robert Ransom Add a missing horizontal rule

Robert Ransom authored 13 years ago

890)     <hr>
891) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

893)     <h3><a class="anchor" href="#OutboundPorts">Do I have to open all these
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

894)     outbound ports on my firewall?</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

897)     Tor may attempt to connect to any port that is advertised in the
898)     directory as an ORPort (for making Tor connections) or a DirPort (for
899)     fetching updates to the directory). There are a variety of these ports,
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

900)     but many of them are running on 80, 443, 9001, and 9030.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

903)     So as a client, you could probably get away with opening only those four
904)     ports. Since Tor does all its connections in the background, it will retry
905)     ones that fail, and hopefully you'll never have to know that it failed, as
906)     long as it finds a working one often enough. However, to get the most
907)     diversity in your entry nodes -- and thus the most security -- as well as
908)     the most robustness in your connectivity, you'll want to let it connect
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

909)     to all of them.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

912)     If you really need to connect to only a small set of ports, see the FAQ
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

913)     entry on <a href="#FirewallPorts">firewalled ports</a>.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

916)     Note that if you're running Tor as a relay, you must allow outgoing
917)     connections to every other relay and to anywhere your exit policy
918)     advertises that you allow. The cleanest way to do that is simply to allow
919)     all outgoing connections at your firewall. If you don't, clients will try
920)     to use these connections and things won't work.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

922)  
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

924)  
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

926)     <h3><a class="anchor" href="#IsItWorking">How can I tell if Tor is
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

927)     working, and that my connections really are anonymized?</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

930)     There are sites you can visit that will tell you if you appear to be
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

931)     coming through the Tor network. Try the <a href="https://check.torproject.org">
932)     Tor Check</a> site and see whether it thinks you are using Tor or not.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

935)     If that site is down, you can still test, but it will involve more effort.
936)     Sites like <a href="http://ipid.shat.net">http://ipid.shat.net</a> and
937)     <a href="http://www.showmyip.com/">http://www.showmyip.com/</a> will tell
938)     you what your IP address appears to be, but you'll need to know your
939)     current IP address so you can compare and decide whether you're using Tor
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

940)     correctly.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

943)     To learn your IP address on OS X, Linux, BSD, etc, run "ifconfig". On
944)     Windows, go to the Start menu, click Run and enter "cmd". At the command
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

945)     prompt, enter "ipconfig /a".
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

948)     If you are behind a NAT or firewall, though, your IP address will be
949)     within the range of 10.XXX.XXX.XXX, 192.168.XXX.XXX, or 172.16.XXX.XXX -
950)     172.31.XXX.XXX, which is not your public IP address. In this case, you
951)     should check your IP address with one of the sites above without using
952)     Tor, and then check again using Tor to see whether your IP address has
953)     changed.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

955)  
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

957)  
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

958)     <a id="FTP"></a>
959)     <h3><a class="anchor" href="#FTP">How do I use my browser for ftp with Tor?
960)     </a></h3>
961) 
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

963)     Use the <a href="https://torproject.org/projects/torbrowser.html">Tor
964)     Browser Bundle</a>. If you want a separate application for an
965)     ftp client, we've heard good things about  FileZilla for Windows. You can
966)     configure it to point to Tor as a "socks4a" proxy on "localhost" port
967)     "9050".
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

968)     </p>
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

969) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

971)  
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

973)     <h3><a class="anchor" href="#NoDataScrubbing">Does Tor remove personal
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

974)     information from the data my application sends?</a></h3>
975) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

976)     <p>No, it doesn't. You need to use a separate program that understands
977)     your application and protocol and knows how to clean or "scrub" the data
978)     it sends. The Tor Browser Bundle tries to keep application-level data,
979)     like the user-agent string, uniform for all users. The Tor Browser can't
980)     do anything about text that you type into forms, though. <a
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

981)     href="<page download/download-easy>#warning">Be
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

982)     careful and be smart.</a>
983)     </p>
984) 
985)     <hr>
986) 
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

987)     <a id="Metrics"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

988)     <h3><a class="anchor" href="#Metrics">How many people use Tor? How
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

989)     many relays or exit nodes are there?</a></h3>
Andrew Lewman migration some questions fr...

Andrew Lewman authored 13 years ago

990) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

991)     <p>
992)     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

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 10 years ago

997)     <h3><a class="anchor" href="#SSLcertfingerprint">What are the SSL
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

998)     certificate fingerprints for Tor's various websites?</a></h3>
Andrew Lewman update the faq with the ssl...

Andrew Lewman authored 13 years ago

999)     <p>
Andrew Lewman s/cerficate/certificate/

Andrew Lewman authored 13 years ago

1000)     *.torproject.org SSL certificate from Digicert:
Matt Pagan Updated website SSL fingerp...

Matt Pagan authored 10 years ago

1001)     </p>
1002)     <pre>
1003) Issued Certificate
1004) Version: 3
1005) Serial Number: 09 48 B1 A9 3B 25 1D 0D B1 05 10 59 E2 C2 68 0A
1006) Not Valid Before: 2013-10-22
1007) Not Valid After: 2016-05-03
1008) Certificate Fingerprints
1009) SHA1: 84 24 56 56 8E D7 90 43 47 AA 89 AB 77 7D A4 94 3B A1 A7 D5
1010) MD5: A4 16 66 80 AE B9 A4 EC AA 88 01 1B 6F B9 EB CB
Andrew Lewman a pre will look better.

Andrew Lewman authored 13 years ago

1011)     </pre>
Matt Pagan Updated website SSL fingerp...

Matt Pagan authored 10 years ago

1012) <br>
1013)     <p>
1014) blog.torproject.org SSL certificate from RapidSSL:
Andrew Lewman update the faq with the ssl...

Andrew Lewman authored 13 years ago

1015)     </p>
Matt Pagan Updated website SSL fingerp...

Matt Pagan authored 10 years ago

1016)     <pre>
1017) Issued Certificate
1018) Version: 3
1019) Serial Number: 05 CA 2A A9 A5 D6 ED 44 C7 2D 88 1A 18 B0 E7 DC
1020) Not Valid Before: 2014-04-09
1021) Not Valid After: 2017-06-14
1022) Certificate Fingerprints
1023) SHA1: DE 20 3D 46 FD C3 68 EB BA 40 56 39 F5 FA FD F5 4E 3A 1F 83
1024) MD5: 8A 8A A2 5E D9 7F 84 4C 8F 00 3B 43 E0 2D E6 4D
1025)     </pre>
Andrew Lewman update the faq with the ssl...

Andrew Lewman authored 13 years ago

1026)     <hr>
1027) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

1028)     <a id="CompilationAndInstallation"></a>
1029)     <h2><a class="anchor">Compilation And Installation:</a></h2>
1030) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1031)     <a id="HowUninstallTor"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1032)     <h3><a class="anchor" href="#HowUninstallTor">How do I uninstall
1033) Tor?</a></h3>
1034) 
1035)     <p>
1036)     Tor Browser does not install itself in the classic sense of
1037) applications. You just simply delete the folder or directory named "Tor
1038) Browser" and it is removed from your system.
1039)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

1041)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1042)     If this is not related to Tor Browser, uninstallation depends
1043) entirely on how you installed it and which operating system you
1044)     have. If you installed a package, then hopefully your package has a
1045) way to
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1046)     uninstall itself. The Windows packages include uninstallers.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

1054)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1055)     If you installed by source, I'm afraid there is no easy uninstall
1056) method. But
1057)     on the bright side, by default it only installs into /usr/local/ and
1058) it should
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1059)     be pretty easy to notice things there.
1060)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

1064)     <a id="PGPSigs"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

1068)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1069)     These are PGP signatures, so you can verify that the file you've
1070) downloaded is
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1071)     exactly the one that we intended you to get.
1072)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

1074)     <p>
1075)     Please read the <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1076)     href="<page docs/verifying-signatures>">verifying signatures</a>
1077) page for details.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

1080) <hr>
1081) 
1082) <a id="GetTor"></a>
1083) <h3><a class="anchor" href="#GetTor">Your website is blocked in my
1084) country. How do I download Tor?</a></h3>
1085) 
1086) <p>
1087) Some government or corporate firewalls censor connections to Tor's
1088) 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

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

Roger Dingledine authored 12 years ago

1090) Bundle</a> fits nicely on a USB key. Second, find the <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1091) href="https://encrypted.google.com/search?q=tor+mirrors">google
1092) cache</a>
Roger Dingledine resurrect our finding-tor p...

Roger Dingledine authored 13 years ago

1093) for the <a href="<page getinvolved/mirrors>">Tor mirrors</a> page
1094) and see if any of those copies of our website work for you. Third,
1095) you can download Tor via email: log in to your Gmail account and mail
Andrew Lewman implement ticket 6213.

Andrew Lewman authored 11 years ago

1096) '<tt>gettor@gettor.torproject.org</tt>'. If you include the word 'help'
Roger Dingledine resurrect our finding-tor p...

Roger Dingledine authored 13 years ago

1097) in the body of the email, it will reply with instructions. Note that
1098) only a few webmail providers are supported, since they need to be able
1099) to receive very large attachments.
1100) </p>
1101) 
1102) <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Robert Ransom authored 13 years ago

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

Roger Dingledine authored 13 years ago

1107) </p>
1108) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

1110) 
Matt Pagan Formatted the new FAQ entry...

Matt Pagan authored 10 years ago

1111)     <a id="VirusFalsePositives"></a>
1112)     <h3><a class="anchor" href="#VirusFalsePositives"></a></h3>
1113)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1114)     Sometimes, overzealous Windows virus and spyware detectors trigger on
1115)     some parts of the Tor Windows binary. Our best guess is that these are
1116)     false positives — after all, the anti-virus and anti-spyware business is
1117)     just a guessing game anyway. You should contact your vendor and explain
1118)     that you have a program that seems to be triggering false positives. Or
Matt Pagan Formatted the new FAQ entry...

Matt Pagan authored 10 years ago

1119)     pick a better vendor.
1120)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1121)     <p>In the meantime, we encourage you to not just take our word for it.
1122)     Our job is to provide the source; if you're concerned, please do
Matt Pagan Formatted the new FAQ entry...

Matt Pagan authored 10 years ago

1123)     recompile it yourself.</p>
1124) 
1125)     <hr>
1126) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1128)     <h3><a class="anchor" href="#tarballs">How do I open a .tar.gz
Matt Pagan Fix a screwed-up HTML tag.

Matt Pagan authored 10 years ago

1129)     or .tar.xz file?</a></h3>
Matt Pagan Added an FAQ entry relevant...

Matt Pagan authored 10 years ago

1130) 
1131)     <p>
1132)     Tar is a common archive utility for Unix and Linux systems. If your
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1133)     system has a mouse, you can usually open them by double clicking.
1134)     Otherwise open a command prompt and execute</p>
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

1135)     <pre>tar xzf &lt;FILENAME&gt;.tar.gz</pre> or <pre>tar xJf &lt;FILENAME&gt;.tar.xz</pre>
Matt Pagan Added an FAQ entry relevant...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1137)     as documented on tar's man page.
Matt Pagan Added an FAQ entry relevant...

Matt Pagan authored 10 years ago

1138)     </p>
1139) 
1140)     <hr>
1141) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1142)     <a id="LiveCD"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Damian Johnson authored 13 years ago

1147)     Yes.  Use <a href="https://tails.boum.org/">The Amnesic Incognito
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1148)     Live System</a> or <a href="<page projects/torbrowser>">the Tor
1149) Browser
Robert Ransom Stop directing users to obs...

Robert Ransom authored 13 years ago

1150)     Bundle</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

1152) 
1153) <hr>
1154) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

1155) <a id="TBBGeneral"></a>
1156) <h2><a class="anchor">Tor Browser Bundle (general):</a></h2>
1157) 
Roger Dingledine two more tbb faqs, with pla...

Roger Dingledine authored 12 years ago

1158) <a id="TBBFlash"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1159) <h3><a class="anchor" href="#TBBFlash">Why can't I view videos on
1160) YouTube
Roger Dingledine index more of the questions...

Roger Dingledine authored 12 years ago

1161) and other Flash-based sites?</a></h3>
Roger Dingledine two more tbb faqs, with pla...

Roger Dingledine authored 12 years ago

1162) 
1163) <p>
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

1164) YouTube and similar sites require third party browser plugins such as Flash.
1165) Plugins operate independently from Firefox and can perform
1166) activity on your computer that ruins your anonymity. This includes
1167) but is not limited to: <a href="http://decloak.net">completely disregarding
1168) proxy settings</a>, querying your <a
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1169) href="http://forums.sun.com/thread.jspa?threadID=5162138&amp;messageID=9618376">
1170) local IP address</a>, and <a
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

1171) href="http://epic.org/privacy/cookies/flash.html">storing their own
1172) cookies</a>. It is possible to use a LiveCD solution such as
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1173) or <a href="https://tails.boum.org/">The Amnesic Incognito Live System</a>
1174) that creates a secure, transparent proxy to protect you from proxy bypass,
1175) however issues with local IP address discovery and Flash cookies still remain.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1176) </p>
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

1177) 
1178) <p>
Andrew Lewman don't tell users how to kil...

Andrew Lewman authored 11 years ago

1179) <a href="https://www.youtube.com/html5">YouTube offers experimental HTML5 video
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1180) support</a> for many of their videos. Often you can get the HTML5 version of
1181) videos that don't want to play by grabbing the YouTube URL from the "Embed"
Matt Pagan Improved YouTube instructio...

Matt Pagan authored 10 years ago

1182) code under a video's "Share" option. The link switches out a URL that looks</p>
1183) <pre>https://www.youtube.com/watch?v=CJNxbpbHA-I</pre>
1184) <p>to something that looks like</p>
1185) <pre>https://www.youtube.com/embed/CJNxbpbHA-I</pre>
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

1186) 
Roger Dingledine two more tbb faqs, with pla...

Roger Dingledine authored 12 years ago

1187) <hr>
1188) 
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

1189) <a id="Ubuntu"></a>
1190) <h3><a class="anchor" href="#Ubuntu">
Matt Pagan Added FAQs re Sophos antivi...

Matt Pagan authored 10 years ago

1191) I'm using Ubuntu and I can't start Tor Browser.</a></h3>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

1192) <p>
Matt Pagan There's a simpler way to ru...

Matt Pagan authored 10 years ago

1193) You'll need to tell Ubuntu that you want the ability to execute shell scripts 
1194) from the graphical interface. Open "Files" (Unity's explorer), open 
Matt Pagan When running Ubuntu shell s...

Matt Pagan authored 10 years ago

1195) Preferences-> Behavior Tab -> Set "Run executable text files when they are 
1196) opened" to "Ask every time", then OK.
Matt Pagan There's a simpler way to ru...

Matt Pagan authored 10 years ago

1197) </p>
1198) <p>You can also start the Tor Browser from the command line by running </p>
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

1199) <pre>./start-tor-browser</pre>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

1200) <p>
1201) from inside the Tor Browser directory.
1202) </p>
1203) 
Matt Pagan Added an FAQ entry relevant...

Matt Pagan authored 10 years ago

1204) <hr>
1205) 
Matt Pagan Added FAQs re Sophos antivi...

Matt Pagan authored 10 years ago

1206) <a id="SophosOnMac"></a>
1207) <h3><a class="anchor" href="#SophosOnMac">I'm using the Sophos anti-virus
1208) software on my Mac, and Tor Browser won't start.</a></h3>
1209) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1210) You'll need to modify Sophos anti-virus so that Tor can connect to the
1211) internet. Go to Preferences -> Web Protection -> General, and turn off
Matt Pagan Added FAQs re Sophos antivi...

Matt Pagan authored 10 years ago

1212) the protections for "Malicious websites" and "Malicious downloads".
1213) </p>
1214) 
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

1215) <hr>
1216) 
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1217) <a id="TBBSocksPort"></a>
Moritz Bartl ... and changed the question

Moritz Bartl authored 11 years ago

1218) <h3><a class="anchor" href="#TBBSocksPort">
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1219) I want to run another application through the Tor launched by Tor
Moritz Bartl ... and changed the question

Moritz Bartl authored 11 years ago

1220) Browser Bundle.</a></h3>
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1221) 
1222) <p>
Moritz Bartl TBB uses 9150 now, removed...

Moritz Bartl authored 11 years ago

1223) Typically Tor listens for Socks connections on port 9050. TBB listens
Andrew Lewman don't tell users how to kil...

Andrew Lewman authored 11 years ago

1224) on port 9150.
Moritz Bartl TBB uses 9150 now, removed...

Moritz Bartl authored 11 years ago

1225) The goal is to avoid conflicting with a "system" Tor install,
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1226) so you can run a system Tor and TBB at the same time. We're <a
1227) href="https://trac.torproject.org/projects/tor/ticket/3948">working on
1228) a feature</a> where Tor will try the usual ports first and then back
Andrew Lewman don't tell users how to kil...

Andrew Lewman authored 11 years ago

1229) off to a random choice if they're already in use.
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1230) </p>
1231) 
1232) <hr>
1233) 
1234) <a id="TBBPolipo"></a>
1235) <h3><a class="anchor" href="#TBBPolipo">I need an HTTP proxy. Where did
1236) Polipo go?</a></h3>
1237) 
1238) <p>
1239) In the past, Tor bundles included an HTTP proxy like Privoxy or Polipo,
1240) solely to work around a bug in Firefox that was finally fixed in Firefox
1241) 6. Now you don't need a separate HTTP proxy to use Tor, and in fact
1242) leaving it out makes you safer because Torbutton has better control over
1243) Firefox's interaction with websites.
1244) </p>
1245) 
1246) <p>
1247) 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

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

1249) of warnings</a> for ways you can screw up. Step one should be to try
Roger Dingledine the original author spelled...

Roger Dingledine authored 12 years ago

1250) to use a Socks proxy rather than an http proxy &mdash; Tor runs a Socks
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1251) proxy on port 9050 on Windows, or <a href="#TBBSocksPort">see above</a>
1252) for OSX and Linux.
1253) </p>
1254) 
1255) <p>
Roger Dingledine link to polipo windows bina...

Roger Dingledine authored 12 years ago

1256) If that fails, feel free to install <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1257) href="http://www.privoxy.org/">privoxy</a>.
1258) However, please realize that this approach is not recommended for novice
1259) users. Privoxy has an <a
1260) href="http://www.privoxy.org/faq/misc.html#TOR">example
1261) configuration</a> of Tor and Privoxy.
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1262) </p>
1263) 
1264) <hr>
1265) 
Roger Dingledine two more tbb faqs, with pla...

Roger Dingledine authored 12 years ago

1266) <a id="TBBOtherExtensions"></a>
1267) <h3><a class="anchor" href="#TBBOtherExtensions">Can I install other
1268) Firefox extensions?</a></h3>
1269) 
1270) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1271) The Tor Browser is free software, so there is nothing preventing you from
1272) modifying it any way you like. However, we do not recommend installing any
1273) additional Firefox add-ons with the Tor Browser Bundle. Add-ons can break
1274) your anonymity in a number of ways, including browser fingerprinting and
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1275) bypassing proxy settings.
Roger Dingledine two more tbb faqs, with pla...

Roger Dingledine authored 12 years ago

1276) </p>
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

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

Roger Dingledine authored 10 years ago

1278) Some people have suggested we include ad-blocking software or
1279) anti-tracking software with the Tor Browser Bundle. Right now, we do not
1280) think that's such a good idea. The Tor Browser Bundle aims to provide
1281) sufficient privacy that additional add-ons to stop ads and trackers are
1282) not necessary. Using add-ons like these may cause some sites to break, which
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1283) <a href="https://www.torproject.org/projects/torbrowser/design/#philosophy">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1284) we don't want to do</a>. Additionally, maintaining a list of "bad" sites that
1285) should be black-listed provides another opportunity to uniquely fingerprint
1286) users.
Andrew Lewman don't tell users how to kil...

Andrew Lewman authored 11 years ago

1287) </p>
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

1288) 
Roger Dingledine two more tbb faqs, with pla...

Roger Dingledine authored 12 years ago

1289) <hr>
1290) 
Robert Ransom Answer some FAQs about Java...

Robert Ransom authored 12 years ago

1291) <a id="TBBJavaScriptEnabled"></a>
Roger Dingledine try a new answer to the jav...

Roger Dingledine authored 10 years ago

1292) <a id="TBBCanIBlockJS"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1293) <h3><a class="anchor" href="#TBBJavaScriptEnabled">Why is NoScript
1294) configured to allow JavaScript by default in the Tor Browser Bundle?
1295) Isn't that unsafe?</a></h3>
Robert Ransom Answer some FAQs about Java...

Robert Ransom authored 12 years ago

1296) 
1297) <p>
1298) We configure NoScript to allow JavaScript by default in the Tor
1299) Browser Bundle because many websites will not work with JavaScript
1300) disabled.  Most users would give up on Tor entirely if a website
1301) they want to use requires JavaScript, because they would not know
1302) how to allow a website to use JavaScript (or that enabling
1303) JavaScript might make a website work).
1304) </p>
1305) 
Roger Dingledine try a new answer to the jav...

Roger Dingledine authored 10 years ago

1306) <p>
1307) There's a tradeoff here. On the one hand, we should leave
1308) JavaScript enabled by default so websites work the way
1309) users expect. On the other hand, we should disable JavaScript
1310) by default to better protect against browser vulnerabilities (<a
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1311) href="https://blog.torproject.org/blog/tor-security-advisory-old-tor-browser-bundles-vulnerable">
1312) not just a theoretical concern!</a>). But there's a third issue: websites
Roger Dingledine try a new answer to the jav...

Roger Dingledine authored 10 years ago

1313) can easily determine whether you have allowed JavaScript for them,
1314) and if you disable JavaScript by default but then allow a few websites
1315) to run scripts (the way most people use NoScript), then your choice of
1316) whitelisted websites acts as a sort of cookie that makes you recognizable
1317) (and distinguishable), thus harming your anonymity.
1318) </p>
Robert Ransom Answer some FAQs about Java...

Robert Ransom authored 12 years ago

1319) 
1320) <p>
Roger Dingledine try a new answer to the jav...

Roger Dingledine authored 10 years ago

1321) Ultimately, we want the default Tor bundles to use
1322) a combination of firewalls (like the iptables rules
1323) in <a href="https://tails.boum.org/">Tails</a>) and <a
1324) href="https://trac.torproject.org/projects/tor/ticket/7680">sandboxes</a>
1325) to make JavaScript not so scary. In
1326) the shorter term, TBB 3.0 will hopefully <a
1327) href="https://trac.torproject.org/projects/tor/ticket/9387">allow users
1328) to choose their JavaScript settings more easily</a> &mdash; but the
1329) partitioning concern will remain.
Robert Ransom Answer some FAQs about Java...

Robert Ransom authored 12 years ago

1330) </p>
1331) 
1332) <p>
Roger Dingledine try a new answer to the jav...

Roger Dingledine authored 10 years ago

1333) Until we get there, feel free to leave JavaScript on or off depending
1334) on your security, anonymity, and usability priorities.
Robert Ransom Answer some FAQs about Java...

Robert Ransom authored 12 years ago

1335) </p>
1336) 
1337) <hr>
1338) 
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1339) <a id="TBBOtherBrowser"></a>
1340) <h3><a class="anchor" href="#TBBOtherBrowser">I want to use
1341) Chrome/IE/Opera/etc with Tor.</a></h3>
1342) 
1343) <p>
1344) Unfortunately, Torbutton only works with Firefox right now, and without
Andrew Lewman use page macro, not direct...

Andrew Lewman authored 10 years ago

1345) <a href="<page docs/torbutton/en/design/>">Torbutton's
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1346) extensive privacy fixes</a> there are many ways for websites or other
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1347) attackers to recognize you, track you back to your IP address, and so
1348) on.
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1349) In short, using any browser besides Tor Browser Bundle with Tor is a
1350) really bad idea.
1351) </p>
1352) 
1353) <p>
1354) We're working with the Chrome team to <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1355) href="https://blog.torproject.org/blog/google-chrome-incognito-mode-tor-
1356) and-fingerprinting">fix
1357) some bugs and missing APIs in Chrome</a> so it will be possible to write
1358) a
1359) Torbutton for Chrome. No support for any other browser is on the
1360) horizon.
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1361) </p>
1362) 
1363) <hr>
1364) 
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1365) <a id="TorbuttonOtherBrowser"></a>
Matt Pagan Improved some links.

Matt Pagan authored 10 years ago

1366) <h3><a class="anchor" href="#TorbuttonOtherBrowser">
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

1367) Will Torbutton be available for other browsers?</a></h3>
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1368) 
1369) <p>
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

1370)  We don't support IE, Opera or Safari and never plan to. There are too many ways that your privacy can go wrong with those browsers, and because of their closed design it is really hard for us to do anything to change these privacy problems.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1373) We are working with the Chrome people to modify Chrome's internals so that we can eventually support it. But for now, Firefox is the only safe choice.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1374) </p>
1375) 
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

1376) <hr>
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1377) 
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1378) <a id="TBBCloseBrowser"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1379) <h3><a class="anchor" href="#TBBCloseBrowser">I want to leave Tor
1380) Browser
Roger Dingledine import and flesh out helix'...

Roger Dingledine authored 12 years ago

1381) Bundle running but close the browser.</a></h3>
1382) 
1383) <p>
1384) We're working on a way to make this possible on all platforms. Please
1385) be patient.
1386) </p>
1387) 
1388) <hr>
1389) 
Andrew Lewman correct case for CAPTCHA

Andrew Lewman authored 11 years ago

1390) <a id="GoogleCAPTCHA"></a>
1391) <h3><a class="anchor" href="#GoogleCAPTCHA">Google makes me solve a
1392) CAPTCHA or tells me I have spyware installed.</a></h3>
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

1393) 
1394) <p>
1395) This is a known and intermittent problem; it does not mean that Google
1396) considers Tor to be spyware.
1397) </p>
1398) 
1399) <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1400) When you use Tor, you are sending queries through exit relays that are
Andrew Lewman use page macro, not direct...

Andrew Lewman authored 10 years ago

1401) also shared by thousands of other users. Tor users typically see this
1402) message when many Tor users are querying Google in a short period of time.
1403) Google interprets the high volume of traffic from a single IP address
1404) (the exit relay you happened to pick) as somebody trying to "crawl" their
1405) website, so it slows down traffic from that IP address for a short time.
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

1406) </p>
1407) <p>
1408) An alternate explanation is that Google tries to detect certain
1409) kinds of spyware or viruses that send distinctive queries to Google
1410) Search. It notes the IP addresses from which those queries are received
1411) (not realizing that they are Tor exit relays), and tries to warn any
1412) connections coming from those IP addresses that recent queries indicate
1413) an infection.
1414) </p>
1415) 
1416) <p>
Andrew Lewman use page macro, not direct...

Andrew Lewman authored 10 years ago

1417) To our knowledge, Google is not doing anything intentionally specifically
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

1418) to deter or block Tor use. The error message about an infected machine
1419) should clear up again after a short time.
1420) </p>
1421) 
1422) <p>
1423) Torbutton 1.2.5 (released in mid 2010) detects Google captchas and can
1424) automatically redirect you to a more Tor-friendly search engine such as
Andrew Lewman fix two of the faq answers.

Andrew Lewman authored 12 years ago

1425) DuckDuckGo, ixquick, or Bing.
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

1426) </p>
1427) 
1428) <hr />
1429) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

1430) <a id="ForeignLanguages"></a>
1431) <h3><a class="anchor" href="#ForeignLanguages">
1432) Why does Google show up in foreign languages?</a></h3>
1433) 
1434) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1435)  Google uses "geolocation" to determine where in the world you are, so it
1436)  can give you a personalized experience. This includes using the language
1437)  it thinks you prefer, and it also includes giving you different results
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1438)  on your queries.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1441) If you really want to see Google in English you can click the link that
1442) provides that. But we consider this a feature with Tor, not a bug --- the
1443) Internet is not flat, and it in fact does look different depending on
Matt Pagan Erased a comment left over...

Matt Pagan authored 10 years ago

1444) where you are. This feature reminds people of this fact. 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1447) Note that Google search URLs take name/value pairs as arguments and one
1448) of those names is "hl". If you set "hl" to "en" then Google will return
1449) search results in English regardless of what Google server you have been
1450) sent to. On a query this looks like:
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1451) </p>
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

1452) <pre>https://encrypted.google.com/search?q=online%20anonymity&hl=en</pre>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1454) Another method is to simply use your country code for accessing Google.
1455) This can be google.be, google.de, google.us and so on.
Matt Pagan Cleaned up some existing FA...

Matt Pagan authored 10 years ago

1456) </p>
1457) <hr />
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

1458) <a id="GmailWarning"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1459) <h3><a class="anchor" href="#GmailWarning">Gmail warns me that my
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1460) account may have been compromised.</a></h3>
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

1461) 
1462) <p>
1463) Sometimes, after you've used Gmail over Tor, Google presents a
1464) pop-up notification that your account may have been compromised.
1465) The notification window lists a series of IP addresses and locations
1466) throughout the world recently used to access your account.
1467) </p>
1468) 
1469) <p>
1470) In general this is a false alarm: Google saw a bunch of logins from
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1471) different places, as a result of running the service via Tor, and
1472) decided
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

1473) it was a good idea to confirm the account was being accessed by it's
1474) rightful owner.
1475) </p>
1476) 
1477) <p>
1478) Even though this may be a biproduct of using the service via tor,
1479) that doesn't mean you can entirely ignore the warning. It is
1480) <i>probably</i> a false positive, but it might not be since it is
1481) possible for someone to hijack your Google cookie.
1482) </p>
1483) 
1484) <p>
1485) Cookie hijacking is possible by either physical access to your computer
1486) or by watching your network traffic.  In theory only physical access
1487) should compromise your system because Gmail and similar services
1488) should only send the cookie over an SSL link. In practice, alas, it's <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1489) href="http://fscked.org/blog/fully-automated-active-https-cookie-
1490) hijacking">
Roger Dingledine break off some questions in...

Roger Dingledine authored 12 years ago

1491) way more complex than that</a>.
1492) </p>
1493) 
1494) <p>
1495) And if somebody <i>did</i> steal your google cookie, they might end
1496) up logging in from unusual places (though of course they also might
1497) not). So the summary is that since you're using Tor, this security
1498) measure that Google uses isn't so useful for you, because it's full of
1499) false positives. You'll have to use other approaches, like seeing if
1500) anything looks weird on the account, or looking at the timestamps for
1501) recent logins and wondering if you actually logged in at those times.
1502) </p>
1503) 
1504) <hr>
1505) 
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1507) <h3><a class="anchor" href="#NeedToUseAProxy">My internet connection
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

1508) requires an HTTP or SOCKS Proxy</a></h3>
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1511) You can set Proxy IP address, port, and authentication information in
1512) Tor Browser's Network Settings. If you're using Tor another way, check
1513) out the HTTPProxy and HTTPSProxy config options in the <a
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

1514) href="<page docs/tor-manual>">man page</a>,
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1515) and modify your torrc file accordingly. You will need an HTTP proxy for
1516) doing GET requests to fetch the Tor directory, and you will need an
1517) HTTPS proxy for doing CONNECT requests to get to Tor relays. (It's fine
1518) if they're the same proxy.) Tor also recognizes the torrc options
1519) Socks4Proxy and Socks5Proxy.
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1522) Also read up on the HTTPProxyAuthenticator and HTTPSProxyAuthenticator
1523) options if your proxy requires auth. We only support basic auth currently,
1524) but if you need NTLM authentication, you may find <a
1525) href="http://archives.seul.org/or/talk/Jun-2005/msg00223.html">this post
1526) in the archives</a> useful.
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1529) If your proxies only allow you to connect to certain ports, look at the
1530) entry on <a href="#FirewallPorts">Firewalled clients</a> for how
1531) to restrict what ports your Tor will try to access.
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

1532) </p>
1533) 
1534) <hr>
1535) 
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1537) <h3><a class="anchor" href="#CantSetProxy">What should I do if I can't
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

1538) set a proxy with my application?</a></h3>
1539) 
1540) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1541) On Unix, we recommend you give <a
1542) href="https://github.com/dgoulet/torsocks/">torsocks</a> a try.
1543) Alternative proxifying tools like <a
1544) href="http://www.dest-unreach.org/socat/">socat</a> and <a
1545) href="http://proxychains.sourceforge.net/">proxychains</a> are also
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1547) <p>
1548) The Windows way to force applications through Tor is less clear. <a
1549) href="http://freecap.ru/eng/">Some</a> <a
1550) href="http://www.freehaven.net/~aphex/torcap/">tools</a> have been <a
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

1551) href="http://www.crowdstrike.com/community-tools/index.html#tool-79">proposed
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1552) </a>, but we'd also like to see further testing done here.
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

1553) </p>
1554) 
1555) <hr>
1556) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

1557) <a id="TBB3.x"></a>
1558) <h2><a class="anchor">Tor Browser Bundle (3.x series):</a></h2>
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1560)     <h3><a class="anchor" href="#WhereDidVidaliaGo">Where did the world map
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1561)     (Vidalia) go?</a></h3>
1562) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1563)     <p>Vidalia has been replaced with Tor Launcher, which is a Firefox
1564)     extension that provides similar functionality. Unfortunately, circuit
1565)     status reporting is still missing, but we are <a
1566)     href="https://trac.torproject.org/projects/tor/ticket/8641">working
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1567)     on providing it</a>. </p>
1568) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1569)     <p>In the meantime, we are providing standalone Vidalia packages for
1570)     people who still want the map. Windows and Linux versions are <a
Matt Pagan fixed a hyperlink

Matt Pagan authored 10 years ago

1571)     href="https://people.torproject.org/~erinn/vidalia-standalone-bundles/">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1572)     available here</a>.</p>
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1574)     <p>To use these packages, extract them, then run the startup script.
1575)     On Windows, this is "Start Vidalia.exe". On Linux, it is start-vidalia.
1576)     They can be placed in a different directory from TBB (and likely should
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1577)     be). </p>
1578) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1579)     <p>This Vidalia package will only run properly if Tor Browser has already
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1580)     been launched. You cannot start it before launching Tor Browser. </p>
1581) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1582)     <p>MacOS is still under development, but in the mean time you can modify
1583)     your TBB 2.x to be a standalone Vidalia (and then use it after starting
1584)     TBB 3.x) by opening your TBB 2.x vidalia.conf file in an editor and
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1585)     replacing its contents with just these lines:</p>
1586) 
1587)     <pre>
1588)     [General]
1589)     LanguageCode=en
1590) 
1591)     [Tor]
1592)     ControlPort=9151
1593)     TorExecutable=.
1594)     Torrc=.
1595)     DataDirectory=.
1596)     AuthenticationMethod=cookie
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1597)     </pre>
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1598) 
1599)     <hr>
1600) 
1601)     <a id="DisableJS"></a>
1602)     <h3><a class="anchor" href="#DisableJS">How do I disable JavaScript?</a>
1603)     </h3>
1604) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1605)     <p>Alas, Mozilla decided to get rid of the config checkbox for JavaScript
1606)     from earlier Firefox versions. And since TBB 3.5 is based on Firefox 24
1607)     (FF17 is unmaintained), that means TBB 3.5 doesn't have the config
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1608)     checkbox anymore either, which is unfortunate.</p>
1609) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1610)     <p>The simplest way to disable JavaScript in TBB 3.5 is to click on the
1611)     Noscript "S" (between the green onion and the address bar), and select
1612)     "Forbid scripts globally". Note that vanilla NoScript actually whitelists
1613)     several domains even when you try to disable scripts globally, whereas
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1614)     Tor Browser's NoScript configuration disables all of them. </p>
1615) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1616)     <p>The more klunky way to disable JavaScript is to go to about:config,
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1617)     find javascript.enabled, and set it to false.</p>
1618) 
1619)     <p>There is also a very simple addon available at addons.mozilla.org
1620)     called QuickJS, which provides a toolbar toggle for the javascript.enabled
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1621)     about:config control. There are no configuration options for the addon,
1622)     it just switches the javascript.enabled entry between true and false and
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1623)     provides a button for it. </p>
1624) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1625)     <p>If you want to be extra safe, use both the about:config setting and
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1626)     NoScript. </p>
1627) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1628)     <p>As for whether you should disable it or leave it enabled, that's <a
Matt Pagan Improved some links.

Matt Pagan authored 10 years ago

1629)     href="#TBBJavaScriptEnabled">a tradeoff we leave to you</a>.</p>
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1630) 
1631)     <hr>
1632) 
1633)     <a id="VerifyDownload"></a>
1634)     <h3><a class="anchor" href="#VerifyDownload">How do I verify the download
1635)     (sha256sums.txt)?</a></h3>
1636) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1637)     <p>You can still verify your Tor Browser download by downloading the
1638)     signature file (.asc) along with your package and <a
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

1639)     href="<page docs/verifying-signatures>">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1640)     checking the GPG signature</a> as before. We now have an additional
1641)     verification method that allows you to verify the build as well as
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1642)     the download.</p>
1643) 
1644)     <ul>
1645)       <li>Download the Tor Browser package, the sha256sums.txt file, and the
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1646)       sha256sums signature files. They can all be found in the same directory
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1647)       under <a href="https://www.torproject.org/dist/torbrowser/">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1648)       https://www.torproject.org/dist/torbrowser/</a>, for example in 3.5
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1649)       for TBB 3.5.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1650)       <li>Retrieve the signers' GPG keys. This can be done from the command
1651)       line by entering something like
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1652)       <pre>gpg --keyserver keys.mozilla.org --recv-keys 0x29846B3C683686CC</pre>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1653)       (This will bring you developer Mike Perry's public key. Other
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1654)       developers' key IDs can be found on
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

1655)       <a href="<page docs/signing-keys>">this
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1656)       page</a>.)</li>
1657)       <li>Verify the sha256sums.txt file by executing this command:
1658)       <pre>gpg --verify &lt;NAME OF THE SIGNATURE FILE&gt;.asc sha256sums.txt</pre></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1659)       <li>You should see a message like "Good signature from &lt;DEVELOPER
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1660)       NAME&gt;". If you don't, there is a problem. Try these steps again.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1661)       <li>Now you can take the sha256sum of the Tor Browser package. On
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1662)       Windows you can use the <a href="http://md5deep.sourceforge.net/">
1663)       hashdeep utility</a> and run
1664)       <pre>C:\location\where\you\saved\hashdeep -c sha256sum &lt;TOR BROWSER FILE NAME&gt;.exe</pre>
1665)       On Mac or Linux you can run <pre>sha256sum &lt;TOR BROWSER FILE NAME&gt;.zip</pre> or <pre>sha256sum &lt;TOR BROWSER FILE NAME&gt;.tar.gz</pre> without having to download a utility.</li>
1666)       <li>You will see a string of letters and numbers.</li>
1667)       <li>Open sha256sums.txt in a text editor.</li>
1668)       <li>Locate the name of the Tor Browser file you downloaded.</li>
1669)       <li>Compare the string of letters and numbers to the left of your
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1670)       filename with the string of letters and numbers that appeared
1671)       on your command line. If they match, you've successfully verified the
1672)       build.</li>
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1673)     </ul>
1674) 
1675)     <p><a href="https://github.com/isislovecruft/scripts/blob/master/verify-gitian-builder-signatures">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1676)     Scripts</a> to <a
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1677)     href="http://tor.stackexchange.com/questions/648/how-to-verify-tor-browser-bundle-tbb-3-x">automate
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1678)     </a> these steps have been written, but to use them you will need to
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1679)     modify them yourself with the latest Tor Browser Bundle filename.</p>
1680) 
1681)     <hr>
1682) 
1683)     <a id="PluggableTransports"></a>
1684)     <h3><a class="anchor" href="#PluggableTransports">How do I use pluggable transports?</a></h3>
1685) 
1686)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1687)     For now, the Pluggable Transports-capable TBB is still a separate
1688)     unofficial package. Download them <a
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1689)     href="https://people.torproject.org/~dcf/pt-bundle/3.5-pt20131217/">
1690)     here</a>. We hope to have combined packages available in a beta soon.
1691)     </p>
1692) 
1693)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1694)     The separate Pluggable Transports-capable TBB is different from the
1695)     Pluggable Transports bundles that have been released in the past.
1696)     They include the programs necessary to use obfsproxy and flash proxy,
1697)     but the pluggable transports are not enabled by default. You must
1698)     enable them manually by adding Bridge lines to the torrc file.
1699)     (Please see ticket <a
1700)     href="https://trac.torproject.org/projects/tor/ticket/10418">#10418</a>
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1701)     for how we hope to make it easier to do in the future.)
1702)     </p>
1703) 
1704)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1705)     To enable <b>obfsproxy</b>, edit the file called Data/Tor/torrc inside the
1706)     bundle and add the lines:
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1707)     </p>
1708) 
1709)     <pre>
David Fifield change asn's bridge in the FAQ

David Fifield authored 10 years ago

1710) Bridge obfs3 83.212.101.3:60475 A09D536DD1752D542E1FBB3C9CE4449D51298239
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1711) Bridge obfs3 169.229.59.74:31493 AF9F66B7B04F8FF6F32D455F05135250A16543C9
1712) Bridge obfs3 169.229.59.75:46328 AF9F66B7B04F8FF6F32D455F05135250A16543C9
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

1713) Bridge obfs3 209.141.36.236:45496 58D91C3A631F910F32E18A55441D5A0463BA66E2
1714) Bridge obfs3 208.79.90.242:35658 BA61757846841D64A83EA2514C766CB92F1FB41F
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1715) Bridge obfs3 109.105.109.163:38980 9D7259A696F7DAB073043B28114112A46D36CFFD
1716) Bridge obfs3 109.105.109.163:47779 844B1F53FFD548C998F8D3B01B7E19FA07C3396E
1717) Bridge obfs2 83.212.100.216:47870 1F01A7BB60F49FC96E0850A6BAD6D076DFEFAF80
1718) Bridge obfs2 83.212.96.182:46602 6F058CBEF888EB20D1DEB9886909F1E812245D41
1719) Bridge obfs2 70.182.182.109:54542 94C9E691688FAFDEC701A0788BD15BE8AD34ED35
1720) Bridge obfs2 128.31.0.34:1051 CA7434F14A898C7D3427B8295A7F83446BC7F496
1721)     </pre>
1722)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1723)     To enable <b>flash proxy</b>, edit the file called Data/Tor/torrc inside the
1724)     bundle and add the line:
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1725)     </p>
1726)     <pre>
1727) Bridge flashproxy 0.0.1.0:1
1728)     </pre>
1729) 
1730)     <hr>
1731) 
1732)     <a id="NewIdentityClosingTabs"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1733)     <h3><a class="anchor" href="#NewIdentityClosingTabs">Why does "New
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1734)     Identity" close all my open tabs?</a></h3>
1735) 
1736)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1737)     That's actually a feature, since it's discarding your application-level
1738)     browser data too. But it sure is a surprising feature, for people who
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1739)     are used to Vidalia's "new identity" behavior.
1740)     </p>
1741) 
1742)     <p>
Roger Dingledine get rid of a surprising int...

Roger Dingledine authored 10 years ago

1743)     We're working on ways to make the behavior less surprising, e.g. a popup
1744)     warning or auto restoring tabs. See ticket <a
1745)     href="https://trac.torproject.org/projects/tor/ticket/9906">#9906</a> and
1746)     ticket <a
1747)     href="https://trac.torproject.org/projects/tor/ticket/10400">#10400</a>
1748)     to follow progress there.
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1749)     </p>
1750) 
1751)     <p>
Roger Dingledine make it clearer what 'above...

Roger Dingledine authored 10 years ago

1752)     In the mean time, you can get Vidalia's old "newnym" functionality by
1753)     attaching a Vidalia to your TBB 3.x. See the instructions <a
1754)     href="#WhereDidVidaliaGo">above</a>.
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1755)     </p>
1756) 
1757)     <hr>
1758) 
1759)     <a id="ConfigureRelayOrBridge"></a>
1760)     <h3><a class="anchor" href="#ConfigureRelayOrBridge">How do I configure Tor as a relay or bridge?</a></h3>
1761) 
1762)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1763)     You've got three options.
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1764)     </p>
1765) 
1766)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1767)     First (best option), if you're on Linux, you can install the system
1768)     Tor package (e.g. apt-get install tor) and then set it up to be a relay
1769)     (<a href="https://www.torproject.org/docs/tor-relay-debian">instructions</a>).
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1770)     You can then use TBB independent of that.
1771)     </p>
1772) 
1773)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1774)     Second (simpler option), if you're on Windows, you can fetch the separate
1775)     "Vidalia relay bundle" or "Vidalia bridge bundle" from the download page
1776)     and then use that (again you can use TBB independent of it).
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1777)     </p>
1778) 
1779)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1780)     Third (complex option), you can either hook your Vidalia up to TBB (as
1781)     described in the FAQ above) or edit your torrc file (in Data/Tor/torrc)
1782)     directly to add the following lines:
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1783)     </p>
1784)     <pre>
1785)     ORPort 443
1786)     Exitpolicy reject *:*
1787)     BridgeRelay 1  # only add this line if you want to be a bridge
1788)     </pre>
1789)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1790)     If you've installed <a
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

1791)     href="<page projects/obfsproxy-debian-instructions>#instructions">Obfsproxy</a>,
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1792)     you'll need to add one more line:
1793)     </p>
1794)     <pre>
1795)     ServerTransportPlugin obfs3 exec /usr/bin/obfsproxy managed
1796)     </pre>
1797)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1798)     This third option is pretty klunky right now; see e.g. <a
1799)     href="https://trac.torproject.org/projects/tor/ticket/10449">this bug</a>;
1800)     but we're hoping it will become an easy option in the future.
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1801)     </p>
1802) 
1803)     <hr>
1804) 
1805)     <a id="Timestamps"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1806)     <h3><a class="anchor" href="#Timestamps">Why are the file timestamps
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1807)     from 2000?</a></h3>
1808) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1809)     <p>One of the huge new features in TBB 3.x is the "deterministic build"
1810)     process, which allows many people to build the Tor Browser Bundle and
1811)     verify that they all make exactly the same package. See Mike's <a
1812)     href="https://blog.torproject.org/blog/deterministic-builds-part-one-cyberwar-and-global-compromise">first
1813)     blog</a> post for the motivation, and his <a
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1814)     href="https://blog.torproject.org/blog/deterministic-builds-part-two-technical-details">second
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1815)     blog post</a> for the technical details of how we do it.
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1818)     <p>Part of creating identical builds is having everybody use the same
1819)     timestamp. Mike picked the beginning of 2000 for that time. The reason
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1820)     you might see 7pm in 1999 is because of time zones. </p>
1821) 
1822)     <hr>
1823) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

1824)     <a id="TBBSourceCode"></a>
1825)     <h3><a class="anchor" href="#TBBSourceCode">Where is the source code for the bundle? How do I verify a build?</a></h3>
Matt Pagan Transferred all TBB FAQs fr...

Matt Pagan authored 10 years ago

1826) 
1827)     <p>
1828)     Start with <a href="https://gitweb.torproject.org/builders/tor-browser-bundle.git">https://gitweb.torproject.org/builders/tor-browser-bundle.git</a> and <a href="https://gitweb.torproject.org/builders/tor-browser-bundle.git/blob/HEAD:/gitian/README.build">https://gitweb.torproject.org/builders/tor-browser-bundle.git/blob/HEAD:/gitian/README.build</a>.
1829)     </p>
1830) 
1831) 
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

1832) <hr>
1833) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

1834) <a id="AdvancedTorUsage"></a>
1835) <h2><a class="anchor">Advanced Tor usage:</a></h2>
1836) 
Roger Dingledine import and rewrite the #tor...

Roger Dingledine authored 13 years ago

1837) <a id="torrc"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

1840) 
1841) <p>
1842) Tor installs a text file called torrc that contains configuration
1843) instructions for how your Tor program should behave. The default
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1844) configuration should work fine for most Tor users.
Roger Dingledine import and rewrite the #tor...

Roger Dingledine authored 13 years ago

1845) </p>
Andrew Lewman add the easy way to edit to...

Andrew Lewman authored 12 years ago

1846) <p>
Matt Pagan Removed references to Vidal...

Matt Pagan authored 10 years ago

1847) If you installed Tor Browser Bundle, look for
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1848) <code>Data/Tor/torrc</code> inside your Tor Browser Bundle directory.
1849) On OS X, you must right-click or command-click on the browser bundle icon,
1850) and select "Show Package Contents" before the Tor Browser directories become
1851) visible.
Matt Pagan Other Vidalia and Tor Brows...

Matt Pagan authored 10 years ago

1852) </p>
1853) <p>
Matt Pagan Spruced up the relay docume...

Matt Pagan authored 10 years ago

1854) Tor puts the torrc file in <code>/usr/local/etc/tor/torrc</code> if you compiled tor from source, and <code>/etc/tor/torrc</code> or <code>/etc/torrc</code> if you installed a pre-built package.</p>
Roger Dingledine import and rewrite the #tor...

Roger Dingledine authored 13 years ago

1855) 
1856) <p>
Matt Pagan Other Vidalia and Tor Brows...

Matt Pagan authored 10 years ago

1857) Once you've changed your torrc, you will need to restart tor for the
1858) changes to take effect. (For advanced users, note that
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1859) you actually only need to send Tor a HUP signal, not actually restart
1860) it.)
Roger Dingledine import and rewrite the #tor...

Roger Dingledine authored 13 years ago

1861) </p>
1862) 
1863) <p>
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

1864) For other configuration options you can use, see the <a href="<page
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1865) docs/tor-manual>">Tor manual page</a>. Have a look at <a
Matt Pagan Add the example torrc link...

Matt Pagan authored 10 years ago

1866) href="https://gitweb.torproject.org/tor.git/blob/HEAD:/src/config/torrc.sample.in">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1867) the sample torrc file</a> for hints on common configurations. Remember, all
1868) lines beginning with # in torrc are treated as comments and have no effect
Matt Pagan Add the example torrc link...

Matt Pagan authored 10 years ago

1869) on Tor's configuration.
Matt Pagan Added an example torrc file

Matt Pagan authored 10 years ago

1870) </p>
1871) 
1872) <hr>
1873) 
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1874) <a id="Logs"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

1877) 
1878) <p>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1879) If you installed a Tor bundle that includes Vidalia, then Vidalia has a
Roger Dingledine explain that you need to cl...

Roger Dingledine authored 12 years ago

1880) window called "Message Log" that will show you Tor's log messages. Click
1881) on "Advanced" to see more details. You can click on "Settings" to change
1882) your log verbosity or save the messages to a file. You're all set.
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

1883) </p>
1884) 
1885) <p>
1886) 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

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

Roger Dingledine authored 13 years ago

1888) </p>
1889) 
1890) <ul>
1891) <li>On OS X, Debian, Red Hat, etc, the logs are in /var/log/tor/
1892) </li>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1893) <li>On Windows, there are no default log files currently. If you enable
1894) logs in your torrc file, they default to <code>\username\Application
1895) Data\tor\log\</code> or <code>\Application Data\tor\log\</code>
1896) </li>
1897) <li>If you compiled Tor from source, by default your Tor logs to <a
1898) href="http://en.wikipedia.org/wiki/Standard_streams">"stdout"</a>
1899) at log-level notice. If you enable logs in your torrc file, they
1900) default to <code>/usr/local/var/log/tor/</code>.
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

1901) </li>
1902) </ul>
1903) 
1904) <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1905) To change your logging setup by hand, <a href="#torrc">edit your
1906) torrc</a>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

1907) and find the section (near the top of the file) which contains the
1908) following line:
Roger Dingledine import the logs faq entry

Roger Dingledine authored 13 years ago

1909) </p>
1910) 
1911) <pre>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

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

Erinn Clark authored 13 years ago

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

Roger Dingledine authored 13 years ago

1915) 
1916) <p>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

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

1918) and err level messages to a file, append the following line to the end
1919) of the section:
1920) </p>
1921) 
1922) <pre>
1923) Log debug file c:/program files/tor/debug.log
1924) </pre>
1925) 
1926) <p>
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

1929) </p>
1930) 
1931) <hr>
1932) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

1933) 
1934) <a id="LogLevel"></a>
1935) <h3><a class="anchor" href="#LogLevel">What log level should I use?</a></h3>
1936) 
1937) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1938) There are five log levels (also called "log severities") you might see in
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1939) Tor's logs:
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

1940) </p>
1941) 
1942) <ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1943)     <li>"err": something bad just happened, and we can't recover. Tor will
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

1945)     <li>"warn": something bad happened, but we're still running. The bad
1946)     thing might be a bug in the code, some other Tor process doing something
1947)     unexpected, etc. The operator should examine the message and try to
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1948)     correct the problem.</li>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

1949)     <li>"notice": something the operator will want to know about.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1950)     <li>"info": something happened (maybe bad, maybe ok), but there's
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1951)     nothing you need to (or can) do about it.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1952)     <li>"debug": for everything louder than info. It is quite loud indeed.</li>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

1953) </ul>
1954) 
1955) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1956) Alas, some of the warn messages are hard for ordinary users to correct -- the
1957) developers are slowly making progress at making Tor automatically react
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1958) correctly for each situation.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

1959) </p>
1960) 
1961) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1962) We recommend running at the default, which is "notice". You will hear about
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

1963) important things, and you won't hear about unimportant things.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

1964) </p>
1965) 
1966) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

1967) Tor relays in particular should avoid logging at info or debug in normal
1968) operation, since they might end up recording sensitive information in
1969) their logs.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

1970) </p>
1971) 
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 13 years ago

1974) <a id="DoesntWork"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

1977) 
1978) <p>
Roger Dingledine fix grammar in faq entry

Roger Dingledine authored 12 years ago

1979) Once you've got the Tor bundle up and running, the first question to
1980) ask is whether your Tor client is able to establish a circuit.
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1981) </p>
1982) 
1983) <p>If Tor can establish a circuit, the onion icon in
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

1984) Vidalia will turn green (and if you're running Tor Browser Bundle, it
1985) will
1986) automatically launch a browser for you). You can also check in the
1987) Vidalia
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

1988) Control Panel to make sure it says "Connected to the Tor
1989) network!" under Status. For those not using Vidalia, check your <a
Roger Dingledine revise #Logs entry. fix sev...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

1991) a line saying that Tor "has successfully opened a circuit. Looks like
1992) client functionality is working."
1993) </p>
1994) 
1995) <p>
1996) If Tor can't establish a circuit, here are some hints:
1997) </p>
1998) 
1999) <ol>
2000) <li>Are you sure Tor is running? If you're using Vidalia, you may have
2001) to click on the onion and select "Start" to launch Tor.</li>
2002) <li>Check your system clock. If it's more than a few hours off, Tor will
Andrew Lewman attempt to address ticket 4...

Andrew Lewman authored 12 years ago

2003) refuse to build circuits. For Microsoft Windows users, synchronize your
2004) clock under the clock -&gt; Internet time tab. In addition, correct the
Roger Dingledine fix grammar in faq entry

Roger Dingledine authored 12 years ago

2005) day and date under the 'Date &amp; Time' Tab. Also make sure your time
2006) zone is correct.</li>
Andrew Lewman attempt to address ticket 4...

Andrew Lewman authored 12 years ago

2007) <li>Is your Internet connection <a href="#FirewallPorts">firewalled
2008) by port</a>, or do you normally need to use a <a
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 13 years ago

2010) </li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2011) <li>Are you running programs like Norton Internet Security or SELinux
2012) that
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

2013) block certain connections, even though you don't realize they do? They
2014) could be preventing Tor from making network connections.</li>
2015) <li>Are you in China, or behind a restrictive corporate network firewall
2016) 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

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

2020) </ol>
2021) 
2022) <hr />
2023) 
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

2024) <a id="TorCrash"></a>
2025) <h3><a class="anchor" href="#TorCrash">My Tor keeps crashing.</a></h3>
2026) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2027)  We want to hear from you! There are supposed to be zero crash bugs in Tor.
2028)  This FAQ entry describes the best way for you to be helpful to us. But even
2029)  if you can't work out all the details, we still want to hear about it, so
2030)  we can help you track it down.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2033) First, make sure you're using the latest version of Tor (either the latest
2034) stable or the latest development version).
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2037) Second, make sure your version of libevent is new enough. We recommend at
2038) least libevent 1.3a.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2041) Third, see if there's already an entry for your bug in the <a
2042) href="https://bugs.torproject.org/">Tor bugtracker</a>. If so,
2043) check if there are any new details that you can add.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2046) Fourth, is the crash repeatable? Can you cause the crash? Can
2047) you isolate some of the circumstances or config options that
2048) make it happen? How quickly or often does the bug show up?
2049) Can you check if it happens with other versions of Tor, for
2050) example the latest stable release?
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2053) Fifth, what sort of crash do you get?
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

2054) </p>
2055) <ul>
2056) <li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2057) Does your Tor log include an "assert failure"? If so, please
2058) tell us that line, since it helps us figure out what's going on.
2059) Tell us the previous couple of log messages as well, especially
2060) if they seem important.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2063) If it says "Segmentation fault - core dumped" then you need to
2064) do a bit more to track it down. Look for a file like "core" or
2065) "tor.core" or "core.12345" in your current directory, or in your
2066) Data Directory. If it's there, run "gdb tor core" and then "bt",
2067) and include the output. If you can't find a core, run "ulimit -c
2068) unlimited", restart Tor, and try to make it crash again. (This core
2069) thing will only work on Unix -- alas, tracking down bugs on Windows
2070) is harder. If you're on Windows, can you get somebody to duplicate
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

2071) your bug on Unix?)
2072) </li>
2073) <li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2074) If Tor simply vanishes mysteriously, it probably is a segmentation
2075) fault but you're running Tor in the background (as a daemon) so you
2076) won't notice. Go look at the end of your log file, and look for a
2077) core file as above. If you don't find any good hints, you should
2078) consider running Tor in the foreground (from a shell) so you can
2079) see how it dies. Warning: if you switch to running Tor in the foreground,
2080) you might start using a different torrc file, with a different default
2081) Data Directory; see the <a href="#UpgradeOrMove">relay-upgrade FAQ entry</a>
2082) for details.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2085) If it's still vanishing mysteriously, perhaps something else is killing it?
2086) Do you have resource limits (ulimits) configured that kill off processes
2087) sometimes? (This is especially common on OpenBSD.) On Linux, try running
2088) "dmesg" to see if the out-of-memory killer removed your process. (Tor will
2089) exit cleanly if it notices that it's run out of memory, but in some cases
2090) it might not have time to notice.) In very rare circumstances, hardware
2091) problems could also be the culprit.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

2092) </li>
2093) </ul>
2094) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2095) Sixth, if the above ideas don't point out the bug, consider increasing your
2096) log level to "loglevel debug". You can look at the log-configuration FAQ
2097) entry for instructions on what to put in your torrc file. If it usually
2098) takes a long time for the crash to show up, you will want to reserve a whole
2099) lot of disk space for the debug log. Alternatively, you could just send
2100) debug-level logs to the screen (it's called "stdout" in the torrc), and then
2101) when it crashes you'll see the last couple of log lines it had printed.
2102) (Note that running with verbose logging like this will slow Tor down
2103) considerably, and note also that it's generally not a good idea security-wise
2104) to keep logs like this sitting around.)
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

2105) </p>
2106) 
2107) <hr />
2108) 
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

2109) <a id="VidaliaPassword"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

2112) 
2113) <p>
2114) Vidalia interacts with the Tor software via Tor's "control port". The
2115) control port lets Vidalia receive status updates from Tor, request a new
2116) identity, configure Tor's settings, etc. Each time Vidalia starts Tor,
2117) Vidalia sets a random password for Tor's control port to prevent other
2118) applications from also connecting to the control port and potentially
2119) compromising your anonymity.
2120) </p>
2121) 
2122) <p>
2123) Usually this process of generating and setting a random control password
2124) happens in the background. There are three common situations, though,
2125) where Vidalia may prompt you for a password:
2126) </p>
2127) 
2128) <ol>
2129) <li>You're already running Vidalia and Tor. For example, this situation
2130) can happen if you installed the Vidalia bundle and now you're trying to
2131) run the Tor Browser Bundle. In that case, you'll need to close the old
2132) Vidalia and Tor before you can run this one.
2133) </li>
2134) <li>Vidalia crashed, but left Tor running with the last known random
2135) password. After you restart Vidalia, it generates a new random password,
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2136) but Vidalia can't talk to Tor, because the random passwords are
2137) different.
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

2138) <br />
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2139) If the dialog that prompts you for a control password has a Reset
2140) button,
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

2141) you can click the button and Vidalia will restart Tor with a new random
2142) control password.
2143) <br />
2144) If you do not see a Reset button, or if Vidalia is unable to restart
2145) Tor for you, you can still fix the problem manually. Simply go into your
2146) process or task manager, and terminate the Tor process. Then use Vidalia
2147) to restart Tor and all will work again.
2148) </li>
2149) <li>You had previously set Tor to run as a Windows NT service. When Tor
2150) is set to
2151) run as a service, it starts up when the system boots. If you configured
2152) Tor to start as a service through Vidalia, a random password was set
2153) and saved in Tor. When you reboot, Tor starts up and uses the random
2154) password it saved. You login and start up Vidalia. Vidalia attempts to
2155) talk to the already running Tor. Vidalia generates a random password,
2156) but it is different than the saved password in the Tor service.
2157) <br />
2158) You need to reconfigure Tor to not be a service. See the FAQ entry on
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

2159) <a href="#NTservice">running Tor as a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2160) Windows NT service</a>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

2161) for more information on how to remove the Tor service.
2162) </li>
2163) </ol>
2164) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

2167)     <a id="ChooseEntryExit"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

2176)     </p>
2177)     <dl>
2178)       <dt><tt>EntryNodes $fingerprint,$fingerprint,...</tt></dt>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 13 years ago

2181)         </dd>
2182)       <dt><tt>ExitNodes $fingerprint,$fingerprint,...</tt></dt>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

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

Roger Dingledine authored 13 years ago

2190)         <dd>A list of nodes to never use when picking an exit.
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2191)             Nodes listed in <tt>ExcludeNodes</tt> are automatically in
2192) this list.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2193)         </dd>
2194)     </dl>
2195)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

2196)     <em>We recommend you do not use these</em>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2197)     &mdash; they are intended for testing and may disappear in future
2198) versions.
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

2199)     You get the best security that Tor can provide when you leave the
2200)     route selection to Tor; overriding the entry / exit nodes can mess
2201)     up your anonymity in ways we don't understand.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 10 years ago

2204)     Note also that not every circuit is used to deliver traffic outside of
2205)     the Tor network. It is normal to see non-exit circuits (such as those
2206)     used to connect to hidden services, those that do directory fetches,
2207)     those used for relay reachability self-tests, and so on) that end at
2208)     a non-exit node. To keep a node from being used entirely, see
2209)     <tt>ExcludeNodes</tt> and <tt>StrictNodes</tt> in the
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2210)     <a href="<page docs/tor-manual>">manual</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2211)     </p>
2212)     <p>
Andrew Lewman link to the a list of iso 3...

Andrew Lewman authored 12 years ago

2213)     Instead of <tt>$fingerprint</tt> you can also specify a <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2214) 
2215) href="https://secure.wikimedia.org/wikipedia/en/wiki/ISO_3166-1_alpha-2"
2216) >2
Moritz Bartl replaced outdated StrictExi...

Moritz Bartl authored 11 years ago

2217)     letter ISO3166 country code</a> in curly braces (for example <tt>{de}</tt>),
Andrew Lewman link to the a list of iso 3...

Andrew Lewman authored 12 years ago

2218)     or an ip address pattern (for example 255.254.0.0/8), or a node
2219)     nickname. Make sure there are no spaces between the commas and the
2220)     list items.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2221)     </p>
2222)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2223)     If you want to access a service directly through Tor's Socks
2224) interface
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

2225)     (eg. using ssh via connect.c), another option is to set up an
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2226)     internal mapping in your configuration file using
2227) <tt>MapAddress</tt>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

2233) <a id="FirewallPorts"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

2236) 
2237) <p>
2238) If your firewall works by blocking ports, then you can tell Tor to only
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2239) use the ports that your firewall permits by adding "FascistFirewall 1"
2240) to
Roger Dingledine change links to the #torrc...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

2242) configuration file</a>, or by clicking "My firewall only lets me connect
2243) to certain ports" in Vidalia's Network Settings window.
2244) </p>
2245) 
2246) <p>
2247) By default, when you set this Tor assumes that your firewall allows only
2248) port 80 and port 443 (HTTP and HTTPS respectively). You can select a
2249) different set of ports with the FirewallPorts torrc option.
2250) </p>
2251) 
2252) <p>
2253) If you want to be more fine-grained with your controls, you can also
2254) use the ReachableAddresses config options, e.g.:
2255) </p>
2256) 
2257) <pre>
2258)   ReachableDirAddresses *:80
2259)   ReachableORAddresses *:443
2260) </pre>
2261) 
2262) <hr>
Roger Dingledine add back the faq entries th...

Roger Dingledine authored 13 years ago

2263) 
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2265)     <h3><a class="anchor" href="#DefaultExitPorts">Is there a list of default exit
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2266)     ports?</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2268) The default open ports are listed below but keep in mind that, any port or
2269) ports can be opened by the relay operator by configuring it in torrc or
2270) modifying the source code. But the default according to src/or/policies.c
2271) from the source code release tor-0.2.4.16-rc is:
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

2272)     </p>
2273)     <pre>
2274)   reject 0.0.0.0/8
2275)   reject 169.254.0.0/16
2276)   reject 127.0.0.0/8
2277)   reject 192.168.0.0/16
2278)   reject 10.0.0.0/8
2279)   reject 172.16.0.0/12
2280)   reject *:25
2281)   reject *:119
2282)   reject *:135-139
2283)   reject *:445
2284)   reject *:563
2285)   reject *:1214
2286)   reject *:4661-4666
2287)   reject *:6346-6429
2288)   reject *:6699
2289)   reject *:6881-6999
2290)   accept *:*
2291)     </pre>
2292)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2293)     A relay will block access to its own IP address, as well local network
2294)     IP addresses. A relay always blocks itself by default. This prevents
2295)     Tor users from accidentally accessing any of the exit operator's local
2296)     services.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2297)     </p>
2298) 
2299)     <hr>
2300) 
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2302)     <h3><a class="anchor" href="#WarningsAboutSOCKSandDNSInformationLeaks">I
2303)     keep seeing these warnings about SOCKS and DNS information leaks.
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

2304)     Should I worry?</a></h3>
2305)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2306)     The warning is:
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2309)     Your application (using socks5 on port %d) is giving Tor only an IP
2310)     address. Applications that do DNS resolves themselves may leak
2311)     information. Consider using Socks4A (e.g. via Polipo or socat) instead.
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2314)     If you are running Tor to get anonymity, and you are worried about an
2315)     attacker who is even slightly clever, then yes, you should worry. Here's why.
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2318)     <b>The Problem.</b> When your applications connect to servers on the
2319)     Internet, they need to resolve hostnames that you can read (like
2320)     www.torproject.org) into IP addresses that the Internet can use (like
2321)     209.237.230.66). To do this, your application sends a request to a DNS
2322)     server, telling it the hostname it wants to resolve. The DNS server
2323)     replies by telling your application the IP address.
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2326)     Clearly, this is a bad idea if you plan to connect to the remote host
2327)     anonymously: when your application sends the request to the DNS server,
2328)     the DNS server (and anybody else who might be watching) can see what
2329)     hostname you are asking for. Even if your application then uses Tor to
2330)     connect to the IP anonymously, it will be pretty obvious that the user
2331)     making the anonymous connection is probably the same person who made
2332)     the DNS request.
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2335)     <b>Where SOCKS comes in.</b> Your application uses the SOCKS protocol
2336)     to connect to your local Tor client. There are 3 versions of SOCKS you
2337)     are likely to run into: SOCKS 4 (which only uses IP addresses), SOCKS 5
2338)     (which usually uses IP addresses in practice), and SOCKS 4a (which uses
2339)     hostnames).
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2342)     When your application uses SOCKS 4 or SOCKS 5 to give Tor an IP address,
2343)     Tor guesses that it 'probably' got the IP address non-anonymously from a
2344)     DNS server. That's why it gives you a warning message: you probably aren't
2345)     as anonymous as you think.
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2348)     <b>So what can I do?</b> We describe a few solutions below.
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

2349)     </p>
2350)     <ul>
2351)     <li>If your application speaks SOCKS 4a, use it. </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2352)     <li>If you only need one or two hosts, or you are good at programming,
2353)     you may be able to get a socks-based port-forwarder like socat to work
2354)     for you; see <a
2355)     href="https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO">the
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

2356)     Torify HOWTO</a> for examples. </li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2357)     <li>Tor ships with a program called tor-resolve that can use the Tor
2358)     network to look up hostnames remotely; if you resolve hostnames to IPs
2359)     with tor-resolve, then pass the IPs to your applications, you'll be fine.
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

2360)     (Tor will still give the warning, but now you know what it means.) </li>
2361) <!-- I'm not sure if this project is still maintained or not
2362) 
2363) <li>You can use TorDNS as a local DNS server to rectify the DNS leakage. See the Torify HOWTO for info on how to run particular applications anonymously. </li>
2364) !-->
2365)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2366)     <p>If you think that you applied one of the solutions properly but still
2367)     experience DNS leaks please verify there is no third-party application
2368)     using DNS independently of Tor. Please see <a
2369)     href="#AmITotallyAnonymous">the FAQ entry on whether you're really
2370)     absolutely anonymous using Tor</a> for some examples.
Matt Pagan Fixed a couple typos

Matt Pagan authored 10 years ago

2371)     </p>
2372) 
2373)     <hr>
2374) 
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2376)     <h3><a class="anchor" href="#SocksAndDNS">How do I check if my application that uses
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2377)     SOCKS is leaking DNS requests?</a></h3>
2378) 
2379)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2380)     These are two steps you need to take here. The first is to make sure
2381)     that it's using the correct variant of the SOCKS protocol, and the
2382)     second is to make sure that there aren't other leaks.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2383)     </p>
2384) 
2385)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2386)     Step one: add "TestSocks 1" to your torrc file, and then watch your
2387)     logs as you use your application. Tor will then log, for each SOCKS
2388)     connection, whether it was using a 'good' variant or a 'bad' one.
2389)     (If you want to automatically disable all 'bad' variants, set
2390)     "SafeSocks 1" in your <a href="#torrc">torrc</a> file.)
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2391)     </p>
2392) 
2393)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2394)     Step two: even if your application is using the correct variant of
2395)     the SOCKS protocol, there is still a risk that it could be leaking
2396)     DNS queries. This problem happens in Firefox extensions that resolve
2397)     the destination hostname themselves, for example to show you its IP
2398)     address, what country it's in, etc. These applications may use a safe
2399)     SOCKS variant when actually making connections, but they still do DNS
2400)     resolves locally. If you suspect your application might behave like
2401)     this, you should use a network sniffer like <a
2402)     href="https://www.wireshark.org/">Wireshark</a> and look for
2403)     suspicious outbound DNS requests. I'm afraid the details of how to look
2404)     for these problems are beyond the scope of a FAQ entry though -- find
2405)     a friend to help if you have problems.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

2406)     </p>
2407) 
2408)     <hr>
2409) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

2410)     <a id="RunningATorRelay"></a>
2411)     <h2><a class="anchor">Running a Tor relay:</a></h2>
2412) 
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2414)     <h3><a class="anchor" href="#HowDoIDecide">How do I decide if I should
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

2415)     run a relay?</a></h3>
2416)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2417)     We're looking for people with reasonably reliable Internet connections,
2418)     that have at least 20 kilobytes/second each way. If that's you, please
2419)     consider <a href="https://www.torproject.org/docs/tor-relay-debian">helping
2420)     out</a>.
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2422)  
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2424)  
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2426)     <h3><a class="anchor" href="#WhyIsntMyRelayBeingUsedMore">Why isn't my
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

2427)     relay being used more?</a></h3>
2428)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2429)     If your relay is relatively new then give it time. Tor decides which
2430)     relays it uses heuristically based on reports from Bandwidth
2431)     Authorities. These authorities take measurements of your relay's
2432)     capacity and, over time, directs more traffic there until it reaches
2433)     an optimal load. The lifecycle of a new relay is explained in more
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

2434)     depth in <a href="https://blog.torproject.org/blog/lifecycle-of-a-new-relay">
2435)     this blog post</a>.
2436)     </p>
2437)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2438)     If you've been running a relay for a while and still having issues
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

2439)     then try asking on the <a href=
2440)     "https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays/">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2441)     tor-relays list</a>.
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2443)  
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

2444)     <hr>
2445) 
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2447)     <h3><a class="anchor" href="#IDontHaveAStaticIP">I don't have a static
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2448)     IP.</a></h3>
2449) 
2450)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2451)     Tor can handle relays with dynamic IP addresses just fine. Just leave
2452)     the "Address" line in your torrc blank, and Tor will guess.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2453)     </p>
2454) 
2455)     <hr>
2456) 
2457)     <a id="PortscannedMore"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2458)     <h3><a class="anchor" href="#PortscannedMore">Why do I get portscanned
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2459)     more often when I run a Tor relay?</a></h3>
2460) 
2461)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2462)     If you allow exit connections, some services that people connect to
2463)     from your relay will connect back to collect more information about you.
2464)     For example, some IRC servers connect back to your identd port to record
2465)     which user made the connection. (This doesn't really work for them,
2466)     because Tor doesn't know this information, but they try anyway.) Also,
2467)     users exiting from you might attract the attention of other users on the
2468)     IRC server, website, etc. who want to know more about the host they're
2469)     relaying through.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2472)     Another reason is that groups who scan for open proxies on the Internet
2473)     have learned that sometimes Tor relays expose their socks port to the
2474)     world. We recommend that you bind your socksport to local networks only.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2477)     In any case, you need to keep up to date with your security. See this <a
2478)     href="https://trac.torproject.org/projects/tor/wiki/doc/OperationalSecurity">article
2479)     on operational security for Tor relays</a> for more suggestions.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2480)     </p>
2481) 
2482)     <hr>
2483) 
2484)     <a id="MoreThanOneCPU"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2485)     <h3><a class="anchor" href="#MoreThanOneCPU">I have more than one CPU.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2486)     Does this help?</a></h3>
2487) 
2488)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2489)     Yes. You can set your NumCpus config option in torrc to the number of
2490)     CPUs you have, and Tor will spawn this many cpuworkers to deal with
2491)     public key operations in parallel.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2492)     </p>
2493) 
2494)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2495)     This option has no effect for clients.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2496)     </p>
2497) 
2498)     <hr>
2499) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2500)     <a id="HighCapacityConnection"></a> 
2501)     <h3><a class="anchor" href="#HighCapacityConnection">How can I get Tor to fully
Matt Pagan Added a missing anchor; Add...

Matt Pagan authored 10 years ago

2502)     make use of my high capacity connection?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2503)  
Matt Pagan Added a missing anchor; Add...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2505)     See <a href="http://archives.seul.org/or/relays/Aug-2010/msg00034.html">this
Matt Pagan Added a missing anchor; Add...

Matt Pagan authored 10 years ago

2506)     tor-relays thread</a>.
2507)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2508)  
2509)     <hr> 
2510)  
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2511)     <a id="RelayFlexible"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

2522)     rate limiting</a>. Further, if you have a fast
2523)     link but want to limit the number of bytes per
2524)     day (or week or month) that you donate, check out the <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2525) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

2526) href="#LimitTotalBandwidth">
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2527) hibernation
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2528)     feature</a>.
2529)     </li>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2530)     <li>Each Tor relay has an <a href="#ExitPolicies">exit policy</a>
2531) that
2532)     specifies what sort of outbound connections are allowed or refused
2533) from
2534)     that relay. If you are uncomfortable allowing people to exit from
2535) your
2536)     relay, you can set it up to only allow connections to other Tor
2537) relays.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2538)     </li>
2539)     <li>It's fine if the relay goes offline sometimes. The directories
2540)     notice this quickly and stop advertising the relay. Just try to make
2541)     sure it's not too often, since connections using the relay when it
2542)     disconnects will break.
2543)     </li>
2544)     <li>We can handle relays with dynamic IPs just fine &mdash; simply
2545)     leave the Address config option blank, and Tor will try to guess.
2546)     </li>
2547)     <li>If your relay is behind a NAT and it doesn't know its public
2548)     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

2549)     forwarding. Forwarding TCP connections is system dependent but
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

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

Andrew Lewman authored 13 years ago

2551)     offers some examples on how to do this.
2552)     </li>
2553)     <li>Your relay will passively estimate and advertise its recent
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2554)     bandwidth capacity, so high-bandwidth relays will attract more users
2555) than
2556)     low-bandwidth ones. Therefore having low-bandwidth relays is useful
2557) too.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2558)     </li>
2559)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 10 years ago

2562)  
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2564)     <h3><a class="anchor" href="#BandwidthShaping">What bandwidth shaping
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2565)     options are available to Tor relays?</a></h3>
2566) 
2567)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2568)     There are two options you can add to your torrc file:
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2569)     </p>
2570)     <ul>
2571)     <li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2572)     BandwidthRate is the maximum long-term bandwidth allowed (bytes per
2573)     second). For example, you might want to choose "BandwidthRate 2 MB"
2574)     for 2 megabytes per second (a fast connection), or "BandwidthRate 50
2575)     KB" for 50 kilobytes per second (a medium-speed cable connection).
2576)     The minimum BandwidthRate is 20 kilobytes per second.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2579)     BandwidthBurst is a pool of bytes used to fulfill requests during
2580)     short periods of traffic above BandwidthRate but still keeps the
2581)     average over a long period to BandwidthRate. A low Rate but a high
2582)     Burst enforces a long-term average while still allowing more traffic
2583)     during peak times if the average hasn't been reached lately. For example,
2584)     if you choose "BandwidthBurst 50 KB" and also use that for your
2585)     BandwidthRate, then you will never use more than 50 kilobytes per second;
2586)     but if you choose a higher BandwidthBurst (like 1 MB), it will allow
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2587)     more bytes through until the pool is empty.
2588)     </li>
2589)     </ul>
2590)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2591)     If you have an asymmetric connection (upload less than download) such
2592)     as a cable modem, you should set BandwidthRate to less than your smaller
2593)     bandwidth (Usually that's the upload bandwidth). (Otherwise, you could
2594)     drop many packets during periods of maximum bandwidth usage -- you may
2595)     need to experiment with which values make your connection comfortable.)
2596)     Then set BandwidthBurst to the same as BandwidthRate.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2599)     Linux-based Tor nodes have another option at their disposal: they can
2600)     prioritize Tor traffic below other traffic on their machine, so that
2601)     their own personal traffic is not impacted by Tor load. A <a
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2602)     href="https://gitweb.torproject.org/tor.git/blob/HEAD:/contrib/linux-tor-prio.sh">script
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2603)     to do this</a> can be found in the Tor source distribution's contrib
2604)     directory.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2607)     Additionally, there are hibernation options where you can tell Tor to
2608)     only serve a certain amount of bandwidth per time period (such as 100
2609)     GB per month). These are covered in the <a
2610)     href="#LimitTotalBandwidth">hibernation entry</a> below.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2613)     Note that BandwidthRate and BandwidthBurst are in <b>Bytes,</b>not Bits.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2614)     </p>
2615) 
2616)     <hr>
2617) 
2618)     <a id="LimitTotalBandwidth"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2619)     <h3><a class="anchor" href="#LimitTotalBandwidth">How can I limit the
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2620)     total amount of bandwidth used by my Tor relay?</a></h3>
2621)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2622)     The accounting options in the torrc file allow you to specify the maximum
2623)     amount of bytes your relay uses for a time period.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2624)     </p>
2625)     <pre>
2626)     AccountingStart day week month [day] HH:MM
2627)     </pre>
2628)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2629)     This specifies when the accounting should reset. For instance, to setup
2630)     a total amount of bytes served for a week (that resets every Wednesday
2631)     at 10:00am), you would use:
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2632)     </p>
2633)     <pre>
2634)     AccountingStart week 3 10:00
2635)     AccountingMax N bytes KB MB GB TB
2636)     </pre>
2637)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2638)     This specifies the maximum amount of data your relay will send during an
2639)     accounting period, and the maximum amount of data your relay will receive
2640)     during an account period. When the accounting period resets (from
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2641)     AccountingStart), then the counters for AccountingMax are reset to 0.
2642)     </p>
2643)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2644)     Example. Let's say you want to allow 1 GB of traffic every day in each
2645)     direction and the accounting should reset at noon each day:
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2646)     </p>
2647)     <pre>
2648)     AccountingStart day 12:00
2649)     AccountingMax 1 GB
2650)     </pre>
2651)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2652)     Note that your relay won't wake up exactly at the beginning of each
2653)     accounting period. It will keep track of how quickly it used its
2654)     quota in the last period, and choose a random point in the new interval
2655)     to wake up. This way we avoid having hundreds of relays working at the
2656)     beginning of each month but none still up by the end.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2659)     If you have only a small amount of bandwidth to donate compared to your
2660)     connection speed, we recommend you use daily accounting, so you don't
2661)     end up using your entire monthly quota in the first day. Just divide
2662)     your monthly amount by 30. You might also consider rate limiting to
2663)     spread your usefulness over more of the day: if you want to offer X GB
2664)     in each direction, you could set your BandwidthRate to 20*X. For example,
2665)     if you have 10 GB to offer each way, you might set your BandwidthRate to
2666)     200 KB: this way your relay will always be useful for at least half of
2667)     each day.
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

2668)     </p>
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2669) 
2670)     <hr>
2671) 
2672)     <a id="RelayWritesMoreThanItReads"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2673)     <h3><a class="anchor" href="#RelayWritesMoreThanItReads">Why does my relay
Matt Pagan Cleanup.

Matt Pagan authored 10 years ago

2674)     write more bytes onto the network than it reads?</a></h3>
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2676)     <p>You're right, for the most part a byte into your Tor relay means a
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2677)     byte out, and vice versa. But there are a few exceptions:</p>
2678) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2679)     <p>If you open your DirPort, then Tor clients will ask you for a copy of
2680)     the directory. The request they make (an HTTP GET) is quite small, and the
2681)     response is sometimes quite large. This probably accounts for most of the
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2682)     difference between your "write" byte count and your "read" byte count.</p>
2683) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2684)     <p>Another minor exception shows up when you operate as an exit node, and
2685)     you read a few bytes from an exit connection (for example, an instant
2686)     messaging or ssh connection) and wrap it up into an entire 512 byte cell
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2687)     for transport through the Tor network.</p>
2688) 
2689)     <hr>
2690) 
2691)     <a id="Hibernation"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2692)     <h3><a class="anchor" href="#Hibernation">Why can I not browse anymore
Matt Pagan Cleanup.

Matt Pagan authored 10 years ago

2693)     after limiting bandwidth on my Tor relay?</a></h3>
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2695)     <p>The parameters assigned in the <a
2696)     href="#LimitTotalBandwidth">AccountingMax</a> and <a
2697)     href="#BandwidthShaping">BandwidthRate</a> apply to both client and
2698)     relay functions of the Tor process. Thus you may find that you are unable
2699)     to browse as soon as your Tor goes into hibernation, signaled by this
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2700)     entry in the log:</p>
2701) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2702)     <pre>Bandwidth soft limit reached; commencing hibernation. No new
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2703)     connections will be accepted</pre>
2704) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2705)     <p>The solution is to run two Tor processes - one relay and one client,
2706)     each with its own config. One way to do this (if you are starting from a
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2707)     working relay setup) is as follows:</p>
2708) 
2709)     <ul>
2710)         <li>In the relay Tor torrc file, simply set the SocksPort to 0.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2711)         <li>Create a new client torrc file from the torrc.sample and ensure
2712)         it uses a different log file from the relay. One naming convention
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2713)         may be torrc.client and torrc.relay.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2714)         <li>Modify the Tor client and relay startup scripts to include
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2715)         '-f /path/to/correct/torrc'.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2716)         <li>In Linux/BSD/OSX, changing the startup scripts to Tor.client
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

2717)         and Tor.relay may make separation of configs easier.</li>
2718)     </ul>
2719) 
Matt Pagan +6 FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

2722)     <a id="ExitPolicies"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

2726)     <p>
2727)     Great. That's exactly why we implemented exit policies.
2728)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

2730)     <p>
2731)     Each Tor relay has an exit policy that specifies what sort of
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2732)     outbound connections are allowed or refused from that relay. The
2733) exit
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2734)     policies are propagated to Tor clients via the directory, so clients
2735)     will automatically avoid picking exit relays that would refuse to
2736)     exit to their intended destination. This way each relay can decide
2737)     the services, hosts, and networks he wants to allow connections to,
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2738)     based on abuse potential and his own situation. Read the FAQ entry
2739) on
2740)     <a href="<page docs/faq-abuse>#TypicalAbuses">issues you might
2741) encounter</a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

2748)     The default exit policy allows access to many popular services
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2749)     (e.g. web browsing), but <a
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

2750) href="#DefaultExitPorts">restricts</a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

2755)     <a href="<page docs/faq>#torrc">torrc</a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2756)     file. If you want to avoid most if not all abuse potential, set it
2757) to
2758)     "reject *:*" (or un-check all the boxes in Vidalia). This setting
2759) means
2760)     that your relay will be used for relaying traffic inside the Tor
2761) network,
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2762)     but not for connections to external websites or other services.
2763)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

2765)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2766)     If you do allow any exit connections, make sure name resolution
2767) works
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2768)     (that is, your computer can resolve Internet addresses correctly).
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2769)     If there are any resources that your computer can't reach (for
2770) example,
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2771)     you are behind a restrictive firewall or content filter), please
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2772)     explicitly reject them in your exit policy &mdash; otherwise Tor
2773) users
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2774)     will be impacted too.
2775)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

2778) 
Matt Pagan Applied Nick's patch.

Matt Pagan authored 10 years ago

2779)     <a id="BestOSForRelay"></a>
Matt Pagan Formatted the new FAQ entry...

Matt Pagan authored 10 years ago

2780)     <h3><a class="anchor" href="#BestOSForRelay">Why doesn't my Windows (or other OS) Tor relay run well?</h3></a>
Matt Pagan Applied Nick's patch.

Matt Pagan authored 10 years ago

2781) 
2782)     <p>
2783)     Tor relays work best on Linux, FreeBSD 5.x+, OS X Tiger or
2784)     later, and Windows Server 2003 or later.
2785)     </p>
2786) 
2787)     <p>You can probably get it working just fine on other operating
2788)     systems too, but note the following caveats:
2789)     </p>
2790) 
2791)     <ul>
2792)     <li>
2793)     Versions of Windows without the word "server" in their name
2794)     sometimes have problems. This is especially the case for Win98,
2795)     but it also happens in some cases for XP, especially if you don't
2796)     have much memory. The problem is that we don't use the networking
2797)     system calls in a very Windows-like way, so we run out of space in
2798)     a fixed-size memory space known as the non-page pool, and then
2799)     everything goes bad. The symptom is an assert error with the
2800)     message "No buffer space available [WSAENOBUFS ] [10055]".  <a
2801)     href="https://trac.torproject.org/projects/tor/wiki/doc/WindowsBufferProblems">You
2802)     can read more here.</a>
2803)     </li>
2804) 
2805)     <li>
2806)     Most developers who contribute to Tor work with Unix-like operating
2807)     systems. It would be great if more people with Windows experience help
2808)     out, so we can improve Tor's usability and stability in
2809)     Windows.
2810)     </li>
2811) 
2812)     <li>
2813)     More esoteric or archaic operating systems, like SunOS 5.9 or
2814)     Irix64, may have problems with some libevent methods (devpoll,
2815)     etc), probably due to bugs in libevent. If you experience crashes,
2816)     try setting the EVENT_NODEVPOLL or equivalent environment
2817)     variable.
2818)     </li>
2819)     </ul>
2820) 
2821)     <hr>
2822) 
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2824)     <h3><a class="anchor" href="#WhatIsTheBadExitFlag">What is the
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

2825)     BadExit flag?</a></h3>
2826) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2827)     <p>When an exit is misconfigured or malicious it's assigned the BadExit
2828)     flag. This tells Tor to avoid exiting through that relay. In effect,
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

2829)     relays with this flag become non-exits.</p>
2830) 
2831)     <hr>
2832) 
2833)     <a id="IGotTheBadExitFlagWhyDidThatHappen"></a>
2834)     <h3><a class="anchor" href="#IGotTheBadExitFlagWhyDidThatHappen">I got
2835)     the BadExit flag why did that happen?</a></h3>
2836) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2837)     <p>If you got this flag then we either discovered a problem or suspicious
2838)     activity coming from your exit and weren't able to contact you. The reason
2839)     for most flaggings are documented on the <a
2840)     href="https://trac.torproject.org/projects/tor/wiki/doc/badRelays">bad
2841)     relays wiki</a>. Please <a
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

2842)     href="<page about/contact>">contact us</a> so
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

2843)     we can sort out the issue.</p>
2844) 
2845)     <hr>
2846) 
2847)     <a id="MyRelayRecentlyGotTheGuardFlagAndTrafficDroppedByHalf"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2848)     <h3><a class="anchor" href="#MyRelayRecentlyGotTheGuardFlagAndTrafficDroppedByHalf">My
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

2849)     relay recently got the Guard flag and traffic dropped by half.</a></h3>
2850)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2851)     Since it's now a guard, clients are using it less in other positions, but
2852)     not many clients have rotated their existing guards out to use it as a
2853)     guard yet. Read more details in this <a
2854)     href="https://blog.torproject.org/blog/lifecycle-of-a-new-relay">blog
2855)     post</a> or in <a href="http://freehaven.net/anonbib/#wpes12-cogs">Changing
2856)     of the Guards: A Framework for Understanding and Improving Entry Guard
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

2857)     Selection in Tor</a>.
2858)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2859)  
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

2860)     <hr>
2861) 
2862)     <a id="TorClientOnADifferentComputerThanMyApplications"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2863)     <h3><a class="anchor" href="#TorClientOnADifferentComputerThanMyApplications">I
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

2864)     want to run my Tor client on a different computer than my applications.
2865)     </a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2867)     By default, your Tor client only listens for applications that
2868)     connect from localhost. Connections from other computers are
2869)     refused. If you want to torify applications on different computers
2870)     than the Tor client, you should edit your torrc to define
2871)     SocksListenAddress 0.0.0.0 and then restart (or hup) Tor. If you
2872)     want to get more advanced, you can configure your Tor client on a
2873)     firewall to bind to your internal IP but not your external IP.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

2874)     </p>
2875) 
2876)     <hr>
2877) 
2878)     <a id="ServerClient"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2879)     <h3><a class="anchor" href="#ServerClient">Can I install Tor on a
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2880)     central server, and have my clients connect to it?</a></h3>
2881)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2882)      Yes. Tor can be configured as a client or a relay on another
2883)      machine, and allow other machines to be able to connect to it
2884)      for anonymity. This is most useful in an environment where many
2885)      computers want a gateway of anonymity to the rest of the world.
2886)      However, be forwarned that with this configuration, anyone within
2887)      your private network (existing between you and the Tor
2888)      client/relay) can see what traffic you are sending in clear text.
2889)      The anonymity doesn't start until you get to the Tor relay.
2890)      Because of this, if you are the controller of your domain and you
2891)      know everything's locked down, you will be OK, but this configuration
2892)      may not be suitable for large private networks where security is
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2893)      key all around.
2894)     </p>
2895)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2896) Configuration is simple, editing your torrc file's SocksListenAddress
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2897) according to the following examples:
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

2898)     </p>
2899)     <pre>
Matt Pagan Cleaned up some existing FA...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2901)   #This provides local interface access only,
Matt Pagan Cleaned up some existing FA...

Matt Pagan authored 10 years ago

2902)   #needs SocksPort to be greater than 0
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2903)   SocksListenAddress 127.0.0.1
Matt Pagan Cleaned up some existing FA...

Matt Pagan authored 10 years ago

2904) 
2905)   #This provides access to Tor on a specified interface
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2906)   SocksListenAddress 192.168.x.x:9100
Matt Pagan Cleaned up some existing FA...

Matt Pagan authored 10 years ago

2907) 
2908)   #Accept from all interfaces
2909)   SocksListenAddress 0.0.0.0:9100
2910)    </pre>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2912) You can state multiple listen addresses, in the case that you are
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2913) part of several networks or subnets.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

2914)     </p>
2915)     <pre>
2916)   SocksListenAddress 192.168.x.x:9100 #eth0
2917)   SocksListenAddress 10.x.x.x:9100 #eth1
2918)     </pre>
2919)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2920) After this, your clients on their respective networks/subnets would specify
2921) a socks proxy with the address and port you specified SocksListenAddress
2922) to be.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2925) Please note that the SocksPort configuration option gives the port ONLY for
2926) localhost (127.0.0.1). When setting up your SocksListenAddress(es), you need
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2927) to give the port with the address, as shown above.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2929) If you are interested in forcing all outgoing data through the central Tor
2930) client/relay, instead of the server only being an optional proxy, you may find
2931) the program iptables (for *nix) useful.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

2932)     </p>
2933) 
2934)     <hr>
2935) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

2936)     <a id="RelayOrBridge"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

2939) 
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2940)     <p><a href="<page docs/bridges>">Bridge relays</a> (or "bridges" for
2941) short)
2942)     are <a href="<page docs/tor-doc-relay>">Tor relays</a> that aren't
Moritz Bartl China not the only country...

Moritz Bartl authored 11 years ago

2943)     listed in the public Tor directory.
Andrew Lewman don't tell users how to kil...

Andrew Lewman authored 11 years ago

2944)     That means that ISPs or governments trying to block access to the
Moritz Bartl China not the only country...

Moritz Bartl authored 11 years ago

2945)     Tor network can't simply block all bridges.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

2948)     <p>Being a normal relay vs being a bridge relay is almost the same
2949)     configuration: it's just a matter of whether your relay is listed
Moritz Bartl China not the only country...

Moritz Bartl authored 11 years ago

2950)     publicly or not.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

2952) 
Moritz Bartl China not the only country...

Moritz Bartl authored 11 years ago

2953)     <p>
Andrew Lewman don't tell users how to kil...

Andrew Lewman authored 11 years ago

2954)     So bridges are useful a) for Tor users in oppressive regimes,
Moritz Bartl China not the only country...

Moritz Bartl authored 11 years ago

2955)     and b) for people who want an extra layer of security
Roger Dingledine change our "should i be a r...

Roger Dingledine authored 12 years ago

2956)     because they're worried somebody will recognize that it's a public
2957)     Tor relay IP address they're contacting.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

2959) 
Moritz Bartl China not the only country...

Moritz Bartl authored 11 years ago

2960)     <p>
2961)     Several countries, including China and Iran, have found ways to
Andrew Lewman don't tell users how to kil...

Andrew Lewman authored 11 years ago

2962)     detect and block connections to Tor bridges.
Moritz Bartl China not the only country...

Moritz Bartl authored 11 years ago

2963)     <a href="<page projects/obfsproxy>">Obfsproxy</a> bridges address
Andrew Lewman don't tell users how to kil...

Andrew Lewman authored 11 years ago

2964)     this by adding another layer of obfuscation.
Moritz Bartl China not the only country...

Moritz Bartl authored 11 years ago

2965)     </p>
2966) 
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

2967)     <p>So should you run a normal relay or bridge relay? If you have
2968) lots
Moritz Bartl China not the only country...

Moritz Bartl authored 11 years ago

2969)     of bandwidth, you should definitely run a normal relay.
2970)     If you're willing
Roger Dingledine change our "should i be a r...

Roger Dingledine authored 12 years ago

2971)     to <a href="#ExitPolicies">be an exit</a>, you should definitely
2972)     run a normal relay, since we need more exits. If you can't be an
2973)     exit and only have a little bit of bandwidth, be a bridge. Thanks
2974)     for volunteering!
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

2978) 
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2980) <h3><a class="anchor" href="#UpgradeOrMove">I want to upgrade/move my relay.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2981) How do I keep the same key?</a></h3>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2984)  When upgrading your Tor relay, or running it on a different computer,
2985)  the important part is to keep the same nickname (defined in your torrc
2986)  file) and the same identity key (stored in "keys/secret_id_key" in
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

2987)  your DataDirectory).
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

2990) This means that if you're upgrading your Tor relay and you keep the same
2991) torrc and the same DataDirectory, then the upgrade should just work and
2992) your relay will keep using the same key. If you need to pick a new
2993) DataDirectory, be sure to copy your old keys/secret_id_key over.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

2994) </p>
2995) 
2996)     <hr>
2997) 
2998) <a id="NTService"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

2999) <h3><a class="anchor" href="#NTService">How do I run my Tor relay as an NT
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3000) service?</a></h3>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3003)  You can run Tor as a service on all versions of Windows except Windows
3004)  95/98/ME. This way you can run a Tor relay without needing to always have
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3005)  Vidalia running.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3008) If you've already configured your Tor to be a relay, please note that when
3009) you enable Tor as a service, it will use a different DatagDirectory, and
3010) thus will generate a different key. If you want to keep using the old key,
3011) see the Upgrading your Tor relay FAQ entry for how to restore the old
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3012) identity key.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3013) </p>
3014) <p>
3015) To install Tor as a service, you can simply run:
3016) </p>
3017) <pre>
3018) tor --service install
3019) </pre>
3020) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3021) A service called Tor Win32 Service will be installed and started. This
3022) service will also automatically start every time Windows boots, unless
3023) you change the Start-up type. An easy way to check the status of Tor,
3024) start or stop the service, and change the start-up type is by running
3025) services.msc and finding the Tor service in the list of currently
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3026) installed services.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3029) Optionally, you can specify additional options for the Tor service using
3030) the -options argument. For example, if you want Tor to use C:\tor\torrc,
3031) instead of the default torrc, and open a control port on port 9151, you
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3032) would run:
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3033) </p>
3034) <pre>
3035) tor --service install -options -f C:\tor\torrc ControlPort 9151
3036) </pre>
3037) <p>
3038) You can also start or stop the Tor service from the command line by typing:
3039) </p>
3040) <pre>
3041)  tor --service start
3042) </pre>
3043) <p>
3044) or
3045) </p>
3046) <pre>
3047)  tor --service stop
3048) </pre>
3049) <p>
3050) To remove the Tor service, you can run the following command:
3051) </p>
3052) <pre>
3053) tor --service remove
3054) </pre>
3055) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3056) If you are running Tor as a service and you want to uninstall Tor entirely,
3057) be sure to run the service removal command (shown above) first before
3058) running the uninstaller from "Add/Remove Programs". The uninstaller is
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3059) currently not capable of removing the active service.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3060) </p>
3061) 
3062) <hr>
3063) 
3064) <a id="VirtualServer"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3065) <h3><a class="anchor" href="#VirtualServer">Can I run a Tor relay from my
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3066) virtual server account?</a></h3>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3069) Some ISPs are selling "vserver" accounts that provide what they call a
3070) virtual server -- you can't actually interact with the hardware, and
3071) they can artificially limit certain resources such as the number of file
3072) descriptors you can open at once. Competent vserver admins are able to
3073) configure your server to not hit these limits. For example, in SWSoft's
3074) Virtuozzo, investigate /proc/user_beancounters. Look for "failcnt" in
3075) tcpsndbuf, tcprecvbuf, numothersock, and othersockbuf. Ask for these to
3076) be increased accordingly. Some users have seen settings work well as follows:
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3077) <p>
Matt Pagan Cleaned up some existing FA...

Matt Pagan authored 10 years ago

3078) <table border="1">
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3079) <tr>
3080) <td>
3081) <i>resource</i>
3082) </td>
3083) <td>
3084) <i>held</i>
3085) </td>
3086) <td>
3087) <i>maxheld</i>
3088) </td>
3089) <td>
3090) <i>barrier</i>
3091) </td>
3092) <td>
3093) <i>limit</i>
3094) </td>
3095) <td>
3096) <i>failcnt</i>
3097) </td>
3098) </tr>
3099) <tr>
3100) <td>
3101) tcpsndbuf
3102) </td>
3103) <td>
3104) 46620
3105) </td>
3106) <td>
3107) 48840
3108) </td>
3109) <td>
3110) 3440640
3111) </td>
3112) <td>
3113) 5406720
3114) </td>
3115) <td>
3116) 0
3117) </td>
3118) </tr>
3119) <tr>
3120) <td>
3121) tcprcvbuf
3122) </td>
3123) <td>
3124) 0
3125) </td>
3126) <td>
3127) 2220
3128) </td>
3129) <td>
3130) 3440640
3131) </td>
3132) <td>
3133) 5406720
3134) </td>
3135) <td>
3136) 0
3137) </td>
3138) </tr>
3139) <tr>
3140) <td>
3141) othersockbuf
3142) </td>
3143) <td>
3144) 243516
3145) </td>
3146) <td>
3147) 260072
3148) </td>
3149) <td>
3150) 2252160
3151) </td>
3152) <td>
3153) 4194304
3154) </td>
3155) <td>
3156) 0
3157) </td>
3158) </tr>
3159) <tr>
3160) <td>
3161) numothersock
3162) </td>
3163) <td>
3164) 151
3165) </td>
3166) <td>
3167) 153
3168) </td>
3169) <td>
3170) 720
3171) </td>
3172) <td>
3173) 720
3174) </td>
3175) <td>
3176) 0
3177) </td>
3178) </tr>
3179) </table>
3180) <p>
3181)  Xen, Virtual Box and VMware virtual servers have no such limits normally.
3182) </p>
3183) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3184) If the vserver admin will not increase system limits another option is
3185) to reduce the memory allocated to the send and receive buffers on TCP
3186) connections Tor uses. An experimental feature to constrain socket buffers
3187) has recently been added. If your version of Tor supports it, set
3188) "ConstrainedSockets 1" in your configuration. See the tor man page for
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3189) additional details about this option.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3192) Unfortunately, since Tor currently requires you to be able to connect to
3193) all the other Tor relays, we need you to be able to use at least 1024 file
3194) descriptors. This means we can't make use of Tor relays that are crippled
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3195) in this way.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3198) We hope to fix this in the future, once we know how to build a Tor network
3199) with restricted topologies -- that is, where each node connects to only a
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3200) few other nodes. But this is still a long way off.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3201) </p>
3202) 
Matt Pagan Cleaned up some existing FA...

Matt Pagan authored 10 years ago

3203) <hr>
3204) 
Roger Dingledine fix the faq anchors that ha...

Roger Dingledine authored 13 years ago

3205) <a id="MultipleRelays"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

3208) 
3209) <p>
3210) Great. If you want to run several relays to donate more to the network,
3211) we're happy with that. But please don't run more than a few dozen on
3212) the same network, since part of the goal of the Tor network is dispersal
3213) and diversity.
3214) </p>
3215) 
3216) <p>
3217) 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

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

Roger Dingledine authored 13 years ago

3220) </p>
3221) 
3222) <pre>
3223)     MyFamily $fingerprint1,$fingerprint2,$fingerprint3
3224) </pre>
3225) 
3226) <p>
3227) where each fingerprint is the 40 character identity fingerprint (without
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3228) spaces). You can also list them by nickname, but fingerprint is safer.
3229) Be
Roger Dingledine migrate the ManyRelays faq...

Roger Dingledine authored 13 years ago

3230) sure to prefix the digest strings with a dollar sign ('$') so that the
3231) digest is not confused with a nickname in the config file.
3232) </p>
3233) 
3234) <p>
3235) That way clients will know to avoid using more than one of your relays
3236) in a single circuit. You should set MyFamily if you have administrative
3237) control of the computers or of their network, even if they're not all in
3238) the same geographic location.
3239) </p>
3240) 
3241)     <hr>
3242) 
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3244)     <h3><a class="anchor" href="#WrongIP">My relay is picking the wrong
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3245)     IP address.</a></h3>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3247)  Tor guesses its IP address by asking the computer for its hostname, and
3248)  then resolving that hostname. Often people have old entries in their
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3249)  /etc/hosts file that point to old IP addresses.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3252) If that doesn't fix it, you should use the "Address" config option to
3253) specify the IP you want it to pick. If your computer is behind a NAT and
3254) it only has an internal IP address, see the following FAQ entry on <a
Matt Pagan Improved some links.

Matt Pagan authored 10 years ago

3255) href="#RelayFlexible">dynamic IP addresses</a>.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3258) Also, if you have many addresses, you might also want to set
3259) "OutboundBindAddress" so external connections come from the IP you intend
3260) to present to the world.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3261)     </p>
3262) 
3263)     <hr>
3264) 
3265)     <a id="BehindANAT"></a>
3266)     <h3><a class="anchor" href="#BehindANAT">I'm behind a NAT/Firewall.</a></h3>
3267) 
3268)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3269) See <a>http://portforward.com/</a> for directions on how to port forward with
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3270) your NAT/router device.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3273) If your relay is running on a internal net you need to setup port forwarding.
3274) Forwarding TCP connections is system dependent but the firewalled-clients FAQ
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3275) entry offers some examples on how to do this.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3278) Also, here's an example of how you would do this on GNU/Linux if you're using
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3279) iptables:
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3280) </p>
3281) <pre>
3282) /sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 9001 -j ACCEPT
3283) </pre>
3284) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3285) You may have to change "eth0" if you have a different external interface
3286) (the one connected to the Internet). Chances are you have only one (except
3287) the loopback) so it shouldn't be too hard to figure out.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3288)     </p>
3289)     <hr>
3290) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3291)     <a id="RelayMemory"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

3294) 
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3295)     <p>If your Tor relay is using more memory than you'd like, here are
3296) some
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3297)     tips for reducing its footprint:
3298)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

3300)     <ol>
3301)     <li>If you're on Linux, you may be encountering memory fragmentation
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3302)     bugs in glibc's malloc implementation. That is, when Tor releases
3303) memory
3304)     back to the system, the pieces of memory are fragmented so they're
3305) hard
3306)     to reuse. The Tor tarball ships with OpenBSD's malloc
3307) implementation,
3308)     which doesn't have as many fragmentation bugs (but the tradeoff is
3309) higher
3310)     CPU load). You can tell Tor to use this malloc implementation
3311) instead:
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3312)     <tt>./configure --enable-openbsd-malloc</tt></li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

3313) 
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3314)     <li>If you're running a fast relay, meaning you have many TLS
3315) connections
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3316)     open, you are probably losing a lot of memory to OpenSSL's internal
3317)     buffers (38KB+ per socket). We've patched OpenSSL to <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 13 years ago

3321)     unused buffer memory more aggressively</a>. If you update to OpenSSL
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3322)     1.0.0 or newer, Tor's build process will automatically recognize and
3323) use
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3324)     this feature.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

3325) 
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

3326) <!-- Nickm says he's not sure this is still accurate
3327) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

3328)     <li>If you're running on Solaris, OpenBSD, NetBSD, or
3329)     old FreeBSD, Tor is probably forking separate processes
3330)     rather than using threads. Consider switching to a <a
3331)     href="<wikifaq>#WhydoesntmyWindowsorotherOSTorrelayrunwell">better
3332)     operating system</a>.</li>
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

3333) -->
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3334)     <li>If you still can't handle the memory load, consider reducing the
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3335)     amount of bandwidth your relay advertises. Advertising less
3336) bandwidth
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3337)     means you will attract fewer users, so your relay shouldn't grow
3338)     as large. See the <tt>MaxAdvertisedBandwidth</tt> option in the man
3339)     page.</li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

3343)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3344)     All of this said, fast Tor relays do use a lot of ram. It is not
3345) unusual
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3346)     for a fast exit relay to use 500-1000 MB of memory.
3347)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

3350) 
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3352)     <h3><a class="anchor" href="#BetterAnonymity">Do I get better anonymity
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3353)     if I run a relay?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

3355)     <p>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

3356) Yes, you do get better anonymity against some attacks.
3357)     </p>
3358)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3359) The simplest example is an attacker who owns a small number of Tor relays.
3360) He will see a connection from you, but he won't be able to know whether
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3361) the connection originated at your computer or was relayed from somebody else.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3364) There are some cases where it doesn't seem to help: if an attacker can
3365) watch all of your incoming and outgoing traffic, then it's easy for him
3366) to learn which connections were relayed and which started at you. (In
3367) this case he still doesn't know your destinations unless he is watching
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3368) them too, but you're no better off than if you were an ordinary client.)
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3371) There are also some downsides to running a Tor relay. First, while we
3372) only have a few hundred relays, the fact that you're running one might
3373) signal to an attacker that you place a high value on your anonymity.
3374) Second, there are some more esoteric attacks that are not as
3375) well-understood or well-tested that involve making use of the knowledge
3376) that you're running a relay -- for example, an attacker may be able to
3377) "observe" whether you're sending traffic even if he can't actually watch
3378) your network, by relaying traffic through your Tor relay and noticing
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3379) changes in traffic timing.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3382) It is an open research question whether the benefits outweigh the risks.
3383) A lot of that depends on the attacks you are most worried about. For
3384) most users, we think it's a smart move.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

3388) 
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3390)     <h3><a class="anchor" href="#FacingLegalTrouble">I'm facing legal
3391)     trouble. How do I prove that my server was a Tor relay at a given
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

3392)     time?</a></h3>
3393) 
3394)     <p><a href="https://exonerator.torproject.org/">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3395)     Exonerator</a> is a web service that can check if an IP address was a
3396)     relay at a given time. We can also <a
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

3397)     href="<page about/contact>">provide a signed
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

3398)     letter</a> if needed.</p>
3399) 
3400)     <hr>
3401) 
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

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

Roger Dingledine authored 12 years ago

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

Roger Dingledine authored 12 years ago

3405) 
3406)     <p>
Roger Dingledine touchups on the faq that ha...

Roger Dingledine authored 10 years ago

3407)     Sure! We recommend these non-profit charities that are happy to turn
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

3408)     your donations into better speed and anonymity for the Tor network:
3409)     </p>
3410)     <ul>
3411)     <li><a href="https://www.torservers.net/">torservers.net</a>
3412)     is a German charitable non-profit that runs a wide variety of
Roger Dingledine touchups on the faq that ha...

Roger Dingledine authored 10 years ago

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

Roger Dingledine authored 12 years ago

3415)     <li><a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3416) href="https://www.noisebridge.net/wiki/Noisebridge_Tor">Noisebridge</a>
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

3417)     is a US-based 501(c)(3) non-profit that collects donations and turns
Roger Dingledine touchups on the faq that ha...

Roger Dingledine authored 10 years ago

3418)     them into more US-based exit relay capacity.</li>
3419)     <li><a href="https://nos-oignons.net/">Nos Oignons</a> is a French
3420)     charitable non-profit that runs fast exit relays in France.</li>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

3421)     <li><a href="https://www.dfri.se/donera/?lang=en">DFRI</a> is a
3422)     Swedish non-profit running exit relays.</li>
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

3423)     </ul>
3424) 
3425)     <p>
3426)     These organizations are not the same as <a href="<page
3427)     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

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

Roger Dingledine authored 12 years ago

3430)     </p>
3431) 
3432)     <p>
3433)     Note that there can be a tradeoff here between anonymity and
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3434)     performance. The Tor network's anonymity comes in part from
3435) diversity,
Roger Dingledine add faq entry about donatio...

Roger Dingledine authored 12 years ago

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

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

Roger Dingledine authored 12 years ago

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

Roger Dingledine authored 12 years ago

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

Roger Dingledine authored 12 years ago

3441)     performance. Improving anonymity and improving performance are both
3442)     worthwhile goals, so however you can help is great!
3443)     </p>
3444) 
3445)     <hr>
3446) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

3447) <a id="TorHiddenServices"></a>
3448) <h2><a class="anchor">Tor hidden services:</a></h2>
3449) 
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3451)     <h3><a class="anchor" href="#AccessHiddenServices">How do I access
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3452)     hidden services?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3453)  
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3455)     Tor hidden services are named with a special top-level domain (TLD)
3456)     name in DNS: .onion. Since the .onion TLD is not recognized by the
3457)     official root DNS servers on the Internet, your application will not
3458)     get the response it needs to locate the service. Currently, the Tor
3459)     directory server provides this look-up service; and thus the look-up
3460)     request must get to the Tor network.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3461)     </p>
3462) 
3463) <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3464)  Therefore, your application <b>needs</b> to pass the .onion hostname to
3465)  Tor directly. You can't try to resolve it to an IP address, since there
3466)  <i>is</i> no corresponding IP address: the server is hidden, after all!
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3468)  
3469)     <p>
3470)     So, how do you make your application pass the hostname directly to Tor?
3471)     You can't use SOCKS 4, since SOCKS 4 proxies require an IP from the
3472)     client (a web browser is an example of a SOCKS client). Even though
3473)     SOCKS 5 can accept either an IP or a hostname, most applications
3474)     supporting SOCKS 5 try to resolve the name before passing it to the
3475)     SOCKS proxy. SOCKS 4a, however, always accepts a hostname: You'll need
3476)     to use SOCKS 4a.
3477)     </p>
3478)  
3479)     <p>
3480)     Some applications, such as the browsers Mozilla Firefox and Apple's
3481)     Safari, support sending DNS queries to Tor's SOCKS 5 proxy. Most web
3482)     browsers don't support SOCKS 4a very well, though. The workaround is
3483)     to point your web browser at an HTTP proxy, and tell the HTTP proxy
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3484)     to speak to Tor with SOCKS 4a. We recommend Polipo as your HTTP proxy.
3485)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3486)  
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3488)     For applications that do not support HTTP proxy, and so cannot use
3489)     Polipo, <a href="http://www.freecap.ru/eng/">FreeCap</a> is an
3490)     alternative. When using FreeCap set proxy protocol  to SOCKS 5 and under
3491)     settings set DNS name resolving to remote. This
3492)     will allow you to use almost any program with Tor without leaking DNS
3493)     lookups and allow those same programs to access hidden services.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3495)  
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3497)     See also the <a href="#SocksAndDNS">question on DNS</a>.
3498)     </p> 
3499)  
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3500)     <hr>
3501) 
3502)     <a id="ProvideAHiddenService"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3503)     <h3><a class="anchor" href="#ProvideAHiddenService">How do I provide a
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3504)     hidden service?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3505)  
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3506)     <p>
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

3507)     See the <a href="<page docs/tor-hidden-service>">
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3508)     official hidden service configuration instructions</a>.
3509)     </p>
3510) 
3511)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3512)  
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

3513)     <a id="Development"></a>
3514)     <h2><a class="anchor">Development:</a></h2>
3515) 
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3517)     <h3><a class="anchor" href="#VersionNumbers">What do these weird
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3518)     version numbers mean?</a></h3>
3519) 
3520)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3521)     Versions of Tor before 0.1.0 used a strange and hard-to-explain
Matt Pagan Added an FAQ entry relevant...

Matt Pagan authored 10 years ago

3522)     version scheme. Let's forget about those.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3525)     Starting with 0.1.0, versions all look like this:
3526)     MAJOR.MINOR.MICRO(.PATCHLEVEL)(-TAG). The stuff in parenthesis is
3527)     optional. MAJOR, MINOR, MICRO, and PATCHLEVEL are all numbers. Only one
3528)     release is ever made with any given set of these version numbers. The
3529)     TAG lets you know how stable we think the release is: "alpha" is pretty
3530)     unstable; "rc" is a release candidate; and no tag at all means that we
3531)     have a final release. If the tag ends with "-cvs", you're looking at
3532)     a development snapshot that came after a given release.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3535)     So for example, we might start a development branch with (say)
3536)     0.1.1.1-alpha. The patchlevel increments consistently as the status
3537)     tag changes, for example, as in: 0.1.1.2-alpha, 0.1.1.3-alpha,
3538)     0.1.1.4-rc, 0.1.1.5-rc, etc. Eventually, we would release 0.1.1.6.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3539)     The next stable release would be 0.1.1.7.
3540)     </p>
3541)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3542)     Why do we do it like this? Because every release has a unique
3543)     version number, it is easy for tools like package manager to tell
3544)     which release is newer than another. The tag makes it easy for users
3545)     to tell how stable the release is likely to be.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3546)     </p>
3547) 
3548)     <hr>
3549) 
3550)     <a id="PrivateTorNetwork"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3551)     <h3><a class="anchor" href="#PrivateTorNetwork">How do I set up my
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3552)     own private Tor network?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3553)  
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3555)     If you want to experiment locally with your own network, or you're
3556)     cut off from the Internet and want to be able to mess with Tor still,
3557)     then you may want to set up your own separate Tor network.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3560)     To set up your own Tor network, you need to run your own authoritative
3561)     directory servers, and your clients and relays must be configured so
3562)     they know about your directory servers rather than the default public
3563)     ones.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3566)     Apart from the somewhat tedious method of manually configuring a couple
3567)     of directory authorities, relays and clients there are two separate
3568)     tools that could help. One is Chutney, the other is Shadow.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3571)     <a href="https://gitweb.torproject.org/chutney.git">Chutney</a> is a
3572)     tool for configuring, controlling and running tests on a
3573)     testing Tor network. It requires that you have Tor and Python (2.5 or
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3574)     later) installed on your system. You can use Chutney to create a testing
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3575)     network by generating Tor configuration files (torrc) and necssary keys
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3576)     (for the directory authorities). Then you can let Chutney start your Tor
3577)     authorities, relays and clients and wait for the network to bootstrap.
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3578)     Finally, you can have Chutney run tests on your network to see which
3579)     things work and which do not. Chutney is typically used for running a
3580)     testing network with about 10 instances of Tor. Every instance of Tor
3581)     binds to one or two ports on localhost (127.0.0.1) and all Tor
3582)     communication is done over the loopback interface. The <a
3583)     href="https://gitweb.torproject.org/chutney.git/blob/HEAD:/README">Chutney
3584)     README</a> is a good starting point for getting it up and running.
3585)     </p>
3586)     <p>
3587)     <a href="https://github.com/shadow/shadow">Shadow</a> is a network
3588)     simulator that can run Tor through its Scallion plug-in. Although
3589)     it's typically used for running load and performance tests on
3590)     substantially larger Tor test networks than what's feasible with
3591)     Chutney, it also makes for an excellent debugging tool since you can
3592)     run completely deterministic experiments. A large Shadow network is on
3593)     the size of thousands of instances of Tor, and you can run experiments
3594)     out of the box using one of Shadow's several included scallion experiment
3595)     configurations. Shadow can be run on any linux machine without root,
3596)     and can also run on EC2 using a pre-configured image. Also, Shadow
3597)     controls the time of the simulation with the effect that
3598)     time-consuming tests can be done more efficiently than in an
3599)     ordinary testing network. The <a
3600)     href="https://github.com/shadow/shadow/wiki">Shadow wiki</a> and
3601)     <a href="http://shadow.github.io/">Shadow website</a> are
3602)     good places to get started.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3603)     </p>
3604) 
3605)     <hr>
3606) 
Matt Pagan Fixed an anchor

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3608)     <h3><a class="anchor" href="#UseTorWithJava">How can I make my Java
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3609)     program use the Tor Network?</a></h3>
3610) 
3611)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3612)     The newest versions of Java now have SOCKS4/5 support built in.
3613)     Unfortunately, the SOCKS interface is not very well documented and
3614)     may still leak your DNS lookups. The safest way to use Tor is to
3615)     interface the SOCKS protocol directly or go through an application-level
3616)     proxy that speaks SOCKS4a. For an example and libraries that implement
3617)     the SOCKS4a connection, go to Joe Foley's TorLib in the <a
3618)     href="http://web.mit.edu/foley/www/TinFoil/">TinFoil Project</a>.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3619)     </p>
3620) 
3621)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3622)     A fully Java implementation of the Tor client is now available as <a
3623)     href="http://www.subgraph.com/orchid.html">Orchid</a>. We still consider
3624)     Orchid to be experimental, so use with care.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3625)     </p>
3626) 
3627)     <hr>
3628) 
3629) 
3630)     <a id="WhatIsLibevent"></a>
3631)     <h3><a class="anchor" href="#WhatIsLibevent">What is Libevent?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3632)  
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3634)     When you want to deal with a bunch of net connections at once, you
3635)     have a few options:
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3638)     One is multithreading: you have a separate micro-program inside the
3639)     main program for each net connection that reads and writes to the
3640)     connection as needed.This, performance-wise, sucks.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3643)     Another is asynchronous network programming: you have a single main
3644)     program that finds out when various net connections are ready to
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3645)     read/write, and acts accordingly.
3646)     </p>
3647)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3648)     The problem is that the oldest ways to find out when net connections
3649)     are ready to read/write, suck. And the newest ways are finally fast,
3650)     but are not available on all platforms.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3653)     This is where Libevent comes in and wraps all these ways to find
3654)     out whether net connections are ready to read/write, so that Tor
3655)     (and other programs) can use the fastest one that your platform
3656)     supports, but can still work on older platforms (these methods are
3657)     all different depending on the platorm) So Libevent presents a
3658)     consistent and fast interface to select, poll, kqueue, epoll,
3659)     /dev/poll, and windows select.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3662)     However, On the the Win32 platform (by Microsoft) the only good
3663)     way to do fast IO on windows with hundreds of sockets is using
3664)     overlapped IO, which is grossly unlike every other BSD sockets
3665)     interface.
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3667)     <p>Libevent has <a href="http://www.monkey.org/~provos/libevent/">its
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3668)     own website</a>.
3669)     </p>
3670)     <hr>
3671) 
3672)     <a id="MyNewFeature"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3673)     <h3><a class="anchor" href="#MyNewFeature">What do I need to do to get
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3674)     a new feature into Tor?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3675)  
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3677)     For a new feature to go into Tor, it needs to be designed (explain what
3678)     you think Tor should do), argued to be secure (explain why it's better
3679)     or at least as good as what Tor does now), specified (explained at the
3680)     byte level at approximately the level of detail in tor-spec.txt), and
3681)     implemented (done in software).
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3682)     </p>
3683) 
3684)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3685)     You probably shouldn't count on other people doing all of these steps
3686)     for you: people who are skilled enough to do this stuff generally
Matt Pagan 6 new FAQ entires.

Matt Pagan authored 10 years ago

3687)     have their own favorite feature requests.
3688)     </p>
3689) 
3690)     <hr>
3691) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

3692)     <a id="AnonymityAndSecurity"></a>
3693)     <h2><a class="anchor">Anonymity And Security:</a></h2>
3694) 
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3696)     <h3><a class="anchor" href="#WhatProtectionsDoesTorProvide">What
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

3697)     protections does Tor provide?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3698)  
3699)     <p>
3700)     Internet communication is based on a store-and-forward model that
3701)     can be understood in analogy to postal mail: Data is transmitted in
3702)     blocks called IP datagrams or packets. Every packet includes a source
3703)     IP address (of the sender) and a destination IP address (of the
3704)     receiver), just as ordinary letters contain postal addresses of sender
3705)     and receiver. The way from sender to receiver involves multiple hops of
3706)     routers, where each router inspects the destination IP address and
3707)     forwards the packet closer to its destination. Thus, every router
3708)     between sender and receiver learns that the sender is communicating
3709)     with the receiver. In particular, your local ISP is in the position to
3710)     build a complete profile of your Internet usage. In addition, every
3711)     server in the Internet that can see any of the packets can profile your
3712)     behaviour.
3713)     </p>
3714)  
3715)     <p>
3716)     The aim of Tor is to improve your privacy by sending your traffic through
3717)     a series of proxies. Your communication is encrypted in multiple layers
3718)     and routed via multiple hops through the Tor network to the final
3719)     receiver. More details on this process can be found in the <a
3720)     href="https://www.torproject.org/about/overview">Tor overview</a>.
3721)     Note that all your local ISP can observe now is that you are
3722)     communicating with Tor nodes. Similarly, servers in the Internet just
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

3723)     see that they are being contacted by Tor nodes.
3724)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3725)  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3727)     Generally speaking, Tor aims to solve three privacy problems:
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3729)  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3731)     First, Tor prevents websites and other services from learning
3732)     your location, which they can use to build databases about your
3733)     habits and interests. With Tor, your Internet connections don't
3734)     give you away by default -- now you can have the ability to choose,
3735)     for each connection, how much information to reveal.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3737)  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3739)     Second, Tor prevents people watching your traffic locally (such as
3740)     your ISP) from learning what information you're fetching and where
3741)     you're fetching it from. It also stops them from deciding what you're
3742)     allowed to learn and publish -- if you can get to any part of the Tor
3743)     network, you can reach any site on the Internet.  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

3744)     </p>
3745) 
3746)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3747)     Third, Tor routes your connection through more than one Tor relay
3748)     so no single relay can learn what you're up to. Because these relays
3749)     are run by different individuals or organizations, distributing trust
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

3750)     provides more security than the old <a href="#Torisdifferent">one hop proxy
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3751)     </a> approach.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3753)  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3755)     Note, however, that there are situations where Tor fails to solve these
3756)     privacy problems entirely: see the entry below on <a
3757)     href="#AttacksOnOnionRouting">remaining attacks</a>. 
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3759)  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3761)  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3763)     <h3><a class="anchor" href="#CanExitNodesEavesdrop">Can exit nodes eavesdrop
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

3764)     on communications? Isn't that bad?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3765)  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3767)     Yes, the guy running the exit node can read the bytes that come in and
3768)     out there. Tor anonymizes the origin of your traffic, and it makes sure
3769)     to encrypt everything inside the Tor network, but it does not magically
3770)     encrypt all traffic throughout the Internet.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3772)  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3774)     This is why you should always use end-to-end encryption such as SSL for
3775)     sensitive Internet connections. (The corollary to this answer is that if
3776)     you are worried about somebody intercepting your traffic and you're
3777)     *not* using end-to-end encryption at the application layer, then something
3778)     has already gone wrong and you shouldn't be thinking that Tor is the problem.)
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3780)  
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3782)     Tor does provide a partial solution in a very specific situation, though.
3783)     When you make a connection to a destination that also runs a Tor relay,
3784)     Tor will automatically extend your circuit so you exit from that circuit.
3785)     So for example if Indymedia ran a Tor relay on the same IP address as
3786)     their website, people using Tor to get to the Indymedia website would
3787)     automatically exit from their Tor relay, thus getting *better* encryption
3788)     and authentication properties than just browsing there the normal way.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

3789)     </p>
3790) 
3791)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3792)     We'd like to make it still work even if the service is nearby the Tor
3793)     relay but not on the same IP address. But there are a variety of
3794)     technical problems we need to overcome first (the main one being "how
3795)     does the Tor client learn which relays are associated with which
3796)     websites in a decentralized yet non-gamable way?").
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3798)          
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3800)  
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3802)     <h3><a class="anchor" href="#AmITotallyAnonymous">So I'm totally anonymous
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

3803)     if I use Tor?</a></h3>
3804) 
3805)     <p>
3806)     <b>No.</b>
3807)     </p>
3808)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3809)     First, Tor protects the network communications. It separates where you
3810)     are from where you are going on the Internet. What content and data you
3811)     transmit over Tor is controlled by you. If you login to Google or
3812)     Facebook via Tor, the local ISP or network provider doesn't know you
3813)     are visiting Google or Facebook. Google and Facebook don't know where
3814)     you are in the world. However, since you have logged into their sites,
3815)     they know who you are. If you don't want to share information, you are
3816)     in control.
3817)     </p>
3818) 
3819)     <p>
3820)     Second, active content, such as Java, Javascript, Adobe Flash, Adobe
3821)     Shockwave, QuickTime, RealAudio, ActiveX controls, and VBScript, are
3822)     binary applications. These binary applications run as your user account
3823)     with your permissions in your operating system. This means these
3824)     applications can access anything that your user account can access. Some
3825)     of these technologies, such as Java and Adobe Flash for instance, run in
3826)     what is known as a virtual machine. This virtual machine may have the
3827)     ability to ignore your configured proxy settings, and therefore bypass
3828)     Tor and share information directly to other sites on the Internet. The
3829)     virtual machine may be able to store data, such as cookies, completely
3830)     separate from your browser or operating system data stores. Therefore,
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

3831)     these technologies must be disabled in your browser to use Tor safely.
3832)     </p>
3833)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3834)     That's where the <a
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

3835)     href="<page projects/torbrowser>">Tor Browser
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3836)     Bundle</a> comes in. We produce a web browser that is preconfigured to
3837)     help you control the risks to your privacy and anonymity while browsing
3838)     the Internet. Not only are the above technologies disabled to prevent
3839)     identity leaks, the Tor Browser also includes browser extensions like
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

3840)     NoScript and Torbutton, as well as patches to the Firefox source
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3841)     code. The full design of the Tor Browser can be read <a
3842)     href="https://www.torproject.org/projects/torbrowser/design/">here</a>.
3843)     In designing a safe, secure solution for browsing the web with Tor,
3844)     we've discovered that configuring <a href="#TBBOtherBrowser">other
Matt Pagan Other Vidalia and Tor Brows...

Matt Pagan authored 10 years ago

3845)     browsers</a> to use Tor is unsafe.
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

3846)     </p>
3847) 
3848)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3849)     Alternatively, you may find a Live CD or USB operating system more to
3850)     your liking. The Tails team has created an <a
3851)     href="https://tails.boum.org/">entire bootable operating system</a>
3852)     configured for anonymity and privacy on the Internet.
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

3853)     </p>
3854) 
3855)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3856)     Tor is a work in progress. There is still <a
3857)     href="https://www.torproject.org/getinvolved/volunteer">plenty of work
3858)     left to do</a> for a strong, secure, and complete solution.
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

3859)     </p>
3860) 
3861)     <hr>
3862) 
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

3863)     <a id="ExitEnclaving"></a>
Matt Pagan Added three FAQ entries; fi...

Matt Pagan authored 10 years ago

3864)     <h3><a class="anchor" href="#ExitEnclaving">What is Exit Enclaving?</a>
3865)     </h3>
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3868)     When a machine that runs a Tor relay also runs a public service, such as
3869)     a webserver, you can configure Tor to offer Exit Enclaving to that
3870)     service. Running an Exit Enclave for all of your services you wish to
3871)     be accessible via Tor provides your users the assurance that they will
3872)     exit through your server, rather than exiting from a randomly selected
3873)     exit node that could be watched. Normally, a tor circuit would end at
3874)     an exit node and then that node would make a connection to your service.
3875)     Anyone watching that exit node could see the connection to your service,
3876)     and be able to snoop on the contents if it were an unencrypted
3877)     connection. If you run an Exit Enclave for your service, then the exit
3878)     from the Tor network happens on the machine that runs your service,
3879)     rather than on an untrusted random node. This works when Tor clients
3880)     wishing to connect to this public service extend their circuit
3881)     to exit from the Tor relay running on that same host. For example, if
3882)     the server at 1.2.3.4 runs a web server on port 80 and also acts as a
3883)     Tor relay configured for Exit Enclaving, then Tor clients wishing to
3884)     connect to the webserver will extend their circuit a fourth hop to exit
3885)     to port 80 on the Tor relay running on 1.2.3.4.
3886)     </p>
3887)     <p>
3888)     Exit Enclaving is disabled by default to prevent attackers from
3889)     exploiting trust relationships with locally bound services. For
3890)     example, often 127.0.0.1 will run services that are not designed to
3891)     be shared with the entire world. Sometimes these services will also
3892)     be bound to the public IP address, but will only allow connections if
3893)     the source address is something trusted, such as 127.0.0.1.
3894)     </p>
3895)     <p>
3896)     As a result of possible trust issues, relay operators must configure
3897)     their exit policy to allow connections to themselves, but they should
3898)     do so only when they are certain that this is a feature that they would
3899)     like. Once certain, turning off the ExitPolicyRejectPrivate option will
3900)     enable Exit Enclaving. An example configuration would be as follows:
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

3901)     </p>
3902)     <pre>
3903)     ExitPolicy accept 1.2.3.4:80
3904)     ExitPolicy reject 127.0.0.1/8
3905)     ExitPolicyRejectPrivate 0
3906)     </pre>
3907)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

3908)     This option should be used with care as it may expose internal network
3909)     blocks that are not meant to be accessible from the outside world or
3910)     the Tor network. Please tailor your ExitPolicy to reflect all netblocks
3911)     that you want to prohibit access.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3914)     This option should be used with care as it may expose internal network
3915)     blocks that are not meant to be accessible from the outside world or
3916)     the Tor network. Please tailor your ExitPolicy to reflect all netblocks
3917)     that you want to prohibit access.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

3920)     While useful, this behavior may go away in the future because it is
3921)     imperfect. A great idea but not such a great implementation.
Matt Pagan Added 4 faq entries: My Tor...

Matt Pagan authored 10 years ago

3922)     </p>
3923) 
3924)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 13 years ago

3926)     <a id="KeyManagement"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

3930)     <p>
3931)     Tor uses a variety of different keys, with three goals in mind: 1)
3932)     encryption to ensure privacy of data within the Tor network, 2)
3933)     authentication so clients know they're
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3934)     talking to the relays they meant to talk to, and 3) signatures to
3935) make
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3936)     sure all clients know the same set of relays.
3937)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

3939)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3940)     <b>Encryption</b>: first, all connections in Tor use TLS link
3941) encryption,
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3942)     so observers can't look inside to see which circuit a given cell is
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3943)     intended for. Further, the Tor client establishes an ephemeral
3944) encryption
Roger Dingledine explain that the authentica...

Roger Dingledine authored 12 years ago

3945)     key with each relay in the circuit; these extra layers of encryption
3946)     mean that only the exit relay can read
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3947)     the cells. Both sides discard the circuit key when the circuit ends,
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3948)     so logging traffic and then breaking into the relay to discover the
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

3949)     key won't work.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

3952)     <p>
3953)     <b>Authentication</b>:
3954)     Every Tor relay has a public decryption key called the "onion key".
Roger Dingledine explain that the authentica...

Roger Dingledine authored 12 years ago

3955)     Each relay rotates its onion key once a week.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3956)     When the Tor client establishes circuits, at each step it <a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3957) 
3958) href="<svnprojects>design-paper/tor-design.html#subsec:circuits">demands
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3959)     that the Tor relay prove knowledge of its onion key</a>. That way
3960)     the first node in the path can't just spoof the rest of the path.
Roger Dingledine explain that the authentica...

Roger Dingledine authored 12 years ago

3961)     Because the Tor client chooses the path, it can make sure to get
3962)     Tor's "distributed trust" property: no single relay in the path can
3963)     know about both the client and what the client is doing.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

3966)     <p>
3967)     <b>Coordination</b>:
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3968)     How do clients know what the relays are, and how do they know that
3969) they
3970)     have the right keys for them? Each relay has a long-term public
3971) signing
3972)     key called the "identity key". Each directory authority additionally
3973) has a
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3974)     "directory signing key". The directory authorities <a
Sebastian Hahn Fix links that broke due to...

Sebastian Hahn authored 13 years ago

3975)     href="<specblob>dir-spec.txt">provide a signed list</a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3976)     of all the known relays, and in that list are a set of certificates
3977) from
3978)     each relay (self-signed by their identity key) specifying their
3979) keys,
3980)     locations, exit policies, and so on. So unless the adversary can
3981) control
Roger Dingledine explain that the authentica...

Roger Dingledine authored 12 years ago

3982)     a majority of the directory authorities (as of 2012 there are 8
Roger Dingledine specify there are 8 dir auths

Roger Dingledine authored 12 years ago

3983)     directory authorities), he can't trick the Tor client into using
3984)     other Tor relays.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

3987)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

3988)     How do clients know what the directory authorities are? The Tor
3989) software
3990)     comes with a built-in list of location and public key for each
3991) directory
3992)     authority. So the only way to trick users into using a fake Tor
3993) network
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3994)     is to give them a specially modified version of the software.
3995)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

4005)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4006)     In order to be certain that it's really signed by us, you need to
4007) have
4008)     met us in person and gotten a copy of our GPG key fingerprint, or
4009) you
4010)     need to know somebody who has. If you're concerned about an attack
4011) on
4012)     this level, we recommend you get involved with the security
4013) community
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4014)     and start meeting people.
4015)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

4018) 
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

4019) <a id="EntryGuards"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4020) <h3><a class="anchor" href="#EntryGuards">What are Entry
4021) Guards?</a></h3>
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

4022) 
4023) <p>
4024) Tor (like all current practical low-latency anonymity designs) fails
4025) when the attacker can see both ends of the communications channel. For
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

4030) this case, the research community knows no practical low-latency design
4031) that can reliably stop the attacker from correlating volume and timing
4032) information on the two sides.
4033) </p>
4034) 
4035) <p>
4036) So, what should we do? Suppose the attacker controls, or can observe,
Roger Dingledine cleanup on the EntryGuards...

Roger Dingledine authored 13 years ago

4037) <i>C</i> relays. Suppose there are <i>N</i> relays total. If you select
4038) new entry and exit relays each time you use the network, the attacker
4039) will be able to correlate all traffic you send with probability
4040) <i>(c/n)<sup>2</sup></i>. But profiling is, for most users, as bad
4041) as being traced all the time: they want to do something often without
4042) an attacker noticing, and the attacker noticing once is as bad as the
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4043) attacker noticing more often. Thus, choosing many random entries and
4044) exits
Roger Dingledine cleanup on the EntryGuards...

Roger Dingledine authored 13 years ago

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

4046) </p>
4047) 
4048) <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

4051) to use as entry points, and uses only those relays for her first hop. If
4052) those relays are not controlled or observed, the attacker can't win,
4053) ever, and the user is secure. If those relays <i>are</i> observed or
4054) controlled by the attacker, the attacker sees a larger <i>fraction</i>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4055) of the user's traffic &mdash; but still the user is no more profiled
4056) than
Roger Dingledine cleanup on the EntryGuards...

Roger Dingledine authored 13 years ago

4057) before. Thus, the user has some chance (on the order of <i>(n-c)/n</i>)
4058) of avoiding profiling, whereas she had none before.
Roger Dingledine import EntryGuards faq entry

Roger Dingledine authored 13 years ago

4059) </p>
4060) 
4061) <p>
Roger Dingledine cleanup on the EntryGuards...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

4068) </p>
4069) 
4070) <p>
4071) Restricting your entry nodes may also help against attackers who want
4072) to run a few Tor nodes and easily enumerate all of the Tor user IP
4073) addresses. (Even though they can't learn what destinations the users
4074) 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

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

Roger Dingledine authored 13 years ago

4077) </p>
4078) 
4079)     <hr>
4080) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

4081)     <a id="ChangePaths"></a>
4082)     <h3><a class="anchor" href="#ChangePaths">How often does Tor change its paths?</a></h3>
4083)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4084)      Tor will reuse the same circuit for new TCP streams for 10 minutes,
4085)      as long as the circuit is working fine. (If the circuit fails, Tor
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4086)      will switch to a new circuit immediately.)
4087)     </p>
4088)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4089) But note that a single TCP stream (e.g. a long IRC connection) will stay on
4090) the same circuit forever -- we don't rotate individual streams from one
4091) circuit to the next. Otherwise an adversary with a partial view of the
4092) network would be given many chances over time to link you to your
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4093) destination, rather than just one chance.
4094)     </p>
4095) 
4096)     <hr>
4097) 
4098)     <a id="CellSize"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4099)     <h3><a class="anchor" href="#CellSize">Tor uses hundreds of bytes for
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4100)     every IRC line. I can't afford that!</a></h3>
4101)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4102)      Tor sends data in chunks of 512 bytes (called "cells"), to make it
4103)      harder for intermediaries to guess exactly how many bytes you're
4104)      communicating at each step. This is unlikely to change in the near
4105)      future -- if this increased bandwidth use is prohibitive for you, I'm
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4106)      afraid Tor is not useful for you right now.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4109) The actual content of these fixed size cells is
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4110) <a href="https://gitweb.torproject.org/torspec.git/blob/HEAD:/tor-spec.txt">
4111) documented in the main Tor spec</a>, section 3.
4112)     </p>
4113)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4114) We have been considering one day adding two classes of cells -- maybe a 64
4115) byte cell and a 1024 byte cell. This would allow less overhead for
4116) interactive streams while still allowing good throughput for bulk streams.
4117) But since we want to do a lot of work on quality-of-service and better
4118) queuing approaches first, you shouldn't expect this change anytime soon
4119) (if ever). However if you are keen, there are a couple of
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

4120) <a href="<page getinvolved/volunteer>#Research">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4121) research ideas</a> that may involve changing the cell size.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

4122)     </p>
4123) 
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4124)     <hr>
4125) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4127)     <h3><a class="anchor" href="#OutboundConnections">Why does netstat show
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4128)     these outbound connections?</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4130)     Because that's how Tor works. It holds open a handful of connections
4131)     so there will be one available when you need one.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

4132)     </p>
4133) 
4134)     <hr>
4135) 
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4137)     <h3><a class="anchor" href="#PowerfulBlockers">What about powerful blocking
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4138)     mechanisms?</a></h3>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4140)  An adversary with a great deal of manpower and money, and severe
4141)  real-world penalties to discourage people from trying to evade detection,
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4142)  is a difficult test for an anonymity and anti-censorship system.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4145) The original Tor design was easy to block if the attacker controls Alice's
4146) connection to the Tor network --- by blocking the directory authorities, by
4147) blocking all the relay IP addresses in the directory, or by filtering based
4148) on the fingerprint of the Tor TLS handshake. After seeing these attacks and
4149) others first-hand, more effort was put into researching new circumvention
4150) techniques. Pluggable transports are protocols designed to allow users behind
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4151) government firewalls to access the Tor network.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4154) We've made quite a bit of progress on this problem lately. You can read more
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

4155) details on the <a href="<page docs/pluggable-transports>">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4156) pluggable transports page</a>. You may also be interested in
4157) <a href="https://www.youtube.com/watch?v=GwMr8Xl7JMQ">Roger and Jake's talk at
4158) 28C3</a>, or <a href="https://www.youtube.com/watch?v=JZg1nqs793M">Runa's
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4159) talk at 44con</a>.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

4160)     </p>
4161) 
4162)     <hr>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4163) 
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4165)     <h3><a class="anchor" href="#RemotePhysicalDeviceFingerprinting">Does Tor
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4166)     resist "remote physical device fingerprinting"?</a></h3>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

4167)     <p>
4168)  Yes, we resist all of these attacks as far as we know.
4169)     </p>
4170)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4171) These attacks come from examining characteristics of the IP headers or TCP
4172) headers and looking for information leaks based on individual hardware
4173) signatures. One example is the
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

4174) <a href="http://www.caida.org/outreach/papers/2005/fingerprinting/">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4175) Oakland 2005 paper</a> that lets you learn if two packet streams originated
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4176) from the same hardware, but only if you can see the original TCP timestamps.
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4179) Tor transports TCP streams, not IP packets, so we end up automatically
4180) scrubbing a lot of the potential information leaks. Because Tor relays use
4181) their own (new) IP and TCP headers at each hop, this information isn't
4182) relayed from hop to hop. Of course, this also means that we're limited in
4183) the protocols we can transport (only correctly-formed TCP, not all IP like
4184) ZKS's Freedom network could) -- but maybe that's a good thing at this stage.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4185) </p>
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

4186) 
4187)     <hr>
4188) 
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

4189)     <a id="IsTorLikeAVPN"></a>
4190)     <h3><a class="anchor" href="#IsTorLikeAVPN">Is Tor like a VPN?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4191)  
4192)     <p>
Matt Pagan Combined the two FAQ entrie...

Matt Pagan authored 10 years ago

4193)     <b>Do not use a VPN as an <a href="http://www.nbcnews.com/news/investigations/war-anonymous-british-spies-attacked-hackers-snowden-docs-show-n21361">anonymity solution</a>.</b> 
4194)     If you're looking for a trusted entry into the Tor network, or if you want 
4195)     to obscure the fact that you're using Tor, <a
4196)     href="https://www.torproject.org/docs/bridges#RunningABridge">setting up
4197)     a private server as a bridge</a> works quite well.
4198)     </p>
4199) 
4200)     <p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4201)     VPNs encrypt the traffic between the user and the VPN provider,
4202)     and they can act as a proxy between a user and an online destination.
4203)     However, VPNs have a single point of failure: the VPN provider.
4204)     A technically proficient attacker or a number of employees could
4205)     retrieve the full identity information associated with a VPN user.
4206)     It is also possible to use coercion or other means to convince a
4207)     VPN provider to reveal their users' identities. Identities can be
4208)     discovered by following a money trail (using Bitcoin does not solve
4209)     this problem because Bitcoin is not anonymous), or by persuading the
4210)     VPN provider to hand over logs. Even
4211)     if a VPN provider says they don't keep logs, users have to take their
4212)     word for it---and trust that the VPN provider won't buckle to outside
4213)     pressures that might want them to start keeping logs.
4214)     </p>
4215) 
4216)     <p>
4217)     When you use a VPN, websites can still build up a persistent profile of
4218)     your usage over time. Even though sites you visit won't automatically
4219)     get your originating IP address, they still know how to profile you
4220)     based on your browsing history.
4221)     </p>
4222) 
4223)     <p>
4224)     When you use Tor the IP address you connect to changes at most every 10
4225)     minutes, and often more frequently than that. This makes it extremely
4226)     dificult for websites to create any sort of persistent profile of Tor
4227)     users (assuming you did not <a
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

4228)     href="<page download/download>#warning">identify
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4229)     yourself in other ways</a>). No one Tor relay can know enough
4230)     information to compromise any Tor user because of Tor's <a
Roger Dingledine make the faq work better on...

Roger Dingledine authored 10 years ago

4231)     href="<page about/overview>#thesolution">encrypted
Matt Pagan Created a new FAQ entry abo...

Matt Pagan authored 10 years ago

4232)     three-hop circuit</a> design.
4233)     </p>
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

4234) 
4235)     <hr>
4236) 
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4238)     <h3><a class="anchor" href="#Proxychains">Aren't 10 proxies
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

4239)     (proxychains) better than Tor with only 3 hops?</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4240)  
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4242)     Proxychains is a program that sends your traffic through a series of
4243)     open web proxies that you supply before sending it on to your final
4244)     destination. <a href="#KeyManagement">Unlike Tor</a>, proxychains
4245)     does not encrypt the connections between each proxy server. An open proxy
4246)     that wanted to monitor your connection could see all the other proxy
4247)     servers you wanted to use between itself and your final destination,
4248)     as well as the IP address that proxy hop received traffic from.
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4251)     Because the <a
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

4252)     href="https://gitweb.torproject.org/torspec.git?a=blob_plain;hb=HEAD;f=tor-spec.txt">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4253)     Tor protocol</a> requires encrypted relay-to-relay connections, not
4254)     even a misbehaving relay can see the entire path of any Tor user.
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4257)     While Tor relays are run by volunteers and checked periodically for
4258)     suspicious behavior, many open proxies that can be found with a search
4259)     engine are compromised machines, misconfigured private proxies
4260)     not intended for public use, or honeypots set up to exploit users.
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4262)  
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4264)  
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

4265) 
Matt Pagan Added more FAQ entries

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4267)     <h3><a class="anchor" href="#AttacksOnOnionRouting">What attacks remain
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4268)     against onion routing?</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4270) As mentioned above, it is possible for an observer who can view both you and
4271) either the destination website or your Tor exit node to correlate timings of
4272) your traffic as it enters the Tor network and also as it exits. Tor does not
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4273) defend against such a threat model.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4276) In a more limited sense, note that if a censor or law enforcement agency has
4277) the ability to obtain specific observation of parts of the network, it is
4278) possible for them to verify a suspicion that you talk regularly to your friend
4279) by observing traffic at both ends and correlating the timing of only that
4280) traffic. Again, this is only useful to verify that parties already suspected
4281) of communicating with one another are doing so. In most countries, the
4282) suspicion required to obtain a warrant already carries more weight than
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4283) timing correlation would provide.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4286) Furthermore, since Tor reuses circuits for multiple TCP connections, it is
4287) possible to associate non anonymous and anonymous traffic at a given exit
4288) node, so be careful about what applications you run concurrently over Tor.
4289) Perhaps even run separate Tor clients for these applications.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

4290)     </p>
4291) 
4292)     <hr>
4293) 
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4295)     <h3><a class="anchor" href="#LearnMoreAboutAnonymity">Where can I
Matt Pagan Added 6 FAQ entries from th...

Matt Pagan authored 10 years ago

4296)     learn more about anonymity?</a></h3>
4297) 
4298)     <p>
4299)     <a href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">Read these papers</a> (especially the ones in boxes) to get up to speed on anonymous communication systems.
4300)     </p>
4301) 
4302)     <hr>
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

4303) 
4304)     <a id="AlternateDesigns"></a>
4305)     <h2><a class="anchor">Alternate designs:</a></h2>
4306) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4307)     <a id="EverybodyARelay"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

4311)     <p>
4312)     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

4313)     network to handle all our users, and <a
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

4314)     href="#BetterAnonymity">running a Tor
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4315)     relay may help your anonymity</a>. However, many Tor users cannot be
4316) good
4317)     relays &mdash; for example, some Tor clients operate from behind
4318) restrictive
4319)     firewalls, connect via modem, or otherwise aren't in a position
4320) where they
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4321)     can relay traffic. Providing service to these clients is a critical
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4322)     part of providing effective anonymity for everyone, since many Tor
4323) users
4324)     are subject to these or similar constraints and including these
4325) clients
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4326)     increases the size of the anonymity set.
4327)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

4329)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4330)     That said, we do want to encourage Tor users to run relays, so what
4331) we
4332)     really want to do is simplify the process of setting up and
4333) maintaining
4334)     a relay. We've made a lot of progress with easy configuration in the
4335) past
4336)     few years: Vidalia has an easy relay configuration interface, and
4337) supports
4338)     uPnP too. Tor is good at automatically detecting whether it's
4339) reachable and
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4340)     how much bandwidth it can offer.
4341)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

4343)     <p>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4344)     There are five steps we need to address before we can do this
4345) though:
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

4348)     <p>
4349)     First, we need to make Tor stable as a relay on all common
4350)     operating systems. The main remaining platform is Windows,
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4351)     and we're mostly there. See Section 4.1 of <a
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4352)     href="https://www.torproject.org/press/2008-12-19-roadmap-press-release"
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4353) >our
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4354)     development roadmap</a>.
4355)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

4357)     <p>
4358)     Second, we still need to get better at automatically estimating
4359)     the right amount of bandwidth to allow. See item #7 on the
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4360)     <a href="<page getinvolved/volunteer>#Research">research section of
4361) the
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4362)     volunteer page</a>: "Tor doesn't work very well when relays
4363)     have asymmetric bandwidth (e.g. cable or DSL)". It might be that <a
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

4364)     href="<page docs/faq>#TransportIPnotTCP">switching
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4365)     to UDP transport</a> is the simplest answer here &mdash; which alas
4366) is
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4367)     not a very simple answer at all.
4368)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

4380)     <p>
4381)     Fourth, we need to better understand the risks from
4382)     letting the attacker send traffic through your relay while
4383)     you're also initiating your own anonymized traffic. <a
4384)     href="http://freehaven.net/anonbib/#back01">Three</a> <a
4385)     href="http://freehaven.net/anonbib/#clog-the-queue">different</a>
4386)     <a href="http://freehaven.net/anonbib/#torta05">research</a> papers
4387)     describe ways to identify the relays in a circuit by running traffic
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4388)     through candidate relays and looking for dips in the traffic while
4389) the
4390)     circuit is active. These clogging attacks are not that scary in the
4391) Tor
4392)     context so long as relays are never clients too. But if we're trying
4393) to
4394)     encourage more clients to turn on relay functionality too (whether
4395) as
4396)     <a href="<page docs/bridges>">bridge relays</a> or as normal
4397) relays), then
4398)     we need to understand this threat better and learn how to mitigate
4399) it.
4400)     </p>
4401) 
4402)     <p>
4403)     Fifth, we might need some sort of incentive scheme to encourage
4404) people
4405)     to relay traffic for others, and/or to become exit nodes. Here are
4406) our
Roger Dingledine fix another 404 from the fr...

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

4411)     <p>
4412)     Please help on all of these!
4413)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

4414) 
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

4415) <hr>
4416) 
4417) <a id="TransportIPnotTCP"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

4420) 
4421) <p>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

4422) This would be handy, because it would make Tor better able to handle
4423) new protocols like VoIP, it could solve the whole need to socksify
4424) applications, and it would solve the fact that exit relays need to
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4425) allocate a lot of file descriptors to hold open all the exit
4426) connections.
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

4427) </p>
4428) 
4429) <p>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

4434) </p>
4435) 
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 13 years ago

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

Roger Dingledine authored 13 years ago

4437) <li>IP packets reveal OS characteristics. We would still need to do
4438) IP-level packet normalization, to stop things like TCP fingerprinting
4439) attacks. Given the diversity and complexity of TCP stacks, along with <a
Matt Pagan Add 1 FAQ entry and cleaned...

Matt Pagan authored 10 years ago

4440) href="#RemotePhysicalDeviceFingerprinting">device
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

4447) </li>
4448) <li>Certain protocols will still leak information. For example, we must
4449) rewrite DNS requests so they are delivered to an unlinkable DNS server
4450) rather than the DNS server at a user's ISP; thus, we must understand
4451) the protocols we are transporting.
4452) </li>
4453) <li><a
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4454) href="http://crypto.stanford.edu/~nagendra/projects/dtls/dtls.html">DTLS
4455) </a>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

4460) </li>
4461) <li>Exit policies for arbitrary IP packets mean building a secure
4462) IDS. Our node operators tell us that exit policies are one of the main
4463) reasons they're willing to run Tor. Adding an Intrusion Detection System
4464) to handle exit policies would increase the security complexity of Tor,
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4465) and would likely not work anyway, as evidenced by the entire field of
4466) IDS
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

4467) and counter-IDS papers. Many potential abuse issues are resolved by the
4468) fact that Tor only transports valid TCP streams (as opposed to arbitrary
4469) IP including malformed packets and IP floods), so exit policies become
4470) even <i>more</i> important as we become able to transport IP packets. We
4471) also need to compactly describe exit policies in the Tor directory,
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4472) so clients can predict which nodes will allow their packets to exit
4473) &mdash;
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

4474) and clients need to predict all the packets they will want to send in
4475) a session before picking their exit node!
4476) </li>
Roger Dingledine revise TransportIPnotTCP an...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

4481) </li>
Roger Dingledine import the "you should hide...

Roger Dingledine authored 12 years ago

4482) </ol>
4483) 
4484) <hr>
4485) 
4486) <a id="HideExits"></a>
4487) <h3><a class="anchor" href="#HideExits">You should hide the list of Tor
4488) relays, so people can't block the exits.</a></h3>
4489) 
4490) <p>
4491) There are a few reasons we don't:
4492) </p>
4493) 
4494) <ol>
4495) <li>We can't help but make the information available, since Tor clients
4496) need to use it to pick their paths. So if the "blockers" want it, they
4497) can get it anyway. Further, even if we didn't tell clients about the
4498) list of relays directly, somebody could still make a lot of connections
4499) through Tor to a test site and build a list of the addresses they see.
4500) </li>
4501) 
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4502) <li>If people want to block us, we believe that they should be allowed
4503) to
Roger Dingledine import the "you should hide...

Roger Dingledine authored 12 years ago

4504) do so.  Obviously, we would prefer for everybody to allow Tor users to
4505) connect to them, but people have the right to decide who their services
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

4506) should allow connections from, and if they want to block anonymous
4507) users,
Roger Dingledine import the "you should hide...

Roger Dingledine authored 12 years ago

4508) they can.
4509) </li>
4510) 
4511) <li>Being blockable also has tactical advantages: it may be a persuasive
Roger Dingledine add a link to the 'banning...

Roger Dingledine authored 12 years ago

4512) response to website maintainers who feel threatened by Tor. Giving them
4513) the option may inspire them to <a href="<page docs/faq-abuse>#Bans">stop
4514) and think</a> about whether they really want to eliminate private access
4515) to their system, and if not, what other options they might have. The
4516) time they might otherwise have spent blocking Tor, they may instead
4517) spend rethinking their overall approach to privacy and anonymity.
Roger Dingledine import the "you should hide...

Roger Dingledine authored 12 years ago

4518) </li>
Roger Dingledine import TransportIPnotTCP fa...

Roger Dingledine authored 13 years ago

4519) </ol>
4520) 
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

4522) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4524) <h3><a class="anchor" href="#ChoosePathLength">You should let people choose
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4525) their path length.</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4527)  Right now the path length is hard-coded at 3 plus the number of nodes in
4528)  your path that are sensitive. That is, in normal cases it's 3, but for
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4529)  example if you're accessing a hidden service or a ".exit" address it could be 4.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4532)  We don't want to encourage people to use paths longer than this -- it
4533)  increases load on the network without (as far as we can tell) providing
4534)  any more security. Remember that <a
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4535)  href="https://svn.torproject.org/svn/tor/trunk/doc/design-paper/tor-design.html#subsec:threat-model">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4536)  the best way to attack Tor is to attack the endpoints and ignore the middle
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4537)  of the path
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

4538) </a>.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4541)  And we don't want to encourage people to use paths of length 1 either.
4542)  Currently  there is no reason to suspect that investigating a single
4543)  relay will yield  user-destination pairs, but if many people are using
4544)  only a single hop, we make it more likely that attackers will seize or
4545)  break into relays in hopes
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4546)  of tracing users.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4549)  Now, there is a good argument for making the number of hops in a path
4550)  unpredictable. For example, somebody who happens to control the last
4551)  two hops in your path still doesn't know who you are, but they know
4552)  for sure which entry node you used. Choosing path length from, say,
4553)  a geometric distribution will turn this into a statistical attack,
4554)  which seems to be an improvement. On the other hand, a longer path
4555)  length is bad for usability. We're not sure of the right trade-offs
4556)  here. Please write a research paper that tells us what to do.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

4557) </p>
4558) 
4559)     <hr>
4560) 
4561) <a id="SplitEachConnection"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4562)     <h3><a class="anchor" href="#SplitEachConnection">You should split
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4563)     each connection over many paths.</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4566)  We don't currently think this is a good idea. You see, the attacks we're
4567)  worried about are at the endpoints: the adversary watches Alice (or the
4568)  first hop in the path) and Bob (or the last hop in the path) and learns
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4569)  that they are communicating.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4572) If we make the assumption that timing attacks work well on even a few packets
4573) end-to-end, then having *more* possible ways for the adversary to observe the
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4574) connection seems to hurt anonymity, not help it.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4577) Now, it's possible that we could make ourselves more resistant to end-to-end
4578) attacks with a little bit of padding and by making each circuit send and
4579) receive a fixed number of cells. This approach is more well-understood in
4580) the context of high-latency systems. See e.g.
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4581) <a href="http://freehaven.net/anonbib/#pet05-serjantov">
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4582) Message Splitting Against the Partial Adversary by Andrei Serjantov and
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4583) Steven J. Murdoch</a>.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4586) But since we don't currently understand what network and padding
4587) parameters, if any, could provide increased end-to-end security, our
4588) current strategy is to minimize the number of places that the adversary
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4589) could possibly see.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

4590)     </p>
4591) 
4592)     <hr>
4593) 
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4595)     <h3><a class="anchor" href="#MigrateApplicationStreamsAcrossCircuits">You
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

4596)     should migrate application streams across circuits.</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4597)     <p>This would be great for two reasons. First, if a circuit breaks, we
4598)     would be able to shift its active streams onto a new circuit, so they
4599)     don't have to break. Second, it is conceivable that we could get
4600)     increased security against certain attacks by migrating streams
4601)     periodically, since leaving a stream on a given circuit for many hours
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

4602)     might make it more vulnerable to certain adversaries.</p>
4603) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4604)     <p>There are two problems though. First, Tor would need a much more
4605)     bulky protocol. Right now each end of the Tor circuit just sends the
4606)     cells, and lets TCP provide the in-order guaranteed delivery. If we
4607)     can move streams across circuits, though, we would need to add queues
4608)     at each end of the circuit, add sequence numbers so we can send and
4609)     receive acknowledgements for cells, and so forth. These changes would
4610)     increase the complexity of the Tor protocol considerably. Which leads
4611)     to the second problem: if the exit node goes away, there's nothing we
4612)     can do to save the TCP connection. Circuits are typically three hops
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

4613)     long, so in about a third of the cases we just lose.</p>
4614) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4615)     <p>Thus our current answer is that since we can only improve things by
4616)     at best 2/3, it's not worth the added code and complexity. If somebody
4617)     writes a protocol specification for it and it turns out to be pretty
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

4618)     simple, we'd love to add it.</p>
4619) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4620)     <p>But there are still some approaches we can take to improve the
4621)     reliability of streams. The main approach we have now is to specify
4622)     that streams using certain application ports prefer circuits to be
4623)     made up of stable nodes. These ports are specified in the "LongLivedPorts"
Matt Pagan Added two new FAQ entries.

Matt Pagan authored 10 years ago

4624)     <a href="#torrc">torrc</a> option, and they default to</p>
4625)     <pre>21,22,706,1863,5050,5190,5222,5223,6667,6697,8300</pre>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4626)     <p>The definition of "stable" is an open research question, since we
4627)     can only guess future stability based on past performance. Right now
4628)     we judge that a node is stable if it advertises that it has been up
4629)     for more than a day. Down the road we plan to refine this so it takes into
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

4630)     account the average stability of the other nodes in the Tor network.</p>
4631) 
4632)     <hr>
4633) 
4634)     <a id="LetTheNetworkPickThePath"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4635)     <h3><a class="anchor" href="#LetTheNetworkPickThePath">You should
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

4636)     let the network pick the path, not the client</a></h3>
4637) 
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4638)     <p>No. You cannot trust the network to pick the path for relays could
4639)     collude and route you through their colluding friends. This would give
Matt Pagan Added 3 FAQ entires and mis...

Matt Pagan authored 10 years ago

4640)     an adversary the ability to watch all of your traffic end to end.</p>
4641) 
4642)     <hr>
4643) 
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4645)     <h3><a class="anchor" href="#UnallocatedNetBlocks">Your default exit
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4646)     policy should block unallocated net blocks too.</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4649)  No, it shouldn't. The default exit policy blocks certain private net blocks,
4650)  like 10.0.0.0/8, because they might actively be in use by Tor relays and we
4651)  don't want to cause any surprises by bridging to internal networks. Some
4652)  overzealous firewall configs suggest that you also block all the parts of
4653)  the Internet that IANA has not currently allocated. First, this turns into
4654)  a problem for them when those addresses *are* allocated. Second, why should
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4655)  we default-reject something that might one day be useful?
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4658) Tor's default exit policy is chosen to be flexible and useful in the future:
4659) we allow everything except the specific addresses and ports that we
4660) anticipate will lead to problems.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

4661)     </p>
4662) 
4663)     <hr>
4664) 
4665)     <a id="BlockWebsites"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4666)     <h3><a class="anchor" href="#BlockWebsites">Exit policies should be
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4667)     able to block websites, not just IP addresses.</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4670)  It would be nice to let relay operators say things like "reject
4671)  www.slashdot.org" in their exit policies, rather than requiring
4672)  them to learn all the IP address space that could be covered by the site
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4673)  (and then also blocking other sites at those IP addresses).
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4676) There are two problems, though. First, users could still get around these
4677) blocks. For example, they could request the IP address rather than the
4678) hostname when they exit from the Tor network. This means operators would
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4679) still need to learn all the IP addresses for the destinations in question.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4682) The second problem is that it would allow remote attackers to censor
4683) arbitrary sites. For example, if a Tor operator blocks www1.slashdot.org,
4684) and then some attacker poisons the Tor relay's DNS or otherwise changes
4685) that hostname to resolve to the IP address for a major news site, then
4686) suddenly that Tor relay is blocking the news site.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

4687)     </p>
4688) 
4689)     <hr>
4690) 
4691)     <a id="BlockContent"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4692)     <h3><a class="anchor" href="#BlockContent">You should change Tor to
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4693)     prevent users from posting certain content.</a></h3>
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4695)     <p> Tor only transports data, it does not inspect the contents of the
4696)     connections which are sent over it. In general it's a very hard problem
4697)     for a computer to determine what is objectionable content with good true
4698)     positive/false positive rates and we are not interested in addressing
Matt Pagan Continued cleanup; Added 5...

Matt Pagan authored 10 years ago

4699)     this problem.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4702) Further, and more importantly, which definition of "certain content" could we
4703) use? Every choice would lead to a quagmire of conflicting personal morals. The
4704) only solution is to have no opinion.
Matt Pagan Corrected the FAQ entry 'Wh...

Matt Pagan authored 10 years ago

4705)     </p>
4706) 
4707)     <hr>
4708) 
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4710)     <h3><a class="anchor" href="#SendPadding">You should send padding so it's
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

4711)     more secure.</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4712)  
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4714)     Like all anonymous communication networks that are fast enough for web
4715)     browsing, Tor is vulnerable to statistical "traffic confirmation"
4716)     attacks, where the adversary watches traffic at both ends of a circuit
4717)     and confirms his guess that they're communicating. It would be really
4718)     nice if we could use cover traffic to confuse this attack. But there
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

4719)     are three problems here:
4720)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4721)  
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

4722)     <ul>
4723)     <li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4724)     Cover traffic is really expensive. And *every* user needs to be doing
4725)     it. This adds up to a lot of extra bandwidth cost for our volunteer
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

4726)     operators, and they're already pushed to the limit.
4727)     </li>
4728)     <li>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4729)     You'd need to always be sending traffic, meaning you'd need to always
4730)     be online. Otherwise, you'd need to be sending end-to-end cover
4731)     traffic -- not just to the first hop, but all the way to your final
4732)     destination -- to prevent the adversary from correlating presence of
4733)     traffic at the destination to times when you're online. What does it
4734)     mean to send cover traffic to -- and from -- a web server? That is not
4735)     supported in most protocols.
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4738)     Even if you *could* send full end-to-end padding between all users and
4739)     all destinations all the time, you're *still* vulnerable to active
4740)     attacks that block the padding for a short time at one end and look for
4741)     patterns later in the path.
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

4742)     </li>
4743)     </ul>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4744)  
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4746)     In short, for a system like Tor that aims to be fast, we don't see any
4747)     use for padding, and it would definitely be a serious usability problem.
4748)     We hope that one day somebody will prove us wrong, but we are not
4749)     optimistic.
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4751)  
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

4752)     <hr>
4753) 
4754)     <a id="Steganography"></a>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4755)     <h3><a class="anchor" href="#Steganography">You should use steganography to hide Tor
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

4756)     traffic.</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4757)  
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4759)     Many people suggest that we should use steganography to make it hard
4760)     to notice Tor connections on the Internet. There are a few problems
4761)     with this idea though:
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4763)  
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4765)     First, in the current network topology, the Tor relays list <a
4766)     href="#HideExits">is public</a> and can be accessed by attackers.
4767)     An attacker who wants to detect or block anonymous users could
4768)     always just notice <b>any connection</b> to or from a Tor relay's
4769)     IP address.
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4771)  
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

4772)     <hr>
4773) 
Matt Pagan Added subheads to the FAQ p...

Matt Pagan authored 10 years ago

4774)     <a id="Abuse"></a>
4775)     <h2><a class="anchor">Abuse:</a></h2>
4776) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4777)     <a id="Criminals"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

4788)     <a id="RespondISP"></a>
Andrew Lewman clean up the faq, address t...

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Karsten Loesing authored 12 years ago

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

Andrew Lewman authored 13 years ago

4795)     here</a>.
4796)     </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

4799) 
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

4800)    <a id="HelpPoliceOrLawyers"></a>
4801)    <h3><a class="anchor" href="#HelpPoliceOrLawyers">I have questions about
4802)    a Tor IP address for a legal case.</a></h3>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4803) 
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4805)    Please read the <a
4806)    href="https://www.torproject.org/eff/tor-legal-faq">legal FAQ written
4807)    by EFF lawyers</a>. There's a growing <a
4808)    href="https://blog.torproject.org/blog/start-tor-legal-support-directory">legal
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

4809)    directory</a> of people who may be able to help you.
4810)    </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4811) 
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

4813)    If you need to check if a certain IP address was acting as a Tor exit
4814)    node at a certain date and time, you can use the <a
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

4815)    href="https://exonerator.torproject.org/">ExoneraTor tool</a> to query the
4816)    historic Tor relay lists and get an answer.
4817)    </p>
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 10 years ago

4818) 
Matt Pagan Made loose information abou...

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 13 years ago

4821)   </div>
4822)   <!-- END MAINCOL -->
4823)   <div id = "sidecol">
4824) #include "side.wmi"
4825) #include "info.wmi"
4826)   </div>
4827)   <!-- END SIDECOL -->
4828) </div>
4829) <!-- END CONTENT -->
Roger Dingledine get rid of trailing whitesp...

Roger Dingledine authored 13 years ago

4830) #include <foot.wmi>