Hi Guys,
I have Bind9 installed on Debian testing AMD64. It is running fine but, I all the time, get the message as followed when i check my two zones below.
named-checkzone macitos.fr db.macitos.fr.inv
named-checkzone macitos.fr db.127
"zone macitos.fr/IN: NS 'margoullat.macitos.fr' has no address records (A AAAA)"
I am just trying to understand why this message is popping up. I didn't have it before. It came up after i upgraded from etch to testing. Most of all, it doesn't stop Bind9 from running well. So if anyone could tell why and how to get rid of it, that would be much appreciated. I am adding my conf below. Please, feel free to point out my mistakes if you feel like it
db.macitos.fr
$TTL 7200
@ IN SOA margoullat.macitos.fr. leonidas.margoullat.fr. (
2008012300 ;
7200 ; Refresh
7200 ; Retry
2419200 ; Expire
7200 ) ; Minimum
@ NS margoullat.macitos.fr. ; Name of server
$ORIGIN macitos.fr.
margoullat A 192.168.1.7 ; IP address of the name server
localhost A 127.0.0.1
iguane A 192.168.1.8
margoullat A 192.168.1.6
margoullat A 192.168.1.7
zongo A 192.168.1.5
heaven A 192.168.1.10
perso CNAME zongo
ig CNAME iguane
mar CNAME margoullat
db.macitos.fr.inv
$TTL 7200
@ IN SOA margoullat.macitos.fr. leonidas.margoullat.fr. (
2008012300 ;Serial
7200 ; Refresh
7200 ; Retry
2419200 ; Expire
7200 ) ; Minimum
@ NS margoullat.macitos.fr.
8 PTR iguane.macitos.fr.
6 PTR margoullat.macitos.fr.
7 PTR margoullat.macitos.fr.
5 PTR zongo.macitos.fr.
10 PTR heaven.macitos.fr.
db.127
$TTL 7200
@ IN SOA margoullat.macitos.fr. leonidas.macitos. (
2008012300 ; Serial
7200 ; Refresh
7200 ; Retry
2419200 ; Expire
7200 ) ; Negative Cache TTL
;
@ IN NS margoullat.macitos.fr.
1 PTR localhost.