6c2bdd063293847c86007bd499ef778948740aaf
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
Roger Dingledine raise the recommended minim...

Roger Dingledine authored 9 years ago

21)     at least 100 kilobytes/s each way, please help out Tor by configuring your
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

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) 
Roger Dingledine maybe "you can just" is the...

Roger Dingledine authored 9 years ago

31)     <p>If you're on Debian, start with "apt-get install tor".</p>
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

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 fix typo

Roger Dingledine authored 9 years ago

39)     <p>For other Unix/Linux users, you can download Tor from one of our
Roger Dingledine make the page more usable f...

Roger Dingledine authored 11 years ago

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
Roger Dingledine fix two broken faq links

Roger Dingledine authored 9 years ago

115)     href="<page docs/faq>#BandwidthShaping">rate
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

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
Roger Dingledine fix two broken faq links

Roger Dingledine authored 9 years ago

130)     <a href="<page docs/faq>#UpgradeOrMove">move or restore your Tor relay</a>.
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

131)     </p>
132) 
133)     <p>
Roger Dingledine get rid of the redundant "a...

Roger Dingledine authored 9 years ago

134)     9. If you run an exit relay (great!), don't miss out on our <a
135)     href="<wiki>doc/TorExitGuidelines">Exit Guidelines</a>, including
136)     setting your reverse DNS hostname to make it obvious that you're
137)     a Tor exit relay, and serving the <a
138)     href="<gitblob>contrib/operator-tools/tor-exit-notice.html">Tor
139)     exit notice</a> page on your DirPort.
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

140)     </p>
141) 
142)     <p>
143)     10. Subscribe to the <a
144)     href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce</a>
145)     mailing list. It is very low volume, and it will keep you informed
Roger Dingledine get rid of the redundant "a...

Roger Dingledine authored 9 years ago

146)     of new stable releases.
147)     As a relay operator, you should consider subscribing to the
148)     <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays">
149)     tor-relays mailing list</a> too.
150)     We have more <a href="<page docs/documentation>#MailingLists">mailing
151)     lists</a> as well.
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

152)     </p>
153) 
154)     <p>
Matt Pagan Suggest the "Lifecycle of a...

Matt Pagan authored 10 years ago

155)     11. Read the <a 
156)     href="https://blog.torproject.org/blog/lifecycle-of-a-new-relay">"Lifecycle 
157)     of a New Relay"</a> document to learn what sort of activity and usage 
158)     patterns you can expect during your relay's first weeks of operation.
159)     </p>
160) 
161)     <p>
162)     12. <a href="https://weather.torproject.org/">Tor Weather</a> provides
Roger Dingledine streamlined relay instructi...

Roger Dingledine authored 11 years ago

163)     an email notification service to any users who want to monitor the
164)     status of a Tor node. Upon subscribing, you can specify what types of
165)     alerts you would like to receive. The main purpose of Tor Weather is
166)     to notify node operators via email if their node is down for longer
167)     than a specified period, but other notification types are available.
168)     </p>
169) 
170)     <p>
Matt Pagan Suggest the "Lifecycle of a...

Matt Pagan authored 10 years ago

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

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

Roger Dingledine authored 10 years ago

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

Matt Pagan authored 10 years ago

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

Roger Dingledine authored 10 years ago

178)     href="https://www.atagar.com/arm/">arm</a> relay monitor to watch
179)     your relay's activities from the command line. First, "sudo apt-get
180)     install tor-arm". Second, as the user that will be running arm, run
181)     "sudo adduser $USER debian-tor" to add your user to the debian-tor
182)     group so it can reach Tor's controlsocket. Then log out and log back
183)     in (so your user is actually in the group), and run "arm".
184)     </p>
185) 
Roger Dingledine get rid of the redundant "a...

Roger Dingledine authored 9 years ago

186)     <p>
187)     15. When you change your Tor configuration, remember to verify that
188)     your relay still works correctly after the change.
189)     </p>
190)