]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bind/doc/html/config.html
This commit was generated by cvs2svn to compensate for changes in r50894,
[FreeBSD/FreeBSD.git] / contrib / bind / doc / html / config.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4   <TITLE>BIND Configuration File Guide</TITLE>
5 </HEAD>
6
7 <BODY>
8 <H2>BIND Configuration File Guide</H2>
9
10 <HR>
11
12 <H3>Overview</H3>
13
14 <P>BIND 8 is much more configurable than previous release of BIND.
15 There are entirely new areas of configuration, such as access control lists
16 and categorized logging.  Many options that previously applied to all zones
17 can now be used selectively.  These features, plus a consideration of future
18 configuration needs led to the creation of a new configuration file format.
19
20 <H3>The Configuration File</H3>
21
22 <H4><A HREF="example.html">Example Configuration</A></H4>
23
24 <H4>Statements</H4>
25
26 <P>A BIND 8 configuration consists of statements and comments.
27 Statements end with a semicolon.  Many statements contain a block of
28 substatements, which are also terminated with a semicolon.</P>
29
30 <P>The following statements are supported:
31 <DL>
32 <DT><CODE><A HREF="acl.html">acl</A></CODE>
33 <DD>
34 defines a named IP address matching list, for access control and other uses
35
36 <DT><CODE><A HREF="include.html">include</A></CODE>
37 <DD>
38 includes a file
39
40 <DT><CODE><A HREF="key.html">key</A></CODE>
41 <DD>
42 specifies key information for use in authentication and authorization
43
44 <DT><CODE><A HREF="logging.html">logging</A></CODE>
45 <DD>
46 specifies what the server logs, and where the log messages are sent
47
48 <DT><CODE><A HREF="options.html">options</A></CODE>
49 <DD>
50 controls global server configuation options and sets defaults for other
51 statements
52
53 <DT><CODE><A HREF="server.html">server</A></CODE>
54 <DD>
55 sets certain configuration options on a per-server basis
56
57 <DT><CODE><A HREF="zone.html">zone</A></CODE>
58 <DD>
59 defines a zone
60 </DL>
61
62 <P>The <CODE>logging</CODE> and <CODE>options</CODE> statements may only
63 occur once per configuration.
64
65 <H4><A HREF="comments.html">Comments</A></H4>
66
67 <H3>Converting from BIND 4.9.x</H3>
68
69 <P>BIND 4.9.x configuration files can be converted to the new format
70 by using <CODE>src/bin/named/named-bootconf.pl</CODE>, a perl script that
71 is part of the BIND 8.1 source kit.
72
73 <HR>
74
75 <CENTER><P>[ <A HREF="http://www.vix.com/isc/bind.html">BIND Home</A>
76 |&nbsp;<A HREF="http://www.isc.org">ISC</A> ]</P></CENTER>
77
78 <HR>
79 <ADDRESS>
80 Last Updated: $Id: config.html,v 1.4 1998/03/21 01:03:11 halley Exp $
81 </ADDRESS>
82 </BODY>
83 </HTML>