source: server/other/unbound.xml@ 85ec85ef

gnome
Last change on this file since 85ec85ef was c463c87, checked in by Christopher Gregory <cjg@…>, 10 years ago

Removed excess white space and updated systemd instructions on svnserver autofs bluez fcron sysstat nfs-utils ntp rsync samba wpa_supplicant
avahi mariadb postgresql exim postfix apache bind proftpd vsftpd openldap unbound xinetd and clutter pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13434 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz">
8 <!ENTITY unbound-download-ftp " ">
9 <!ENTITY unbound-md5sum "59728c74fef8783f8bad1d7451eba97f">
10 <!ENTITY unbound-size "4.6 MB">
11 <!ENTITY unbound-buildsize "42 MB (additional 70 MB for docs and 5 MB for tests)">
12 <!ENTITY unbound-time "0.6 SBU (additional less than 0.1 SBU for docs and 0.2 SBU for tests)">
13]>
14
15<sect1 id="unbound" xreflabel="Unbound-&unbound-version;">
16 <?dbhtml filename="unbound.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Unbound-&unbound-version;</title>
24
25 <indexterm zone="unbound">
26 <primary sortas="a-Unbound">Unbound</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Unbound</title>
31
32 <para>
33 <application>Unbound</application> is a validating, recursive, and caching
34 DNS resolver. It is designed as a set of modular components that
35 incorporate modern features, such as enhanced security (DNSSEC)
36 validation, Internet Protocol Version 6 (IPv6), and a client resolver
37 library API as an integral part of the architecture.
38 </para>
39
40 &lfs75_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&unbound-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&unbound-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &unbound-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &unbound-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &unbound-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &unbound-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Unbound Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="ldns"/> and
81 <xref linkend="openssl"/>
82<!-- broken?
83 or <xref linkend="nss"/>
84-->
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="libevent"/>,
90 <xref linkend="python2"/>,
91 <xref linkend="swig"/> (for Python bindings), and
92 <xref linkend="doxygen"/> (for html documentation)
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/unbound"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Unbound</title>
102
103 <para>
104 There should be a dedicated user and group to take control of the
105 <command>unbound</command> daemon after it is started. Issue the following
106 commands as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>groupadd -g 88 unbound &amp;&amp;
110useradd -c "Unbound DNS resolver" -d /var/lib/unbound -u 88 \
111 -g unbound -s /bin/false unbound</userinput></screen>
112
113 <para>
114 Install <application>Unbound</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>./configure --prefix=/usr \
119 --sysconfdir=/etc \
120 --disable-static \
121 --with-pidfile=/run/unbound.pid &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 If you have <xref linkend="doxygen"/> package installed and want to build
126 html documentation, run the following command:
127 </para>
128
129<screen><userinput>make doc</userinput></screen>
130
131 <para>To test the results, issue <command>make check</command>.</para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install &amp;&amp;
138mv -v /usr/sbin/unbound-host /usr/bin/</userinput></screen>
139
140 <para>
141 If you built html documentation, install it by running the following
142 commands as the <systemitem class="username">root</systemitem> user:
143 </para>
144
145<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/unbound-&unbound-version; &amp;&amp;
146install -v -m644 doc/html/* /usr/share/doc/unbound-&unbound-version;</userinput></screen>
147
148 </sect2>
149
150 <sect2 role="commands">
151 <title>Command Explanations</title>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/static-libraries.xml"/>
155
156 <para>
157 <option>--with-libevent</option>: This option enables libevent support
158 allowing use of large outgoing port ranges.
159 </para>
160
161 <para>
162 <option>--with-pyunbound</option>: This option enables building of the Python
163 bindings.
164 </para>
165
166 </sect2>
167
168 <sect2 role="configuration">
169 <title>Configuring Unbound</title>
170
171 <sect3 id="unbound-config">
172 <title>Config Files</title>
173
174 <para><filename>/etc/unbound/unbound.conf</filename></para>
175
176 <indexterm zone="unbound unbound-config">
177 <primary sortas="e-etc-unbound-unbound.conf">/etc/unbound/unbound.conf</primary>
178 </indexterm>
179
180 </sect3>
181
182 <sect3>
183 <title>Configuration Information</title>
184
185 <para>
186 In the default configuration, <command>unbound</command> will bind to
187 localhost (127.0.0.1 IP address) and allow recursive queries only from
188 localhost clients. If you want to use <command>unbound</command> for
189 local DNS resolution, run the following command as the
190 <systemitem class="username">root</systemitem> user:
191 </para>
192
193<screen role="root"><userinput>echo "nameserver 127.0.0.1" > /etc/resolv.conf</userinput></screen>
194
195 <para>
196 If you are using a DHCP client for connecting to a network,
197 <filename>/etc/resolv.conf</filename> gets overwritten with values
198 provided by DHCP server. You can override this, for example in
199 <xref linkend="dhcp"/>, by running the following command:
200 </para>
201
202<screen role="root"><userinput>sed -i '/request /i\supersede domain-name-servers 127.0.0.1;' \
203 /etc/dhcp/dhclient.conf</userinput></screen>
204
205 <para>
206 For advanced configuration see <filename>/etc/unbound/unbound.conf</filename>
207 file and the documentation.
208 </para>
209
210 </sect3>
211
212 <sect3 id="unbound-init-systemd">
213 <title>Systemd Unit File</title>
214
215 <para>The systemd-units package provides a native systemd unit file.
216 To install and enable the systemd unit file included
217 in the <xref linkend="systemd-units"/> package, run the following
218 command as the <systemitem class="username">root</systemitem>user:
219 </para>
220
221 <indexterm zone="unbound unbound-init-systemd">
222 <primary sortas="f-unbound">unbound</primary>
223 </indexterm>
224
225<screen role="root"><userinput>make install-unbound</userinput></screen>
226
227 <para>As the <systemitem class="username">root</systemitem> user,
228 use the new systemd unit to start <command>unbound</command>:</para>
229
230<screen role="root"><userinput>systemctl start unbound.service</userinput></screen>
231
232 </sect3>
233
234 </sect2>
235
236 <sect2 role="content">
237 <title>Contents</title>
238
239 <segmentedlist>
240 <segtitle>Installed Programs</segtitle>
241 <segtitle>Installed Library</segtitle>
242 <segtitle>Installed Directories</segtitle>
243
244 <seglistitem>
245 <seg>
246 unbound, unbound-anchor, unbound-checkconf, unbound-control,
247 unbound-control-setup, and unbound-host
248 </seg>
249 <seg>
250 libunbound.so and
251 /usr/lib/python&python2-majorver;/site-packages/_unbound.so
252 </seg>
253 <seg>
254 /etc/unbound and /usr/share/doc/unbound-&unbound-version;
255 </seg>
256 </seglistitem>
257 </segmentedlist>
258
259 <variablelist>
260 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
261 <?dbfo list-presentation="list"?>
262 <?dbhtml list-presentation="table"?>
263
264 <varlistentry id="unbound-prog">
265 <term><command>unbound</command></term>
266 <listitem>
267 <para>
268 is a DNS resolver daemon.
269 </para>
270 <indexterm zone="unbound unbound-prog">
271 <primary sortas="b-unbound">unbound</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 <varlistentry id="unbound-anchor">
277 <term><command>unbound-anchor</command></term>
278 <listitem>
279 <para>
280 performs setup or update of the root trust anchor for DNSSEC
281 validation.
282 </para>
283 <indexterm zone="unbound unbound-anchor">
284 <primary sortas="b-unbound-anchor">unbound-anchor</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
288
289 <varlistentry id="unbound-checkconf">
290 <term><command>unbound-checkconf</command></term>
291 <listitem>
292 <para>
293 checks <command>unbound</command> configuration file for syntax
294 and other errors.
295 </para>
296 <indexterm zone="unbound unbound-checkconf">
297 <primary sortas="b-unbound-checkconf">unbound-checkconf</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
302 <varlistentry id="unbound-control">
303 <term><command>unbound-control</command></term>
304 <listitem>
305 <para>
306 performs remote administration on the <command>unbound</command> DNS
307 resolver.
308 </para>
309 <indexterm zone="unbound unbound-control">
310 <primary sortas="b-unbound-control">unbound-control</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 <varlistentry id="unbound-control-setup">
316 <term><command>unbound-control-setup</command></term>
317 <listitem>
318 <para>
319 generates self-signed certificate and private keys for the server
320 and client.
321 </para>
322 <indexterm zone="unbound unbound-control-setup">
323 <primary sortas="b-unbound-control-setup">unbound-control-setup</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="unbound-host">
329 <term><command>unbound-host</command></term>
330 <listitem>
331 <para>
332 is a DNS lookup utility similar to <command>host</command> from
333 <xref linkend="bind-utils"/>.
334 </para>
335 <indexterm zone="unbound unbound-host">
336 <primary sortas="b-unbound-host">unbound-host</primary>
337 </indexterm>
338 </listitem>
339 </varlistentry>
340
341 <varlistentry id="libunbound">
342 <term><filename class="libraryfile">libunbound.so</filename></term>
343 <listitem>
344 <para>
345 provides the <application>Unbound</application> API functions to
346 programs.
347 </para>
348 <indexterm zone="unbound libunbound">
349 <primary sortas="c-libunbound">libunbound.so</primary>
350 </indexterm>
351 </listitem>
352 </varlistentry>
353
354 </variablelist>
355
356 </sect2>
357
358</sect1>
Note: See TracBrowser for help on using the repository browser.