docs/156166: Incorrect nameserver for in-addr.arpa in handbook

sm sm at resistor.net
Mon Apr 4 02:10:11 UTC 2011


>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:



More information about the freebsd-doc mailing list