Date: Mon, 4 Apr 2011 02:01:55 GMT From: sm <sm@resistor.net> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/156166: Incorrect nameserver for in-addr.arpa in handbook Message-ID: <201104040201.p3421tOs082259@red.freebsd.org> Resent-Message-ID: <201104040210.p342ABXJ005540@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 156166
>Category: docs
>Synopsis: Incorrect nameserver for in-addr.arpa in handbook
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 04 02:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: sm
>Release: 8.2
>Organization:
>Environment:
>Description:
Chapter 29.6.6.1 of the FreeBSD handbook has the following:
/*
zone "." {
type slave;
file "slave/root.slave";
masters {
192.5.5.241; // F.ROOT-SERVERS.NET.
};
notify no;
};
zone "arpa" {
type slave;
file "slave/arpa.slave";
masters {
192.5.5.241; // F.ROOT-SERVERS.NET.
};
notify no;
};
zone "in-addr.arpa" {
type slave;
file "slave/in-addr.arpa.slave";
masters {
192.5.5.241; // F.ROOT-SERVERS.NET.
};
notify no;
};
*/
F.ROOT-SERVERS.NET is no longer a nameserver for the in-addr.arpa zone.
>How-To-Repeat:
>Fix:
Remove "in-addr.arpa" from the list of zones that can be transferred from F.ROOT-SERVERS.NET.
>Release-Note:
>Audit-Trail:
>Unformatted:
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104040201.p3421tOs082259>
