man.rndc.conf.html revision 04bbadfbcb8a755cb208c4034073a3c0eb96b9aa
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - Copyright (C) 2000-2003 Internet Software Consortium.
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - Permission to use, copy, modify, and/or distribute this software for any
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - purpose with or without fee is hereby granted, provided that the above
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - copyright notice and this permission notice appear in all copies.
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly - PERFORMANCE OF THIS SOFTWARE.
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<link rel="prev" href="man.rndc.html" title="rndc">
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<link rel="next" href="man.rndc-confgen.html" title="rndc-confgen">
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<table width="100%" summary="Navigation header">
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<tr><th colspan="3" align="center"><code class="filename">rndc.conf</code></th></tr>
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<a accesskey="p" href="man.rndc.html">Prev</a>�</td>
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<th width="60%" align="center">Manual pages</th>
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<td width="20%" align="right">�<a accesskey="n" href="man.rndc-confgen.html">Next</a>
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<a name="man.rndc.conf"></a><div class="titlepage"></div>
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<p><code class="filename">rndc.conf</code> — rndc configuration file</p>
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<div class="cmdsynopsis"><p><code class="command">rndc.conf</code> </p></div>
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<a name="id2616973"></a><h2>DESCRIPTION</h2>
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<p><code class="filename">rndc.conf</code> is the configuration file
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly for <span><strong class="command">rndc</strong></span>, the BIND 9 name server control
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly utility. This file has a similar structure and syntax to
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly <code class="filename">named.conf</code>. Statements are enclosed
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly in braces and terminated with a semi-colon. Clauses in
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly the statements are also semi-colon terminated. The usual
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly comment styles are supported:
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly C style: /* */
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly C++ style: // to end of line
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly Unix style: # to end of line
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly<p><code class="filename">rndc.conf</code> is much simpler than
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly <code class="filename">named.conf</code>. The file uses three
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly statements: an options statement, a server statement
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly and a key statement.
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly The <code class="option">options</code> statement contains five clauses.
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly The <code class="option">default-server</code> clause is followed by the
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly name or address of a name server. This host will be used when
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly no name server is given as an argument to
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly <span><strong class="command">rndc</strong></span>. The <code class="option">default-key</code>
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly clause is followed by the name of a key which is identified by
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly a <code class="option">key</code> statement. If no
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly <code class="option">keyid</code> is provided on the rndc command line,
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly and no <code class="option">key</code> clause is found in a matching
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly <code class="option">server</code> statement, this default key will be
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly used to authenticate the server's commands and responses. The
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly <code class="option">default-port</code> clause is followed by the port
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly to connect to on the remote name server. If no
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly <code class="option">port</code> option is provided on the rndc command
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly line, and no <code class="option">port</code> clause is found in a
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly matching <code class="option">server</code> statement, this default port
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly will be used to connect.
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly The <code class="option">default-source-address</code> and
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly <code class="option">default-source-address-v6</code> clauses which
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly can be used to set the IPv4 and IPv6 source addresses