Skip to main content

Thread: ns has no address records a or aaaa


hi,
i need dns server configuration. when test reverse zone file
sudo named-checkzone densel.ee /etc/bind/zones/db.192
, output gives me following message:
zone densel.ee/in: ns ‘igor.densel.ee’ has no address record <a or aaaa>
zone densel.ee/in: not loaded due errors.
however forward zone file test ok!
my reverse zone file:
$ttl 3d
@ in soa igor.densel.ee. root.densel.ee. (
3;
604800;
86400;
2419200;
604800);
;
@ in ns igor.densel.ee.
1 in ptr igor.densel.ee.
10 in ptr igor-pc.densel.ee
254 in ptr gw.densel.ee
does have idea reason of that?
thanks in advance!

hi,
believe ubuntu server guide (if reference) incorrect instructions test.
instead of:
code:
sudo named-checkzone densel.ee /etc/bind/zones/db.192
the command should (for example only, don't know actual sub-net):
code:
named-checkzone 1.168.192.in-addr.arpa /etc/bind/db.192
see the lauchpad bug


Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] ns has no address records a or aaaa


Ubuntu

Comments