45b463a905ad32f384b74f7236a844be1d4784f8
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) # Translation-Priority: 2-medium
4) 
5) #include "head.wmi" TITLE="Tor Project: Relay Configuration Instructions on Debian/Ubuntu" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
8)     <a href="<page index>">Home &raquo; </a>
9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/tor-doc-relay>">Configure Tor Relay</a>
11)   </div>
12)   <div id="maincol">
13) 
14)     <h1>Configuring a Tor relay on Debian/Ubuntu</h1>
15) 
16)     <hr>
17) 
18)     <p>
19)     The Tor network relies on volunteers to donate bandwidth. The more
20)     people who run relays, the faster the Tor network will be. If you have
21)     at least 50 kilobytes/s each way, please help out Tor by configuring your
22)     Tor to be a relay too.
23)     </p>
24) 
25)     <hr>
26)     <a id="zero"></a>
27)     <a id="install"></a>
28)     <h2><a class="anchor" href="#install">Step One: Download and Install Tor</a></h2>
29)     <br>
30) 
31)     <p>If you're on Debian, you can just "apt-get install tor".</p>
32) 
33)     <p><b>Do not use the packages in Ubuntu's universe.</b> If you're
34)     on Ubuntu or if you want to track newer Tor packages, follow the
35)     <a href="<page docs/debian>#ubuntu">Tor on Ubuntu or Debian</a>
36)     instructions to use our repository.
37)     </p>
38) 
Roger Dingledine make the page more usable f...

Roger Dingledine authored 11 years ago

39)     <p>For other Unix/Linux uesrs, you can download Tor from one of our
40)     <a href="<page download/download-unix>">repositories</a>.</p>
41) 
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

42)     <hr>
43)     <a id="setup"></a>
44)     <h2><a class="anchor" href="#setup">Step Two: Set it up as a relay</a></h2>
45) 
46)     <p>
47)     1. Make sure your clock, date, and timezone are set correctly. Install
48)     the ntp or openntpd (or similar) package to keep it that way.
49)     </p>
50) 
51)     <p>
52)     2. Edit the bottom part of <a href="<page
Moritz Bartl hint towards TorExitGuideli...

Moritz Bartl authored 11 years ago

53)     docs/faq>#torrc">/etc/tor/torrc</a>. Define an ORPort. <b>Note
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

54)     that public relays default to being <a href="<page
Moritz Bartl hint towards TorExitGuideli...

Moritz Bartl authored 11 years ago

55)     docs/faq>#ExitPolicies">exit relays</a></b> &mdash; either change your
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

56)     ExitPolicy line or read our <a
Moritz Bartl hint towards TorExitGuideli...

Moritz Bartl authored 11 years ago

57) href="<wiki>/doc/TorExitGuidelines">guidelines
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

58)     for exit relay operators</a>. Be sure to set your ContactInfo line
59)     so we can contact you if you need to upgrade or something goes wrong.
60)     </p>
61) 
62)     <p>
63)     3. If you are using a firewall, open a hole in your firewall
64)     so incoming connections can reach the ports you configured
65)     (ORPort, plus DirPort if you enabled it). If you have a
66)     hardware firewall (Linksys box, cablemodem, etc) you might like <a
67)     href="http://portforward.com/">portforward.com</a>. Also, make sure you
68)     allow all <em>outgoing</em> connections too, so your relay can reach the
69)     other Tor relays.
70)     </p>
71) 
72)     <p>
73)     4. Restart your relay: "service tor reload" (as root).
74)     </p>
75) 
76)     <hr>
77)     <a id="check"></a>
78)     <h2><a class="anchor" href="#check">Step Three: Make sure it is working</a></h2>
79)     <br>
80) 
81)     <p>Once your relay connects to the network, it will
82)     try to determine whether the ports you configured are reachable from
83)     the outside. This step is usually fast, but it may take a few minutes.
84)     Look for a <a href="<page docs/faq>#Logs">log entry</a> in your
85)     /var/log/tor/log like
86)     <tt>Self-testing indicates your ORPort is reachable from the outside. Excellent.</tt>
87)     If you don't see this message, it means that your relay is not reachable
88)     from the outside &mdash; you should re-check your firewalls, check that it's
89)     testing the IP and port you think it should be testing, etc.
90)     </p>
91) 
92)     <p>When it decides that it's reachable, it will upload a "server
Roger Dingledine remove typos near relay-sea...

Roger Dingledine authored 11 years ago

93)     descriptor" to the directory authorities, to let clients know
94)     what address, ports, keys, etc your relay is using. After a few
Karsten Loesing Replace link to relay-searc...

Karsten Loesing authored 10 years ago

95)     hours (to give it enough time to propagate), you can query
96)     <a href="https://atlas.torproject.org/">Atlas</a> or
97)     <a href="https://globe.torproject.org/">Globe</a> to see whether your
98)     relay has successfully registered in the network.</p>
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

99) 
100)     <hr>
101)     <a id="after"></a>
102)     <h2><a class="anchor" href="#after">Step Four: Once it is working</a></h2>
103)     <br>
104) 
105)     <p>
106)     5. Read
107)     <a href="<wiki>doc/OperationalSecurity">about operational security</a>
108)     to get ideas how you can increase the security of your computer.
109)     </p>
110) 
111)     <p>
112)     6. Decide about rate limiting. Cable modem, DSL, and other users
113)     who have asymmetric bandwidth (e.g. more down than up) should
114)     rate limit to their slower bandwidth, to avoid congestion. See the <a
115)     href="<wikifaq>#LimitBandwidth">rate
116)     limiting FAQ entry</a> for details.
117)     </p>
118) 
119)     <p>
120)     7. If your computer isn't running a webserver, please consider
121)     changing your ORPort to 443 and/or your DirPort to 80. Many Tor users
122)     are stuck behind firewalls that only let them browse the web, and
123)     this change will let them reach your Tor relay. If you are already
124)     using ports 80 and 443, other useful ports are 22, 110, and 143.
125)     </p>
126) 
127)     <p>
128)     8. Consider backing up your Tor relay's private key
129)     ("/var/lib/tor/keys/secret_id_key"). You'll need this identity key to
130)     <a href="<wikifaq>#UpgradeRelay">move or restore your Tor relay</a>.
131)     </p>
132) 
133)     <p>
Moritz Bartl hint towards TorExitGuideli...

Moritz Bartl authored 11 years ago

134)     9. If you run an exit relay (great!), don't miss out on our <a href="<wiki>doc/TorExitGuidelines">Exit Guidelines</a>.
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

135)     </p>
136) 
137)     <p>
138)     10. Subscribe to the <a
139)     href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce</a>
140)     mailing list. It is very low volume, and it will keep you informed
141)     of new stable releases. You might also consider subscribing to <a
142)     href="<page docs/documentation>#MailingLists">the higher-volume Tor lists</a>
143)     too (especially tor-relays).
144)     </p>
145) 
146)     <p>
Matt Pagan Suggest the "Lifecycle of a...

Matt Pagan authored 10 years ago

147)     11. Read the <a 
148)     href="https://blog.torproject.org/blog/lifecycle-of-a-new-relay">"Lifecycle 
149)     of a New Relay"</a> document to learn what sort of activity and usage 
150)     patterns you can expect during your relay's first weeks of operation.
151)     </p>
152) 
153)     <p>
154)     12. <a href="https://weather.torproject.org/">Tor Weather</a> provides
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

155)     an email notification service to any users who want to monitor the
156)     status of a Tor node. Upon subscribing, you can specify what types of
157)     alerts you would like to receive. The main purpose of Tor Weather is
158)     to notify node operators via email if their node is down for longer
159)     than a specified period, but other notification types are available.
160)     </p>
161) 
162)     <p>
Matt Pagan Suggest the "Lifecycle of a...

Matt Pagan authored 10 years ago

163)     13. If you want to run more than one relay that's great, but please set <a
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

164)     href="<page docs/faq>#MultipleRelays">the
165)     MyFamily option</a> in all your relays' configuration files.
166)     </p>
167) 
Roger Dingledine tell relay operators how to...

Roger Dingledine authored 10 years ago

168)     <p>
Matt Pagan Suggest the "Lifecycle of a...

Matt Pagan authored 10 years ago

169)     14. You might like to use the <a
Roger Dingledine tell relay operators how to...

Roger Dingledine authored 10 years ago

170)     href="https://www.atagar.com/arm/">arm</a> relay monitor to watch
171)     your relay's activities from the command line. First, "sudo apt-get
172)     install tor-arm". Second, as the user that will be running arm, run
173)     "sudo adduser $USER debian-tor" to add your user to the debian-tor
174)     group so it can reach Tor's controlsocket. Then log out and log back
175)     in (so your user is actually in the group), and run "arm".
176)     </p>
177)