Roger Dingledine commited on 2011-02-04 02:52:24
Zeige 1 geänderte Dateien mit 37 Einfügungen und 4 Löschungen.
| ... | ... |
@@ -29,7 +29,8 @@ |
| 29 | 29 |
<li><a href="#WhySlow">Why is Tor so slow?</a></li> |
| 30 | 30 |
<li><a href="#Funding">What would The Tor Project do with more |
| 31 | 31 |
funding?</a></li> |
| 32 |
- <li><a href="#Metrics">How many people use Tor? How many relays or exit nodes are there?</a></li> |
|
| 32 |
+ <li><a href="#Metrics">How many people use Tor? How many relays or |
|
| 33 |
+ exit nodes are there?</a></li> |
|
| 33 | 34 |
</ul> |
| 34 | 35 |
|
| 35 | 36 |
<p>Compilation and Installation:</p> |
| ... | ... |
@@ -57,6 +58,8 @@ |
| 57 | 58 |
me I have spyware installed.</a></li> |
| 58 | 59 |
<li><a href="#GmailWarning">Gmail warns me that my account may have |
| 59 | 60 |
been compromised.</a></li> |
| 61 |
+ <li><a href="#FirewallPorts">My firewall only allows a few outgoing |
|
| 62 |
+ ports.</a></li> |
|
| 60 | 63 |
</ul> |
| 61 | 64 |
|
| 62 | 65 |
<p>Running a Tor relay:</p> |
| ... | ... |
@@ -554,7 +557,7 @@ encryption, what data you're sending to the destination.</dd> |
| 554 | 557 |
How many relays or exit nodes are there?</a></h3> |
| 555 | 558 |
|
| 556 | 559 |
<p>All this and more about measuring Tor can be found at the <a |
| 557 |
- href="https://metrics.torproject.org">Tor Metrics Portal</a>.</p> |
|
| 560 |
+ href="https://metrics.torproject.org/">Tor Metrics Portal</a>.</p> |
|
| 558 | 561 |
<hr> |
| 559 | 562 |
|
| 560 | 563 |
<a id="HowUninstallTor"></a> |
| ... | ... |
@@ -774,7 +777,7 @@ refuse to build circuits. For XP users, synchronize your clock under |
| 774 | 777 |
the clock -> Internet time tab. In addition, correct the day and date |
| 775 | 778 |
under the 'Date & Time' Tab.</li> |
| 776 | 779 |
<li>Is your Internet connection <a |
| 777 |
-href="<wikifaq>#Myfirewallonlyallowsafewoutgoingports.">firewalled</a>, |
|
| 780 |
+href="#FirewallPorts">firewalled by port</a>, |
|
| 778 | 781 |
or do you normally need to use a <a |
| 779 | 782 |
href="<wikifaq>#MyInternetconnectionrequiresanHTTPorSOCKSproxy.">proxy</a>? |
| 780 | 783 |
</li> |
| ... | ... |
@@ -1031,7 +1034,37 @@ anything looks weird on the account, or looking at the timestamps for |
| 1031 | 1034 |
recent logins and wondering if you actually logged in at those times. |
| 1032 | 1035 |
</p> |
| 1033 | 1036 |
|
| 1034 |
-<hr /> |
|
| 1037 |
+<hr> |
|
| 1038 |
+ |
|
| 1039 |
+<a id="FirewallPorts"></a> |
|
| 1040 |
+<h3><a class="anchor" href="#FirewallPorts">My firewall only allows a |
|
| 1041 |
+few outgoing ports.</a></h3> |
|
| 1042 |
+ |
|
| 1043 |
+<p> |
|
| 1044 |
+If your firewall works by blocking ports, then you can tell Tor to only |
|
| 1045 |
+use the ports that your firewall permits by adding "FascistFirewall 1" to |
|
| 1046 |
+your <a href="<wikifaq>#Imsupposedtoeditmytorrc.Whatdoesthatmean">torrc |
|
| 1047 |
+configuration file</a>, or by clicking "My firewall only lets me connect |
|
| 1048 |
+to certain ports" in Vidalia's Network Settings window. |
|
| 1049 |
+</p> |
|
| 1050 |
+ |
|
| 1051 |
+<p> |
|
| 1052 |
+By default, when you set this Tor assumes that your firewall allows only |
|
| 1053 |
+port 80 and port 443 (HTTP and HTTPS respectively). You can select a |
|
| 1054 |
+different set of ports with the FirewallPorts torrc option. |
|
| 1055 |
+</p> |
|
| 1056 |
+ |
|
| 1057 |
+<p> |
|
| 1058 |
+If you want to be more fine-grained with your controls, you can also |
|
| 1059 |
+use the ReachableAddresses config options, e.g.: |
|
| 1060 |
+</p> |
|
| 1061 |
+ |
|
| 1062 |
+<pre> |
|
| 1063 |
+ ReachableDirAddresses *:80 |
|
| 1064 |
+ ReachableORAddresses *:443 |
|
| 1065 |
+</pre> |
|
| 1066 |
+ |
|
| 1067 |
+<hr> |
|
| 1035 | 1068 |
|
| 1036 | 1069 |
<a id="RelayFlexible"></a> |
| 1037 | 1070 |
<h3><a class="anchor" href="#RelayFlexible">How stable does my relay |
| 1038 | 1071 |