1573N/A - Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") 1573N/A - Copyright (C) 2000-2003 Internet Software Consortium. 1573N/A - Permission to use, copy, modify, and/or distribute this software for any 1573N/A - purpose with or without fee is hereby granted, provided that the above 1573N/A - copyright notice and this permission notice appear in all copies. 1573N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 1573N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 1573N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 1573N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 1573N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 1573N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1573N/A - PERFORMANCE OF THIS SOFTWARE. 1573N/A<
meta http-
equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1573N/A<
meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
1573N/A<
link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
1573N/A<
body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
6678N/A<
table width="100%" summary="Navigation header">
1573N/A<
tr><
th colspan="3" align="center"><
code class="filename">
rndc.conf</
code></
th></
tr>
1573N/A<
td width="20%" align="left">
1573N/A<
th width="60%" align="center">Manual pages</
th>
1573N/A<
div class="refentry" lang="en">
1573N/A<
p><
code class="filename">
rndc.conf</
code> — rndc configuration file</
p>
1573N/A<
div class="refsynopsisdiv">
3853N/A<
div class="cmdsynopsis"><
p><
code class="command">
rndc.conf</
code> </
p></
div>
6208N/A<
div class="refsect1" lang="en">
1573N/A<
a name="id2620548"></
a><
h2>DESCRIPTION</
h2>
1573N/A for <
span><
strong class="command">rndc</
strong></
span>, the BIND 9 name server control
1573N/A utility. This file has a similar structure and syntax to
6678N/A in braces and terminated with a semi-colon. Clauses in
1573N/A the statements are also semi-colon terminated. The usual
1573N/A comment styles are supported:
1573N/A C++ style: // to end of line
3988N/A Unix style: # to end of line
1573N/A statements: an options statement, a server statement
1573N/A The <
code class="option">options</
code> statement contains five clauses.
1573N/A The <
code class="option">default-server</
code> clause is followed by the
3988N/A name or address of a name server. This host will be used when
1573N/A no name server is given as an argument to
1573N/A <
span><
strong class="command">rndc</
strong></
span>. The <
code class="option">default-key</
code>
1573N/A clause is followed by the name of a key which is identified by
1573N/A a <
code class="option">key</
code> statement. If no
1573N/A <
code class="option">keyid</
code> is provided on the rndc command line,
4184N/A and no <
code class="option">key</
code> clause is found in a matching
4184N/A <
code class="option">server</
code> statement, this default key will be
4184N/A used to authenticate the server's commands and responses. The
4184N/A <
code class="option">default-port</
code> clause is followed by the port
4184N/A to connect to on the remote name server. If no
4184N/A <
code class="option">port</
code> option is provided on the rndc command
4184N/A line, and no <
code class="option">port</
code> clause is found in a
4184N/A matching <
code class="option">server</
code> statement, this default port
4184N/A The <
code class="option">default-source-address</
code> and
3988N/A <
code class="option">default-source-address-v6</
code> clauses which
1573N/A can be used to set the IPv4 and IPv6 source addresses
1573N/A After the <
code class="option">server</
code> keyword, the server
3988N/A statement includes a string which is the hostname or address
1573N/A for a name server. The statement has three possible clauses:
6678N/A <
code class="option">key</
code>, <
code class="option">port</
code> and
6678N/A <
code class="option">addresses</
code>. The key name must match the
1573N/A name of a key statement in the file. The port number
1573N/A specifies the port to connect to. If an <
code class="option">addresses</
code>
1573N/A clause is supplied these addresses will be used instead of
1573N/A the server name. Each address can take an optional port.
1573N/A If an <
code class="option">source-address</
code> or <
code class="option">source-address-v6</
code>
6678N/A of supplied then these will be used to specify the IPv4 and IPv6
6678N/A source addresses respectively.
1573N/A The <
code class="option">key</
code> statement begins with an identifying
6678N/A string, the name of the key. The statement has two clauses.
1573N/A <
code class="option">algorithm</
code> identifies the authentication algorithm
1573N/A for <
span><
strong class="command">rndc</
strong></
span> to use; currently only HMAC-MD5
1573N/A (for compatibility), HMAC-SHA1, HMAC-SHA224, HMAC-SHA256
1573N/A (default), HMAC-SHA384 and HMAC-SHA512 are
1573N/A supported. This is followed by a secret clause which contains
1573N/A the base-64 encoding of the algorithm's authentication key. The
6678N/A base-64 string is enclosed in double quotes.
1573N/A There are two common ways to generate the base-64 string for the
1573N/A secret. The BIND 9 program <
span><
strong class="command">rndc-confgen</
strong></
span>
6678N/A be used to generate a random key, or the
1573N/A <
span><
strong class="command">mmencode</
strong></
span> program, also known as
1573N/A <
span><
strong class="command">mimencode</
strong></
span>, can be used to generate a
1573N/A string from known input. <
span><
strong class="command">mmencode</
strong></
span> does
1573N/A ship with BIND 9 but is available on many systems. See the
1573N/A EXAMPLE section for sample command lines for each.
1573N/A<
div class="refsect1" lang="en">
1573N/A<
a name="id2659427"></
a><
h2>EXAMPLE</
h2>
1573N/A<
pre class="programlisting">
1573N/A<
pre class="programlisting">
1573N/A<
pre class="programlisting">
1573N/A addresses { localhost port 5353; };
1573N/A<
pre class="programlisting">
1573N/A secret "6FMfj43Osz4lyb24OIe2iGEz9lf1llJO+lz";
1573N/A<
pre class="programlisting">
6678N/A secret "R3HI8P6BKw9ZwXwN3VZKuQ==";
1573N/A In the above example, <
span><
strong class="command">rndc</
strong></
span> will by
1573N/A the server at localhost (127.0.0.1) and the key called samplekey.
1573N/A Commands to the localhost server will use the samplekey key, which
1573N/A must also be defined in the server's configuration file with the
1573N/A same name and secret. The key statement indicates that samplekey
1573N/A uses the HMAC-SHA256 algorithm and its secret clause contains the
1573N/A base-64 encoding of the HMAC-SHA256 secret enclosed in double quotes.
1573N/A If <
span><
strong class="command">rndc -s testserver</
strong></
span> is used then <
span><
strong class="command">rndc</
strong></
span> will
1573N/A connect to server on localhost port 5353 using the key testkey.
1573N/A To generate a random secret with <
span><
strong class="command">rndc-confgen</
strong></
span>:
1573N/A<
p><
strong class="userinput"><
code>rndc-confgen</
code></
strong>
1573N/A randomly generated key, will be written to the standard
1573N/A output. Commented-out <
code class="option">key</
code> and
1573N/A <
code class="option">controls</
code> statements for
3988N/A To generate a base-64 secret with <
span><
strong class="command">mmencode</
strong></
span>:
1573N/A<
p><
strong class="userinput"><
code>echo "known plaintext for a secret" | mmencode</
code></
strong>
1573N/A<
div class="refsect1" lang="en">
1573N/A<
a name="id2661596"></
a><
h2>NAME SERVER CONFIGURATION</
h2>
1573N/A The name server must be configured to accept rndc connections and
1573N/A to recognize the key specified in the <
code class="filename">
rndc.conf</
code>
1573N/A file, using the controls statement in <
code class="filename">
named.conf</
code>.
1573N/A See the sections on the <
code class="option">controls</
code> statement in the
1573N/A BIND 9 Administrator Reference Manual for details.
1573N/A<
div class="refsect1" lang="en">
1573N/A<
a name="id2661622"></
a><
h2>SEE ALSO</
h2>
1573N/A<
p><
span class="citerefentry"><
span class="refentrytitle">rndc</
span>(8)</
span>,
1573N/A <
span class="citerefentry"><
span class="refentrytitle">rndc-confgen</
span>(8)</
span>,
1573N/A <
span class="citerefentry"><
span class="refentrytitle">mmencode</
span>(1)</
span>,
1573N/A <
em class="citetitle">BIND 9 Administrator Reference Manual</
em>.
1573N/A<
div class="refsect1" lang="en">
1573N/A<
a name="id2661660"></
a><
h2>AUTHOR</
h2>
1573N/A<
p><
span class="corpauthor">Internet Systems Consortium</
span>
1573N/A<
table width="100%" summary="Navigation footer">
1573N/A<
td width="40%" align="left">
1573N/A<
td width="40%" align="left" valign="top">
1573N/A<
span class="application">rndc</
span>�</
td>
1573N/A<
td width="40%" align="right" valign="top">�<
span class="application">rndc-confgen</
span>
1573N/A<
p style="text-align: center;">BIND Version 9.11</
p>