This is the error I get when I try 'service named start':
[root@p16-elrond ~]# service named start
Starting named:
Error in named configuration:
zone localhost.localdomain/IN: loaded serial 0
zone localhost/IN: loaded serial 0
zone 1.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.arpa/IN: loaded serial 0
zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0
zone 0.in-addr.arpa/IN: loaded serial 0
db.rivendell:2: unknown RR type 'Zone'
db.rivendell:5: SOA record not at top of zone (IN.rivendell)
zone rivendell/IN: loading from master file db.rivendell failed: unknown class/type
zone rivendell/IN: not loaded due to errors.
_default/rivendell/IN: unknown class/type
zone 16.168.192.in-addr.arpa/IN: loaded serial 2013041600
[FAILED]
Has anyone else run into this snag?
Lab 10, Part 2, Step 10
-
- Posts: 118
- Joined: Wed Sep 05, 2012 5:07 pm
Re: Lab 10, Part 2, Step 10
Sorry, should have posted the contents of my /var/named/db.rivendell. Here it is:
$TTL 604800
Rivendell Zone Definition
;
; Rivendell.
IN SOA p16-elrond.rivendell. root.rivendell. (
2013041600 ; serial number
8H ; refresh rate in seconds
2H ; retry in seconds
1W ; expire in seconds
1D) ; minimum in seconds
;
;
;
;Name Server Records
Rivendell. IN NS p16-elrond.rivendell.
;
;Address Records
localhost IN A 127.0.0.1
sauron IN A 192.168.16.105
p16-elrond IN A 192.168.16.1
;
;CNAME records
elrond IN CNAME p16-elrond
$TTL 604800
Rivendell Zone Definition
;
; Rivendell.
IN SOA p16-elrond.rivendell. root.rivendell. (
2013041600 ; serial number
8H ; refresh rate in seconds
2H ; retry in seconds
1W ; expire in seconds
1D) ; minimum in seconds
;
;
;
;Name Server Records
Rivendell. IN NS p16-elrond.rivendell.
;
;Address Records
localhost IN A 127.0.0.1
sauron IN A 192.168.16.105
p16-elrond IN A 192.168.16.1
;
;CNAME records
elrond IN CNAME p16-elrond
-
- Posts: 118
- Joined: Wed Sep 05, 2012 5:07 pm
Re: Lab 10, Part 2, Step 10
Sorted it out. Just a matter of fixing punctuation errors. Here is my new /var/named/db.rivendell:
[root@p16-elrond ~]# cat /var/named/db.rivendell
$TTL 604800
; Rivendell Zone Definition
;
;
Rivendell. IN SOA p16-elrond.rivendell. root.rivendell. (
2013041600 ; serial number
8H ; refresh rate
2H ; retry
1W ; expire
1D) ; minimum
;
;
;
;Name Server Records
Rivendell. IN NS p16-elrond.rivendell.
;
;Address Records
localhost IN A 127.0.0.1
sauron IN A 192.168.16.105
p16-elrond IN A 192.168.16.1
;
;CNAME records
elrond IN CNAME p16-elrond
[root@p16-elrond ~]# cat /var/named/db.rivendell
$TTL 604800
; Rivendell Zone Definition
;
;
Rivendell. IN SOA p16-elrond.rivendell. root.rivendell. (
2013041600 ; serial number
8H ; refresh rate
2H ; retry
1W ; expire
1D) ; minimum
;
;
;
;Name Server Records
Rivendell. IN NS p16-elrond.rivendell.
;
;Address Records
localhost IN A 127.0.0.1
sauron IN A 192.168.16.105
p16-elrond IN A 192.168.16.1
;
;CNAME records
elrond IN CNAME p16-elrond