diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index 3b91524ac9..e2f7703ebc 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -4283,7 +4283,7 @@ www IN CNAME @ &prompt.root; mv named.conf etc && ln -sf etc/named.conf &prompt.root; mv named.root master -&prompt.root; sh make-localhost && mv localhost.rev master +&prompt.root; sh make-localhost && mv localhost.rev localhost-v6.rev master &prompt.root; cat > master/named.localhost $ORIGIN localhost. $TTL 6h @@ -4375,7 +4375,7 @@ named_flags="-u bind -g bind -t /etc/namedb /etc/named.conf" /etc/named.conf is denoted by a full pathname relative to the sandbox, i.e. in the line above, the file referred to is actually - /etc/namedb/etc/named.conf/ + /etc/namedb/etc/named.conf. @@ -4407,10 +4407,16 @@ zone "localhost" IN { }; zone "0.0.127.in-addr.arpa" IN { type master; - file "master/named.loopback"; + file "master/localhost.rev"; allow-transfer { localhost; }; notify no; }; +zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int" { + type master; + file "master/localhost-v6.rev"; + allow-transfer { localhost; }; + notify no; +}; zone "." IN { type hint; file "master/named.root";