[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bind has quit working



On Saturday 27 September 2003 9:10 am, Jeff Elkins wrote:
>What is a missing ptr?

OK, to named.conf I added:

zone "192.in-addr.arpa" {
        type master;
        file "/etc/bind/db.192";
};

and /etc/bind/db.192 contains:

;
; BIND reverse data file for 192.168.0.0
;
$TTL    604800
@       IN      SOA     localhost. root.localhost. (
                              1         ; Serial
                         604800         ; Refresh
                          86400         ; Retry
                        2419200         ; Expire
                         604800 )       ; Negative Cache TTL
;
@       IN      NS      localhost.


1.0.168.192.in-addr.arpa. IN PTR server.elkins.
2.0.168.192.in-addr.arpa. IN PTR router.elkins.
10.0.168.192.in-addr.arpa. IN PTR kathix.elkins.
20.0.168.192.in-addr.arpa. IN PTR mac.elkins.
30.0.168.192.in-addr.arpa. IN PTR music.elkins.
40.0.168.192.in-addr.arpa. IN PTR buttons.elkins.
50.0.168.192.in-addr.arpa. IN PTR tosh.elkins.
60.0.168.192.in-addr.arpa. IN PTR z.elkins.


nslint now reports no errors.  Am I on the right track here?

Jeff







Reply to: