Added 6 FAQ entries from the wiki.
Matt Pagan

Matt Pagan commited on 2014-02-10 08:19:06
Zeige 1 geänderte Dateien mit 92 Einfügungen und 7 Löschungen.

... ...
@@ -173,7 +173,12 @@ be?</a></li>
173 173
     limiting bandwidth on my Tor relay?</a></li>
174 174
     <li><a href="#ExitPolicies">I'd run a relay, but I don't want to deal
175 175
     with abuse issues.</a></li>
176
-    <li><a href="#DifferentComputer">I want to run my Tor client on a 
176
+    <li><a href="#WhatIsTheBadExitFlag">What is the BadExit flag?</a></li>
177
+    <li><a href="#IGotTheBadExitFlagWhyDidThatHappen">I got the BadExit flag. 
178
+    Why did that happen?</a></li>
179
+    <li><a href="#MyRelayRecentlyGotTheGuardFlagAndTrafficDroppedByHalf">My 
180
+    relay recently got the Guard flag and traffic dropped by half.</a></li>
181
+    <li><a href="#TorClientOnADifferentComputerThanMyApplications">I want to run my Tor client on a 
177 182
     different computer than my applications.</a></li>
178 183
     <li><a href="#ServerClient">Can I install Tor on a central server, and 
179 184
     have my clients connect to it?</a></li>
... ...
@@ -195,6 +200,8 @@ relay.</a></li>
195 200
     </a></li>
196 201
     <li><a href="#BetterAnonymity">Do I get better anonymity if I run a relay?
197 202
     </a></li>
203
+    <li><a href="#FacingLegalTrouble">I'm facing legal trouble. How do I 
204
+    prove that my server was a Tor relay at a given time?</a></li>
198 205
     <li><a href="#RelayDonations">Can I donate for a relay rather than
199 206
     run my own?</a></li>
200 207
     </ul>
... ...
@@ -242,11 +249,13 @@ uses.</a></li>
242 249
     </a></li>
243 250
     <li><a href="#RemotePhysicalDeviceFingerprinting">Does Tor resist 
244 251
     "remote physical device fingerprinting"?</a></li>
245
-    <li><a href="#VPN">Is Tor like a VPN?</a></li>
252
+    <li><a href="#IsTorLikeAVPN">Is Tor like a VPN?</a></li>
253
+    <li><a href="#ShouldIUseTorWithAVPN">Should I use Tor with a VPN?</a></li>
246 254
     <li><a href="#Proxychains">Aren't 10 proxies (proxychains) better than 
247 255
     Tor with only 3 hops?</a></li>
248 256
     <li><a href="#AttacksOnOnionRouting">What attacks remain against onion 
249 257
     routing?</a></li>
258
+    <li><a href="#LearnMoreAboutAnonymity">Where can I learn more about anonymity?</a></li>
250 259
     </ul>
251 260
 
252 261
     <p><a href="#AlternateDesigns">Alternate designs that we don't do (yet):</a></p>
... ...
@@ -2818,9 +2827,49 @@ users
2818 2827
 
2819 2828
     <hr>
2820 2829
 
2821
-    <a id="DifferentComputer"></a>
2822
-    <h3><a class="anchor" href="#DifferentComputer">I want to run my 
2823
-    Tor client on a different computer than my applications.</a></h3>
2830
+    <a id="WhatIsTheBadExitFlag"></a>
2831
+    <h3><a class="anchor" href="#WhatIsTheBadExitFlag">What is the 
2832
+    BadExit flag?</a></h3>
2833
+
2834
+    <p>When an exit is misconfigured or malicious it's assigned the BadExit 
2835
+    flag. This tells Tor to avoid exiting through that relay. In effect, 
2836
+    relays with this flag become non-exits.</p>
2837
+
2838
+    <hr>
2839
+
2840
+    <a id="IGotTheBadExitFlagWhyDidThatHappen"></a>
2841
+    <h3><a class="anchor" href="#IGotTheBadExitFlagWhyDidThatHappen">I got
2842
+    the BadExit flag why did that happen?</a></h3>
2843
+
2844
+    <p>If you got this flag then we either discovered a problem or suspicious 
2845
+    activity coming from your exit and weren't able to contact you. The reason 
2846
+    for most flaggings are documented on the <a 
2847
+    href="https://trac.torproject.org/projects/tor/wiki/doc/badRelays">bad 
2848
+    relays wiki</a>. Please <a 
2849
+    href="https://torproject.org/about/contact.html.en">contact us</a> so 
2850
+    we can sort out the issue.</p>
2851
+
2852
+    <hr>
2853
+
2854
+    <a id="MyRelayRecentlyGotTheGuardFlagAndTrafficDroppedByHalf"></a>
2855
+    <h3><a class="anchor" href="#MyRelayRecentlyGotTheGuardFlagAndTrafficDroppedByHalf">My 
2856
+    relay recently got the Guard flag and traffic dropped by half.</a></h3>
2857
+    <p>
2858
+    Since it's now a guard, clients are using it less in other positions, but 
2859
+    not many clients have rotated their existing guards out to use it as a 
2860
+    guard yet. Read more details in this <a 
2861
+    href="https://blog.torproject.org/blog/lifecycle-of-a-new-relay">blog 
2862
+    post</a> or in <a href="http://freehaven.net/anonbib/#wpes12-cogs">Changing 
2863
+    of the Guards: A Framework for Understanding and Improving Entry Guard 
2864
+    Selection in Tor</a>.
2865
+    </p>
2866
+    
2867
+    <hr>
2868
+
2869
+    <a id="TorClientOnADifferentComputerThanMyApplications"></a>
2870
+    <h3><a class="anchor" href="#TorClientOnADifferentComputerThanMyApplications">I 
2871
+    want to run my Tor client on a different computer than my applications.
2872
+    </a></h3>
2824 2873
     <p>
2825 2874
     By default, your Tor client only listens for applications that 
2826 2875
     connect from localhost. Connections from other computers are 
... ...
@@ -3382,6 +3431,19 @@ most users, we think it's a smart move.
3382 3431
 
3383 3432
     <hr>
3384 3433
 
3434
+    <a id="FacingLegalTrouble"></a>
3435
+    <h3><a class="anchor" href="#FacingLegalTrouble">I'm facing legal 
3436
+    trouble. How do I prove that my server was a Tor relay at a given 
3437
+    time?</a></h3>
3438
+
3439
+    <p><a href="https://exonerator.torproject.org/">
3440
+    Exonerator</a> is a web service that can check if an IP address was a 
3441
+    relay at a given time. We can also <a 
3442
+    href="https://torproject.org/about/contact.html.en">provide a signed 
3443
+    letter</a> if needed.</p>
3444
+
3445
+    <hr>
3446
+
3385 3447
     <a id="RelayDonations"></a>
3386 3448
     <h3><a class="anchor" href="#RelayDonations">Can I donate for a
3387 3449
     relay rather than run my own?</a></h3>
... ...
@@ -4183,8 +4245,8 @@ ZKS's Freedom network could) -- but maybe that's a good thing at this stage.
4183 4245
 
4184 4246
     <hr>
4185 4247
 
4186
-    <a id="VPN"></a>
4187
-    <h3><a class="anchor" href="#VPN">Is Tor like a VPN?</a></h3>
4248
+    <a id="IsTorLikeAVPN"></a>
4249
+    <h3><a class="anchor" href="#IsTorLikeAVPN">Is Tor like a VPN?</a></h3>
4188 4250
     
4189 4251
     <p>
4190 4252
     Some people use Virtual Private Networks (VPNs) as a privacy solution. 
... ...
@@ -4224,6 +4286,20 @@ ZKS's Freedom network could) -- but maybe that's a good thing at this stage.
4224 4286
 
4225 4287
     <hr>
4226 4288
 
4289
+    <a id="ShouldIUseTorWithAVPN"></a>
4290
+    <h3><a class="anchor" href="#ShouldIUseTorWithAVPN">Should I use Tor 
4291
+    with a VPN?</a></h3>
4292
+
4293
+    <p>
4294
+    This <a href="https://trac.torproject.org/projects/tor/wiki/doc/TorPlusVPN">wiki 
4295
+    page</a> discusses costs and benefits. However, if you're looking 
4296
+    for a trusted entry into the Tor network, <a 
4297
+    href="https://www.torproject.org/docs/bridges#RunningABridge">setting up 
4298
+    a private Tor server as a bridge</a> is a great option.
4299
+    </p>
4300
+
4301
+    <hr>
4302
+
4227 4303
     <a id="Proxychains"></a>
4228 4304
     <h3><a class="anchor" href="#Proxychains">Aren't 10 proxies 
4229 4305
     (proxychains) better than Tor with only 3 hops?</a></h3>
... ...
@@ -4281,6 +4357,15 @@ Perhaps even run separate Tor clients for these applications.
4281 4357
 
4282 4358
     <hr>
4283 4359
 
4360
+    <a id="LearnMoreAboutAnonymity"></a>
4361
+    <h3><a class="anchor" href="#LearnMoreAboutAnonymity">Where can I 
4362
+    learn more about anonymity?</a></h3>
4363
+
4364
+    <p>
4365
+    <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.
4366
+    </p>
4367
+
4368
+    <hr>
4284 4369
 
4285 4370
     <a id="AlternateDesigns"></a>
4286 4371
     <h2><a class="anchor">Alternate designs:</a></h2>
4287 4372