I am in the process of creating a secondary DNS server, and I have run into some issues. I copied all the config files that I have from my primary DNS server however, when I tried to start named I get
Code:
Starting named:
Error in named configuration:
zone localdomain/IN: loaded serial 42
zone localhost/IN: loaded serial 42
zone vv/IN: loaded serial 200604110
zone 2.10.10.in-addr.arpa/IN: loaded serial 200604111
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
named.ip6.local:12: unknown RR type 'named]#'
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.arpa/IN: loading master file named.ip6.local: unknown class/type
_default/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: unknown class/type
zone 255.in-addr.arpa/IN: loaded serial 42
zone 0.in-addr.arpa/IN: loaded serial 42
[FAILED]
I am not sure what this is trying to tell me, like I said I am using the same config files and such from the primary DNS so there shouldn't be any issue.