[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r23424: {website} fix some links to the faq. (website/trunk/docs/en)
Author: phobos
Date: 2010-10-06 19:29:57 +0000 (Wed, 06 Oct 2010)
New Revision: 23424
Modified:
website/trunk/docs/en/tor-doc-relay.wml
Log:
fix some links to the faq.
Modified: website/trunk/docs/en/tor-doc-relay.wml
===================================================================
--- website/trunk/docs/en/tor-doc-relay.wml 2010-10-06 19:18:13 UTC (rev 23423)
+++ website/trunk/docs/en/tor-doc-relay.wml 2010-10-06 19:29:57 UTC (rev 23424)
@@ -34,8 +34,7 @@
complaints, and support for dynamic IP addresses</a>.
</p>
-<p>You can run a Tor relay on <a
-href="<wiki>/TorFAQ#RelayOS">pretty
+<p>You can run a Tor relay on <a href="<wiki>/TorFAQ#WhydoesntmyWindowsorotherOSTorrelayrunwell">pretty
much any</a> operating system. Tor relays work best on Linux, OS X Tiger
or later, FreeBSD 5.x+, NetBSD 5.x+, and Windows Server 2003 or later.
</p>
@@ -108,7 +107,7 @@
<strong>Manual Configuration</strong>:
<ul>
<li>Edit the bottom part of <a
-href="<wiki>/TorFAQ#torrc">your
+href="<wiki>/TorFAQ#Imsupposedtoeditmytorrc.Whatdoesthatmean">your
torrc file</a>. If you want to be a public relay (recommended),
make sure to define ORPort and <a href="<page
faq>#ExitPolicies">look at ExitPolicy</a>; otherwise
@@ -129,7 +128,7 @@
</li>
<li>Restart your relay. If it <a
-href="<wiki>/TorFAQ#Logs">logs
+href="<wiki>/TorFAQ#WhatloglevelshouldIuse">logs
any warnings</a>, address them.
</li>
@@ -152,7 +151,7 @@
try to determine whether the ports you configured are reachable from
the outside. This step is usually fast, but may take up to 20
minutes. Look for a
-<a href="<wiki>/TorFAQ#Logs">log
+<a href="<wiki>/TorFAQ#WhatloglevelshouldIuse">log
entry</a> like
<tt>Self-testing indicates your ORPort is reachable from the outside. Excellent.</tt>
If you don't see this message, it means that your relay is not reachable
@@ -192,7 +191,7 @@
8. Decide about rate limiting. Cable modem, DSL, and other users
who have asymmetric bandwidth (e.g. more down than up) should
rate limit to their slower bandwidth, to avoid congestion. See the <a
-href="<wiki>/TorFAQ#LimitBandwidth">rate
+href="<wiki>/TorFAQ#HowcanIlimitthetotalamountofbandwidthusedbymyTorrelay">rate
limiting FAQ entry</a> for details.
</p>
@@ -201,7 +200,7 @@
in your DataDirectory). This is your relay's "identity," and
you need to keep it safe so nobody can read the traffic that goes
through your relay. This is the critical file to keep if you need to <a
-href="<wiki>/TorFAQ#UpgradeRelay">move
+href="<wiki>/TorFAQ#Iwanttoupgrademovemyrelay.HowdoIkeepthesamekey">move
or restore your Tor relay</a> if something goes wrong.
</p>
@@ -226,7 +225,7 @@
in their torrc and restart Tor. OS X or Unix relays can't bind
directly to these ports (since they don't run as root), so they will
need to set up some sort of <a
-href="<wiki>/TorFAQ#ServerForFirewalledClients">
+href="<wiki>/TorFAQ#HowcanImakemyrelayaccessibletopeoplestuckbehindrestrictivefirewalls">
port forwarding</a> so connections can reach their Tor relay. If you are
using ports 80 and 443 already but still want to help out, other useful
ports are 22, 110, and 143.
@@ -237,10 +236,10 @@
— such as a public webserver — make sure that connections to the
webserver are allowed from the local host too. You need to allow these
connections because Tor clients will detect that your Tor relay is the <a
-href="<wiki>/TorFAQ#ExitEavesdroppers">safest
-way to reach that webserver</a>, and always build a circuit that ends
-at your relay. If you don't want to allow the connections, you must
-explicitly reject them in your exit policy.
+href="<wiki>/TorFAQ#WhatisExitEnclaving">safest way to reach that
+webserver</a>, and always build a circuit that ends at your relay. If
+you don't want to allow the connections, you must explicitly reject them
+in your exit policy.
</p>
<p>