master zone file could not found Named configuration error



i,

I put a zone master file in /var/named but it is not being found when I
start named (abc's not the real name):

apollo[root]:/var/named-> service named start
Starting named:
Error in named configuration:
zone localdomain/IN: loaded serial 42
zone localhost/IN: loaded serial 42
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
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.
\0320.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
zone 255.in-addr.arpa/IN: loaded serial 42
zone 0.in-addr.arpa/IN: loaded serial 42
zone abc.com/IN: loading master file named.abc: file not found
_default/abc.com/IN: file not found
[FAILED]
apollo[root]:/var/named->

here's the named.conf:

apollo[root]:/var/named-> cat /etc/named.conf
//
// named.conf for Red Hat caching-nameserver
//

options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;

};

//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };

};

zone "." IN {
type hint;
file "named.ca";

};

zone "localdomain" IN {
type master;
file "localdomain.zone";
allow-update { none; };

};

zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };

};

zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };

};

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 {
type master;
file "named.ip6.local";
allow-update { none; };

};

zone "255.in-addr.arpa" IN {
type master;
file "named.broadcast";
allow-update { none; };

};

zone "0.in-addr.arpa" IN {
type master;
file "named.zero";
allow-update { none; };

};

zone "abc.com" {
type master;
file "named.abc";

};

include "/etc/rndc.key";
apollo[root]:/var/named->

Any ideas? Thanks!

Reply »

.



Relevant Pages

  • Re: Dynamic DNS Woes
    ... zone "flyers.stark.k12.oh.us" { ... notify yes; ...
    (comp.protocols.dns.bind)
  • Re: DNS Slave zone problems
    ... zone "foo.net" { ... address in the master zones allow transfers. ...
    (freebsd-questions)
  • Re: view function of bind 9
    ... How to config the DNS as the following: ... Transfer Master Internal Zone file to Salve Internal Zone. ... This sets up the files that will be used for answering lan queries, ...
    (Fedora)
  • Re: Using Master as Slave at the same time
    ... The zone I try to add as new master does not exist on neither of the ... The second is configured as Slave using ip 123.123.123.2 ... >> server as Master. ...
    (microsoft.public.windows.server.dns)
  • Re: Secondary zone not loading from master
    ... I tried removing the dns role and adding ... Are the two zone masters the same machine? ... Master Serial Number so if this is not ... (then specify the Master/primary server): ...
    (microsoft.public.windows.server.dns)