~ubuntu-branches/ubuntu/oneiric/bind9/oneiric-updates

« back to all changes in this revision

Viewing changes to bin/named/named.html

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2009-01-26 10:33:42 UTC
  • mfrom: (1.1.13 upstream) (10 lenny)
  • mto: (10.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20090126103342-20ukhhk81ew9p9f9
Tags: 1:9.5.1.dfsg.P1-1
* New upstream patch release
  - supportable version of fix from 9.5.0.dfsg.P2-5.1
  - CVE-2009-0025:  Closes: #511936
  - 2475: Overly agressive cache entry removal.  Closes: #511768
  - other bug fixes worthy of patch-release inclusion

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!--
2
 
 - Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
 
2
 - Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
3
3
 - Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
4
4
 - 
5
5
 - Permission to use, copy, modify, and distribute this software for any
14
14
 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
15
 - PERFORMANCE OF THIS SOFTWARE.
16
16
-->
17
 
<!-- $Id: named.html,v 1.26 2007/06/20 02:27:32 marka Exp $ -->
 
17
<!-- $Id: named.html,v 1.26.130.1 2008/09/01 02:40:04 tbox Exp $ -->
18
18
<html>
19
19
<head>
20
20
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
29
29
</div>
30
30
<div class="refsynopsisdiv">
31
31
<h2>Synopsis</h2>
32
 
<div class="cmdsynopsis"><p><code class="command">named</code>  [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-c <em class="replaceable"><code>config-file</code></em></code>] [<code class="option">-d <em class="replaceable"><code>debug-level</code></em></code>] [<code class="option">-f</code>] [<code class="option">-g</code>] [<code class="option">-m <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-n <em class="replaceable"><code>#cpus</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-s</code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-u <em class="replaceable"><code>user</code></em></code>] [<code class="option">-v</code>] [<code class="option">-x <em class="replaceable"><code>cache-file</code></em></code>]</p></div>
 
32
<div class="cmdsynopsis"><p><code class="command">named</code>  [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-c <em class="replaceable"><code>config-file</code></em></code>] [<code class="option">-d <em class="replaceable"><code>debug-level</code></em></code>] [<code class="option">-f</code>] [<code class="option">-g</code>] [<code class="option">-m <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-n <em class="replaceable"><code>#cpus</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-s</code>] [<code class="option">-S <em class="replaceable"><code>#max-socks</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-u <em class="replaceable"><code>user</code></em></code>] [<code class="option">-v</code>] [<code class="option">-x <em class="replaceable"><code>cache-file</code></em></code>]</p></div>
33
33
</div>
34
34
<div class="refsect1" lang="en">
35
 
<a name="id2543452"></a><h2>DESCRIPTION</h2>
 
35
<a name="id2543464"></a><h2>DESCRIPTION</h2>
36
36
<p><span><strong class="command">named</strong></span>
37
37
      is a Domain Name System (DNS) server,
38
38
      part of the BIND 9 distribution from ISC.  For more
47
47
    </p>
48
48
</div>
49
49
<div class="refsect1" lang="en">
50
 
<a name="id2543477"></a><h2>OPTIONS</h2>
 
50
<a name="id2543489"></a><h2>OPTIONS</h2>
51
51
<div class="variablelist"><dl>
52
52
<dt><span class="term">-4</span></dt>
53
53
<dd><p>
126
126
            </p>
127
127
</div>
128
128
</dd>
 
129
<dt><span class="term">-S <em class="replaceable"><code>#max-socks</code></em></span></dt>
 
130
<dd>
 
131
<p>
 
132
            Allow <span><strong class="command">named</strong></span> to use up to
 
133
            <em class="replaceable"><code>#max-socks</code></em> sockets.
 
134
          </p>
 
135
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
136
<h3 class="title">Warning</h3>
 
137
<p>
 
138
              This option should be unnecessary for the vast majority
 
139
              of users.
 
140
              The use of this option could even be harmful because the
 
141
              specified value may exceed the limitation of the
 
142
              underlying system API.
 
143
              It is therefore set only when the default configuration
 
144
              causes exhaustion of file descriptors and the
 
145
              operational environment is known to support the
 
146
              specified number of sockets.
 
147
              Note also that the actual maximum number is normally a little
 
148
              fewer than the specified value because
 
149
              <span><strong class="command">named</strong></span> reserves some file descriptors
 
150
              for its internal use.
 
151
            </p>
 
152
</div>
 
153
</dd>
129
154
<dt><span class="term">-t <em class="replaceable"><code>directory</code></em></span></dt>
130
155
<dd>
131
156
<p>Chroot
191
216
</dl></div>
192
217
</div>
193
218
<div class="refsect1" lang="en">
194
 
<a name="id2543864"></a><h2>SIGNALS</h2>
 
219
<a name="id2543911"></a><h2>SIGNALS</h2>
195
220
<p>
196
221
      In routine operation, signals should not be used to control
197
222
      the nameserver; <span><strong class="command">rndc</strong></span> should be used
212
237
    </p>
213
238
</div>
214
239
<div class="refsect1" lang="en">
215
 
<a name="id2543912"></a><h2>CONFIGURATION</h2>
 
240
<a name="id2543959"></a><h2>CONFIGURATION</h2>
216
241
<p>
217
242
      The <span><strong class="command">named</strong></span> configuration file is too complex
218
243
      to describe in detail here.  A complete description is provided
221
246
    </p>
222
247
</div>
223
248
<div class="refsect1" lang="en">
224
 
<a name="id2543929"></a><h2>FILES</h2>
 
249
<a name="id2543976"></a><h2>FILES</h2>
225
250
<div class="variablelist"><dl>
226
251
<dt><span class="term"><code class="filename">/etc/named.conf</code></span></dt>
227
252
<dd><p>
234
259
</dl></div>
235
260
</div>
236
261
<div class="refsect1" lang="en">
237
 
<a name="id2543969"></a><h2>SEE ALSO</h2>
 
262
<a name="id2544016"></a><h2>SEE ALSO</h2>
238
263
<p><em class="citetitle">RFC 1033</em>,
239
264
      <em class="citetitle">RFC 1034</em>,
240
265
      <em class="citetitle">RFC 1035</em>,
247
272
    </p>
248
273
</div>
249
274
<div class="refsect1" lang="en">
250
 
<a name="id2544039"></a><h2>AUTHOR</h2>
 
275
<a name="id2544086"></a><h2>AUTHOR</h2>
251
276
<p><span class="corpauthor">Internet Systems Consortium</span>
252
277
    </p>
253
278
</div>