mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:50:01 -04:00
regenerated
This commit is contained in:
parent
a907e5d0b8
commit
8e245ec21b
7 changed files with 175 additions and 175 deletions
|
|
@ -127,8 +127,8 @@ CLASS="programlisting"
|
|||
> // Two corporate subnets we wish to allow queries from.
|
||||
acl "corpnets" { 192.168.4.0/24; 192.168.7.0/24; };
|
||||
options {
|
||||
directory "/etc/namedb"; // Working directory
|
||||
pid-file "named.pid"; // Put pid file in working dir
|
||||
directory "/etc/namedb"; // Working directory
|
||||
pid-file "named.pid"; // Put pid file in working dir
|
||||
allow-query { "corpnets"; };
|
||||
};
|
||||
// Root server hints
|
||||
|
|
@ -162,10 +162,10 @@ CLASS="filename"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> options {
|
||||
directory "/etc/namedb"; // Working directory
|
||||
pid-file "named.pid"; // Put pid file in working dir
|
||||
allow-query { any; }; // This is the default
|
||||
recursion no; // Do not provide recursive service
|
||||
directory "/etc/namedb"; // Working directory
|
||||
pid-file "named.pid"; // Put pid file in working dir
|
||||
allow-query { any; }; // This is the default
|
||||
recursion no; // Do not provide recursive service
|
||||
};
|
||||
// Root server hints
|
||||
zone "." { type hint; file "root.hint"; };
|
||||
|
|
@ -744,7 +744,7 @@ CLASS="command"
|
|||
CLASS="command"
|
||||
>named-checkconf</B
|
||||
> program
|
||||
checks the syntax of a <TT
|
||||
checks the syntax of a <TT
|
||||
CLASS="filename"
|
||||
>named.conf</TT
|
||||
> file.</P
|
||||
|
|
@ -778,7 +778,7 @@ CLASS="command"
|
|||
CLASS="command"
|
||||
>named-checkzone</B
|
||||
> program checks a master file for
|
||||
syntax and consistency.</P
|
||||
syntax and consistency.</P
|
||||
><P
|
||||
><B
|
||||
CLASS="command"
|
||||
|
|
@ -895,7 +895,7 @@ CLASS="replaceable"
|
|||
>class</I
|
||||
></TT
|
||||
>
|
||||
[<SPAN
|
||||
[<SPAN
|
||||
CLASS="optional"
|
||||
><TT
|
||||
CLASS="replaceable"
|
||||
|
|
@ -1096,15 +1096,15 @@ CLASS="acronym"
|
|||
CLASS="command"
|
||||
>rndc</B
|
||||
>
|
||||
supports all the commands of the BIND 8 <B
|
||||
supports all the commands of the BIND 8 <B
|
||||
CLASS="command"
|
||||
>ndc</B
|
||||
>
|
||||
utility except <B
|
||||
utility except <B
|
||||
CLASS="command"
|
||||
>ndc start</B
|
||||
>, which was also
|
||||
not supported in <B
|
||||
not supported in <B
|
||||
CLASS="command"
|
||||
>ndc</B
|
||||
>'s channel mode.</P
|
||||
|
|
@ -1289,7 +1289,7 @@ following controls statements:</P
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> controls {
|
||||
inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
|
||||
inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
|
||||
};
|
||||
</PRE
|
||||
><P
|
||||
|
|
|
|||
|
|
@ -522,24 +522,24 @@ options {
|
|||
...
|
||||
...
|
||||
forward only;
|
||||
forwarders { // forward to external servers
|
||||
<TT
|
||||
forwarders { // forward to external servers
|
||||
<TT
|
||||
CLASS="varname"
|
||||
>bastion-ips-go-here</TT
|
||||
>;
|
||||
};
|
||||
allow-transfer { none; }; // sample allow-transfer (no one)
|
||||
allow-query { internals; externals; }; // restrict query access
|
||||
allow-recursion { internals; }; // restrict recursion
|
||||
allow-transfer { none; }; // sample allow-transfer (no one)
|
||||
allow-query { internals; externals; }; // restrict query access
|
||||
allow-recursion { internals; }; // restrict recursion
|
||||
...
|
||||
...
|
||||
};
|
||||
|
||||
zone "site1.example.com" { // sample slave zone
|
||||
zone "site1.example.com" { // sample slave zone
|
||||
type master;
|
||||
file "m/site1.example.com";
|
||||
forwarders { }; // do normal iterative
|
||||
// resolution (do not forward)
|
||||
forwarders { }; // do normal iterative
|
||||
// resolution (do not forward)
|
||||
allow-query { internals; externals; };
|
||||
allow-transfer { internals; };
|
||||
};
|
||||
|
|
@ -581,14 +581,14 @@ acl externals { bastion-ips-go-here; };
|
|||
options {
|
||||
...
|
||||
...
|
||||
allow-transfer { none; }; // sample allow-transfer (no one)
|
||||
allow-query { internals; externals; }; // restrict query access
|
||||
allow-recursion { internals; externals; }; // restrict recursion
|
||||
allow-transfer { none; }; // sample allow-transfer (no one)
|
||||
allow-query { internals; externals; }; // restrict query access
|
||||
allow-recursion { internals; externals; }; // restrict recursion
|
||||
...
|
||||
...
|
||||
};
|
||||
|
||||
zone "site1.example.com" { // sample slave zone
|
||||
zone "site1.example.com" { // sample slave zone
|
||||
type master;
|
||||
file "m/site1.foo.com";
|
||||
allow-query { any; };
|
||||
|
|
@ -1427,7 +1427,7 @@ NAME="AEN981"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN example.com.
|
||||
host 3600 IN AAAA 3ffe:8050:201:1860:42::1
|
||||
host 3600 IN AAAA 3ffe:8050:201:1860:42::1
|
||||
</PRE
|
||||
><P
|
||||
>While their use is deprecated, they are useful to support
|
||||
|
|
@ -1452,7 +1452,7 @@ NAME="AEN986"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN example.com.
|
||||
host 3600 IN A6 0 3ffe:8050:201:1860:42::1
|
||||
host 3600 IN A6 0 3ffe:8050:201:1860:42::1
|
||||
</PRE
|
||||
><DIV
|
||||
CLASS="sect3"
|
||||
|
|
@ -1473,23 +1473,23 @@ NAME="AEN990"
|
|||
>In the company's address space:</P
|
||||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN example.com.
|
||||
host 3600 IN A6 64 0:0:0:0:42::1 company.example1.net.
|
||||
host 3600 IN A6 64 0:0:0:0:42::1 company.example2.net.
|
||||
> $ORIGIN example.com.
|
||||
host 3600 IN A6 64 0:0:0:0:42::1 company.example1.net.
|
||||
host 3600 IN A6 64 0:0:0:0:42::1 company.example2.net.
|
||||
</PRE
|
||||
><P
|
||||
>ISP1 will use:</P
|
||||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN example1.net.
|
||||
company 3600 IN A6 0 3ffe:8050:201:1860::
|
||||
company 3600 IN A6 0 3ffe:8050:201:1860::
|
||||
</PRE
|
||||
><P
|
||||
>ISP2 will use:</P
|
||||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN example2.net.
|
||||
company 3600 IN A6 0 1234:5678:90ab:fffa::
|
||||
company 3600 IN A6 0 1234:5678:90ab:fffa::
|
||||
</PRE
|
||||
><P
|
||||
>When <TT
|
||||
|
|
@ -1515,10 +1515,10 @@ NAME="AEN1001"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN example.com.
|
||||
@ 14400 IN NS ns0
|
||||
14400 IN NS ns1
|
||||
ns0 14400 IN A6 0 3ffe:8050:201:1860:42::1
|
||||
ns1 14400 IN A 192.168.42.1
|
||||
@ 14400 IN NS ns0
|
||||
14400 IN NS ns1
|
||||
ns0 14400 IN A6 0 3ffe:8050:201:1860:42::1
|
||||
ns1 14400 IN A 192.168.42.1
|
||||
</PRE
|
||||
><P
|
||||
>It is recommended that IPv4-in-IPv6 mapped addresses not
|
||||
|
|
@ -1558,7 +1558,7 @@ CLASS="literal"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN 0.6.8.1.1.0.2.0.0.5.0.8.e.f.f.3.ip6.int.
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.2.4.0.0 14400 IN PTR host.example.com.
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.2.4.0.0 14400 IN PTR host.example.com.
|
||||
</PRE
|
||||
></DIV
|
||||
><DIV
|
||||
|
|
@ -1585,7 +1585,7 @@ CLASS="emphasis"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN \[x3ffe805002011860/64].ip6.arpa.
|
||||
\[x0042000000000001/64] 14400 IN PTR host.example.com.
|
||||
\[x0042000000000001/64] 14400 IN PTR host.example.com.
|
||||
</PRE
|
||||
></DIV
|
||||
><DIV
|
||||
|
|
@ -1621,14 +1621,14 @@ CLASS="literal"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN example.com.
|
||||
host IN A6 64 ::1234:5678:1212:5675 cust1.example.net.
|
||||
IN A6 64 ::1234:5678:1212:5675 subnet5.example2.net.
|
||||
host IN A6 64 ::1234:5678:1212:5675 cust1.example.net.
|
||||
IN A6 64 ::1234:5678:1212:5675 subnet5.example2.net.
|
||||
$ORIGIN example.net.
|
||||
cust1 IN A6 48 0:0:0:dddd:: ipv6net.example.net.
|
||||
ipv6net IN A6 0 aa:bb:cccc::
|
||||
cust1 IN A6 48 0:0:0:dddd:: ipv6net.example.net.
|
||||
ipv6net IN A6 0 aa:bb:cccc::
|
||||
$ORIGIN example2.net.
|
||||
subnet5 IN A6 48 0:0:0:1:: ipv6net2.example2.net.
|
||||
ipv6net2 IN A6 0 6666:5555:4::
|
||||
subnet5 IN A6 48 0:0:0:1:: ipv6net2.example2.net.
|
||||
ipv6net2 IN A6 0 6666:5555:4::
|
||||
</PRE
|
||||
><P
|
||||
>This sets up forward lookups. To handle the reverse lookups,
|
||||
|
|
@ -1640,7 +1640,7 @@ would have:</P
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN \[x00aa00bbcccc/48].ip6.arpa.
|
||||
\[xdddd/16] IN DNAME ipv6-rev.example.com.
|
||||
\[xdddd/16] IN DNAME ipv6-rev.example.com.
|
||||
</PRE
|
||||
><P
|
||||
>and <TT
|
||||
|
|
@ -1650,7 +1650,7 @@ CLASS="literal"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN \[x666655550004/48].ip6.arpa.
|
||||
\[x0001/16] IN DNAME ipv6-rev.example.com.
|
||||
\[x0001/16] IN DNAME ipv6-rev.example.com.
|
||||
</PRE
|
||||
><P
|
||||
><TT
|
||||
|
|
@ -1662,7 +1662,7 @@ CLASS="literal"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
> $ORIGIN ipv6-rev.example.com.
|
||||
\[x1234567812125675/64] IN PTR host.example.com.
|
||||
\[x1234567812125675/64] IN PTR host.example.com.
|
||||
</PRE
|
||||
></DIV
|
||||
></DIV
|
||||
|
|
|
|||
|
|
@ -2235,32 +2235,32 @@ HREF="Bv9ARM.ch06.html#the_category_phrase"
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
>channel "default_syslog" {
|
||||
syslog daemon; // end to syslog's daemon
|
||||
// facility
|
||||
severity info; // only send priority info
|
||||
// and higher
|
||||
syslog daemon; // end to syslog's daemon
|
||||
// facility
|
||||
severity info; // only send priority info
|
||||
// and higher
|
||||
};
|
||||
|
||||
channel "default_debug" {
|
||||
file "named.run"; // write to named.run in
|
||||
// the working directory
|
||||
// Note: stderr is used instead
|
||||
// of "named.run"
|
||||
// if the server is started
|
||||
// with the '-f' option.
|
||||
severity dynamic; // log at the server's
|
||||
// current debug level
|
||||
file "named.run"; // write to named.run in
|
||||
// the working directory
|
||||
// Note: stderr is used instead
|
||||
// of "named.run"
|
||||
// if the server is started
|
||||
// with the '-f' option.
|
||||
severity dynamic; // log at the server's
|
||||
// current debug level
|
||||
};
|
||||
|
||||
channel "default_stderr" { // writes to stderr
|
||||
channel "default_stderr" { // writes to stderr
|
||||
stderr;
|
||||
severity info; // only send priority info
|
||||
// and higher
|
||||
severity info; // only send priority info
|
||||
// and higher
|
||||
};
|
||||
|
||||
channel "null" {
|
||||
null; // toss anything sent to
|
||||
// this channel
|
||||
null; // toss anything sent to
|
||||
// this channel
|
||||
};
|
||||
</PRE
|
||||
><P
|
||||
|
|
@ -5860,20 +5860,20 @@ their directly connected networks.</P
|
|||
><PRE
|
||||
CLASS="programlisting"
|
||||
>sortlist {
|
||||
{ localhost; // IF the local host
|
||||
{ localnets; // THEN first fit on the
|
||||
192.168.1/24; // following nets
|
||||
{ localhost; // IF the local host
|
||||
{ localnets; // THEN first fit on the
|
||||
192.168.1/24; // following nets
|
||||
{ 192.168.2/24; 192.168.3/24; }; }; };
|
||||
{ 192.168.1/24; // IF on class C 192.168.1
|
||||
{ 192.168.1/24; // THEN use .1, or .2 or .3
|
||||
{ 192.168.1/24; // IF on class C 192.168.1
|
||||
{ 192.168.1/24; // THEN use .1, or .2 or .3
|
||||
{ 192.168.2/24; 192.168.3/24; }; }; };
|
||||
{ 192.168.2/24; // IF on class C 192.168.2
|
||||
{ 192.168.2/24; // THEN use .2, or .1 or .3
|
||||
{ 192.168.2/24; // IF on class C 192.168.2
|
||||
{ 192.168.2/24; // THEN use .2, or .1 or .3
|
||||
{ 192.168.1/24; 192.168.3/24; }; }; };
|
||||
{ 192.168.3/24; // IF on class C 192.168.3
|
||||
{ 192.168.3/24; // THEN use .3, or .1 or .2
|
||||
{ 192.168.3/24; // IF on class C 192.168.3
|
||||
{ 192.168.3/24; // THEN use .3, or .1 or .2
|
||||
{ 192.168.1/24; 192.168.2/24; }; }; };
|
||||
{ { 192.168.4/24; 192.168.5/24; }; // if .4 or .5, prefer that net
|
||||
{ { 192.168.4/24; 192.168.5/24; }; // if .4 or .5, prefer that net
|
||||
};
|
||||
};</PRE
|
||||
><P
|
||||
|
|
|
|||
|
|
@ -278,7 +278,8 @@ CLASS="command"
|
|||
CLASS="command"
|
||||
>chroot()</B
|
||||
> environment to
|
||||
work properly in a particular directory (for example, <TT
|
||||
work properly in a particular directory
|
||||
(for example, <TT
|
||||
CLASS="filename"
|
||||
>/var/named</TT
|
||||
>),
|
||||
|
|
@ -286,44 +287,42 @@ you will need to set up an environment that includes everything
|
|||
<SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
> needs to run. From <SPAN
|
||||
> needs to run.
|
||||
From <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
>'s point of view, <TT
|
||||
CLASS="filename"
|
||||
>/var/named</TT
|
||||
> is
|
||||
the root of the filesystem. You will need <TT
|
||||
CLASS="filename"
|
||||
>/dev/null</TT
|
||||
>,
|
||||
and any library directories and files that <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
> needs to run on
|
||||
your system. Please consult your operating system's instructions
|
||||
if you need help figuring out which library files you need to copy
|
||||
over to the <B
|
||||
the root of the filesystem. You will need to adjust the values of options like
|
||||
like <B
|
||||
CLASS="command"
|
||||
>chroot()</B
|
||||
> sandbox.</P
|
||||
>directory</B
|
||||
> and <B
|
||||
CLASS="command"
|
||||
>pid-file</B
|
||||
> to account
|
||||
for this.
|
||||
</P
|
||||
><P
|
||||
>If you are running an operating system that supports static
|
||||
binaries, you can also compile <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
> statically and avoid the need
|
||||
to copy system libraries over to your <B
|
||||
> Unlike with earlier versions of BIND, you will typically
|
||||
<I
|
||||
CLASS="emphasis"
|
||||
>not</I
|
||||
> need to compile <B
|
||||
CLASS="command"
|
||||
>chroot()</B
|
||||
> sandbox.</P
|
||||
>named</B
|
||||
>
|
||||
statically nor install shared libraries under the new root.
|
||||
</P
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN4063"
|
||||
NAME="AEN4062"
|
||||
>7.2.2. Using the <B
|
||||
CLASS="command"
|
||||
>setuid</B
|
||||
|
|
@ -342,7 +341,8 @@ modification times) or the <B
|
|||
CLASS="command"
|
||||
>chown</B
|
||||
> utility (to
|
||||
set the user id and/or group id) on files to which you want <SPAN
|
||||
set the user id and/or group id) on files
|
||||
to which you want <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
>
|
||||
|
|
|
|||
|
|
@ -78,17 +78,17 @@ CLASS="TOC"
|
|||
></DT
|
||||
><DT
|
||||
>8.1. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN4084"
|
||||
HREF="Bv9ARM.ch08.html#AEN4083"
|
||||
>Common Problems</A
|
||||
></DT
|
||||
><DT
|
||||
>8.2. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN4089"
|
||||
HREF="Bv9ARM.ch08.html#AEN4088"
|
||||
>Incrementing and Changing the Serial Number</A
|
||||
></DT
|
||||
><DT
|
||||
>8.3. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN4094"
|
||||
HREF="Bv9ARM.ch08.html#AEN4093"
|
||||
>Where Can I Get Help?</A
|
||||
></DT
|
||||
></DL
|
||||
|
|
@ -98,7 +98,7 @@ CLASS="sect1"
|
|||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN4084"
|
||||
NAME="AEN4083"
|
||||
>8.1. Common Problems</A
|
||||
></H1
|
||||
><DIV
|
||||
|
|
@ -106,7 +106,7 @@ CLASS="sect2"
|
|||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN4086"
|
||||
NAME="AEN4085"
|
||||
>8.1.1. It's not working; how can I figure out what's wrong?</A
|
||||
></H2
|
||||
><P
|
||||
|
|
@ -122,7 +122,7 @@ CLASS="sect1"
|
|||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN4089"
|
||||
NAME="AEN4088"
|
||||
>8.2. Incrementing and Changing the Serial Number</A
|
||||
></H1
|
||||
><P
|
||||
|
|
@ -151,7 +151,7 @@ CLASS="sect1"
|
|||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN4094"
|
||||
NAME="AEN4093"
|
||||
>8.3. Where Can I Get Help?</A
|
||||
></H1
|
||||
><P
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ CLASS="TOC"
|
|||
></DT
|
||||
><DT
|
||||
>A.1. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN4110"
|
||||
HREF="Bv9ARM.ch09.html#AEN4109"
|
||||
>Acknowledgements</A
|
||||
></DT
|
||||
><DT
|
||||
|
|
@ -85,7 +85,7 @@ CLASS="acronym"
|
|||
></DT
|
||||
><DT
|
||||
>A.3. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN4151"
|
||||
HREF="Bv9ARM.ch09.html#AEN4150"
|
||||
>General <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
|
|
@ -103,7 +103,7 @@ CLASS="sect1"
|
|||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN4110"
|
||||
NAME="AEN4109"
|
||||
>A.1. Acknowledgements</A
|
||||
></H1
|
||||
><DIV
|
||||
|
|
@ -111,7 +111,7 @@ CLASS="sect2"
|
|||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN4112"
|
||||
NAME="AEN4111"
|
||||
>A.1.1. A Brief History of the <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
|
|
@ -246,7 +246,7 @@ CLASS="sect3"
|
|||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN4142"
|
||||
NAME="AEN4141"
|
||||
>A.2.1.1. HS = hesiod</A
|
||||
></H3
|
||||
><P
|
||||
|
|
@ -267,7 +267,7 @@ CLASS="sect3"
|
|||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN4147"
|
||||
NAME="AEN4146"
|
||||
>A.2.1.2. CH = chaos</A
|
||||
></H3
|
||||
><P
|
||||
|
|
@ -285,7 +285,7 @@ CLASS="sect1"
|
|||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN4151"
|
||||
NAME="AEN4150"
|
||||
>A.3. General <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
|
|
@ -324,7 +324,7 @@ Unicast address scheme. For more information, see RFC 2374.</P
|
|||
><DIV
|
||||
CLASS="informaltable"
|
||||
><A
|
||||
NAME="AEN4162"
|
||||
NAME="AEN4161"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
|
@ -543,7 +543,7 @@ VALIGN="MIDDLE"
|
|||
<DIV
|
||||
CLASS="informaltable"
|
||||
><A
|
||||
NAME="AEN4231"
|
||||
NAME="AEN4230"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
|
@ -726,7 +726,7 @@ unicast address consists of:</P
|
|||
><DIV
|
||||
CLASS="informaltable"
|
||||
><A
|
||||
NAME="AEN4286"
|
||||
NAME="AEN4285"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
|
@ -886,19 +886,19 @@ TARGET="_top"
|
|||
</P
|
||||
><H3
|
||||
><A
|
||||
NAME="AEN4330"
|
||||
NAME="AEN4329"
|
||||
>Bibliography</A
|
||||
></H3
|
||||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4331"
|
||||
NAME="AEN4330"
|
||||
>Standards</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4333"
|
||||
NAME="AEN4332"
|
||||
></A
|
||||
><P
|
||||
>[RFC974] <SPAN
|
||||
|
|
@ -915,7 +915,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4340"
|
||||
NAME="AEN4339"
|
||||
></A
|
||||
><P
|
||||
>[RFC1034] <SPAN
|
||||
|
|
@ -932,7 +932,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4347"
|
||||
NAME="AEN4346"
|
||||
></A
|
||||
><P
|
||||
>[RFC1035] <SPAN
|
||||
|
|
@ -956,7 +956,7 @@ NAME="proposed_standards"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4356"
|
||||
NAME="AEN4355"
|
||||
></A
|
||||
><P
|
||||
>[RFC2181] <SPAN
|
||||
|
|
@ -976,7 +976,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4364"
|
||||
NAME="AEN4363"
|
||||
></A
|
||||
><P
|
||||
>[RFC2308] <SPAN
|
||||
|
|
@ -996,7 +996,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4372"
|
||||
NAME="AEN4371"
|
||||
></A
|
||||
><P
|
||||
>[RFC1995] <SPAN
|
||||
|
|
@ -1016,7 +1016,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4380"
|
||||
NAME="AEN4379"
|
||||
></A
|
||||
><P
|
||||
>[RFC1996] <SPAN
|
||||
|
|
@ -1033,7 +1033,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4387"
|
||||
NAME="AEN4386"
|
||||
></A
|
||||
><P
|
||||
>[RFC2136] <SPAN
|
||||
|
|
@ -1059,7 +1059,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4404"
|
||||
NAME="AEN4403"
|
||||
></A
|
||||
><P
|
||||
>[RFC2845] <SPAN
|
||||
|
|
@ -1088,13 +1088,13 @@ STYLE="margin-left=0.5in"
|
|||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4423"
|
||||
NAME="AEN4422"
|
||||
>Proposed Standards Still Under Development</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4428"
|
||||
NAME="AEN4427"
|
||||
></A
|
||||
><P
|
||||
>[RFC1886] <SPAN
|
||||
|
|
@ -1117,7 +1117,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4440"
|
||||
NAME="AEN4439"
|
||||
></A
|
||||
><P
|
||||
>[RFC2065] <SPAN
|
||||
|
|
@ -1137,7 +1137,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4452"
|
||||
NAME="AEN4451"
|
||||
></A
|
||||
><P
|
||||
>[RFC2137] <SPAN
|
||||
|
|
@ -1154,7 +1154,7 @@ STYLE="margin-left=0.5in"
|
|||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4460"
|
||||
NAME="AEN4459"
|
||||
>Other Important RFCs About <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
|
|
@ -1163,7 +1163,7 @@ CLASS="acronym"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4463"
|
||||
NAME="AEN4462"
|
||||
></A
|
||||
><P
|
||||
>[RFC1535] <SPAN
|
||||
|
|
@ -1183,7 +1183,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4471"
|
||||
NAME="AEN4470"
|
||||
></A
|
||||
><P
|
||||
>[RFC1536] <SPAN
|
||||
|
|
@ -1215,7 +1215,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4492"
|
||||
NAME="AEN4491"
|
||||
></A
|
||||
><P
|
||||
>[RFC1982] <SPAN
|
||||
|
|
@ -1235,13 +1235,13 @@ STYLE="margin-left=0.5in"
|
|||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4503"
|
||||
NAME="AEN4502"
|
||||
>Resource Record Types</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4505"
|
||||
NAME="AEN4504"
|
||||
></A
|
||||
><P
|
||||
>[RFC1183] <SPAN
|
||||
|
|
@ -1270,7 +1270,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4523"
|
||||
NAME="AEN4522"
|
||||
></A
|
||||
><P
|
||||
>[RFC1706] <SPAN
|
||||
|
|
@ -1293,7 +1293,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4535"
|
||||
NAME="AEN4534"
|
||||
></A
|
||||
><P
|
||||
>[RFC2168] <SPAN
|
||||
|
|
@ -1314,7 +1314,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4546"
|
||||
NAME="AEN4545"
|
||||
></A
|
||||
><P
|
||||
>[RFC1876] <SPAN
|
||||
|
|
@ -1341,7 +1341,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4563"
|
||||
NAME="AEN4562"
|
||||
></A
|
||||
><P
|
||||
>[RFC2052] <SPAN
|
||||
|
|
@ -1365,7 +1365,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4575"
|
||||
NAME="AEN4574"
|
||||
></A
|
||||
><P
|
||||
>[RFC2163] <SPAN
|
||||
|
|
@ -1386,7 +1386,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4583"
|
||||
NAME="AEN4582"
|
||||
></A
|
||||
><P
|
||||
>[RFC2230] <SPAN
|
||||
|
|
@ -1406,7 +1406,7 @@ STYLE="margin-left=0.5in"
|
|||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4591"
|
||||
NAME="AEN4590"
|
||||
><SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
|
|
@ -1415,7 +1415,7 @@ CLASS="acronym"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4594"
|
||||
NAME="AEN4593"
|
||||
></A
|
||||
><P
|
||||
>[RFC1101] <SPAN
|
||||
|
|
@ -1435,7 +1435,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4602"
|
||||
NAME="AEN4601"
|
||||
></A
|
||||
><P
|
||||
>[RFC1123] <SPAN
|
||||
|
|
@ -1452,7 +1452,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4609"
|
||||
NAME="AEN4608"
|
||||
></A
|
||||
><P
|
||||
>[RFC1591] <SPAN
|
||||
|
|
@ -1469,7 +1469,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4616"
|
||||
NAME="AEN4615"
|
||||
></A
|
||||
><P
|
||||
>[RFC2317] <SPAN
|
||||
|
|
@ -1492,7 +1492,7 @@ STYLE="margin-left=0.5in"
|
|||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4630"
|
||||
NAME="AEN4629"
|
||||
><SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
|
|
@ -1501,7 +1501,7 @@ CLASS="acronym"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4633"
|
||||
NAME="AEN4632"
|
||||
></A
|
||||
><P
|
||||
>[RFC1537] <SPAN
|
||||
|
|
@ -1521,7 +1521,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4641"
|
||||
NAME="AEN4640"
|
||||
></A
|
||||
><P
|
||||
>[RFC1912] <SPAN
|
||||
|
|
@ -1541,7 +1541,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4649"
|
||||
NAME="AEN4648"
|
||||
></A
|
||||
><P
|
||||
>[RFC1912] <SPAN
|
||||
|
|
@ -1561,7 +1561,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4657"
|
||||
NAME="AEN4656"
|
||||
></A
|
||||
><P
|
||||
>[RFC2010] <SPAN
|
||||
|
|
@ -1581,7 +1581,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4668"
|
||||
NAME="AEN4667"
|
||||
></A
|
||||
><P
|
||||
>[RFC2219] <SPAN
|
||||
|
|
@ -1604,7 +1604,7 @@ STYLE="margin-left=0.5in"
|
|||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4680"
|
||||
NAME="AEN4679"
|
||||
>Other <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
|
|
@ -1613,7 +1613,7 @@ CLASS="acronym"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4686"
|
||||
NAME="AEN4685"
|
||||
></A
|
||||
><P
|
||||
>[RFC1464] <SPAN
|
||||
|
|
@ -1630,7 +1630,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4693"
|
||||
NAME="AEN4692"
|
||||
></A
|
||||
><P
|
||||
>[RFC1713] <SPAN
|
||||
|
|
@ -1650,7 +1650,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4701"
|
||||
NAME="AEN4700"
|
||||
></A
|
||||
><P
|
||||
>[RFC1794] <SPAN
|
||||
|
|
@ -1670,7 +1670,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4709"
|
||||
NAME="AEN4708"
|
||||
></A
|
||||
><P
|
||||
>[RFC2240] <SPAN
|
||||
|
|
@ -1687,7 +1687,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4716"
|
||||
NAME="AEN4715"
|
||||
></A
|
||||
><P
|
||||
>[RFC2345] <SPAN
|
||||
|
|
@ -1710,7 +1710,7 @@ STYLE="margin-left=0.5in"
|
|||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4730"
|
||||
NAME="AEN4729"
|
||||
></A
|
||||
><P
|
||||
>[RFC2352] <SPAN
|
||||
|
|
@ -1727,13 +1727,13 @@ STYLE="margin-left=0.5in"
|
|||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4737"
|
||||
NAME="AEN4736"
|
||||
>Obsolete and Unimplemented Experimental RRs</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4739"
|
||||
NAME="AEN4738"
|
||||
></A
|
||||
><P
|
||||
>[RFC1712] <SPAN
|
||||
|
|
@ -1784,7 +1784,7 @@ CLASS="sect2"
|
|||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN4760"
|
||||
NAME="AEN4759"
|
||||
>A.4.3. Other Documents About <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
|
|
@ -1794,13 +1794,13 @@ CLASS="acronym"
|
|||
></P
|
||||
><H3
|
||||
><A
|
||||
NAME="AEN4764"
|
||||
NAME="AEN4763"
|
||||
>Bibliography</A
|
||||
></H3
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4765"
|
||||
NAME="AEN4764"
|
||||
></A
|
||||
><P
|
||||
><SPAN
|
||||
|
|
|
|||
|
|
@ -681,7 +681,7 @@ CLASS="command"
|
|||
></DT
|
||||
><DT
|
||||
>7.2.2. <A
|
||||
HREF="Bv9ARM.ch07.html#AEN4063"
|
||||
HREF="Bv9ARM.ch07.html#AEN4062"
|
||||
>Using the <B
|
||||
CLASS="command"
|
||||
>setuid</B
|
||||
|
|
@ -705,26 +705,26 @@ HREF="Bv9ARM.ch08.html"
|
|||
><DL
|
||||
><DT
|
||||
>8.1. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN4084"
|
||||
HREF="Bv9ARM.ch08.html#AEN4083"
|
||||
>Common Problems</A
|
||||
></DT
|
||||
><DD
|
||||
><DL
|
||||
><DT
|
||||
>8.1.1. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN4086"
|
||||
HREF="Bv9ARM.ch08.html#AEN4085"
|
||||
>It's not working; how can I figure out what's wrong?</A
|
||||
></DT
|
||||
></DL
|
||||
></DD
|
||||
><DT
|
||||
>8.2. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN4089"
|
||||
HREF="Bv9ARM.ch08.html#AEN4088"
|
||||
>Incrementing and Changing the Serial Number</A
|
||||
></DT
|
||||
><DT
|
||||
>8.3. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN4094"
|
||||
HREF="Bv9ARM.ch08.html#AEN4093"
|
||||
>Where Can I Get Help?</A
|
||||
></DT
|
||||
></DL
|
||||
|
|
@ -738,14 +738,14 @@ HREF="Bv9ARM.ch09.html"
|
|||
><DL
|
||||
><DT
|
||||
>A.1. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN4110"
|
||||
HREF="Bv9ARM.ch09.html#AEN4109"
|
||||
>Acknowledgements</A
|
||||
></DT
|
||||
><DD
|
||||
><DL
|
||||
><DT
|
||||
>A.1.1. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN4112"
|
||||
HREF="Bv9ARM.ch09.html#AEN4111"
|
||||
>A Brief History of the <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
|
|
@ -775,7 +775,7 @@ HREF="Bv9ARM.ch09.html#classes_of_resource_records"
|
|||
></DD
|
||||
><DT
|
||||
>A.3. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN4151"
|
||||
HREF="Bv9ARM.ch09.html#AEN4150"
|
||||
>General <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
|
|
@ -809,7 +809,7 @@ HREF="Bv9ARM.ch09.html#internet_drafts"
|
|||
></DT
|
||||
><DT
|
||||
>A.4.3. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN4760"
|
||||
HREF="Bv9ARM.ch09.html#AEN4759"
|
||||
>Other Documents About <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
|
|
|
|||
Loading…
Reference in a new issue