[Pdns-users] PDNS doesn't feel authoritative?

Chris lists at proquariat.de
Wed Feb 10 23:49:54 UTC 2010


Hi,

I'm testing pdns as an authoritative Nameserver with an gmysql backend 
and I just don't get it running. I read every old mailinglist-question 
that turned up on google, but nothing worked for me.

After a
dig @10.20.30.42 hier.foo.bar,
everything I get from pdns in my syslog is:
Not authoritative for 'hallo', sending servfail to 10.30.0.0 (recursion 
was desired)



In my config looks like this:

config-dir=/etc/powerdns
daemon=yes
disable-axfr=yes
guardian=yes
launch=gmysql
lazy-recursion=yes
local-address=10.20.30.42
local-port=53
master=yes
module-dir=/usr/lib/powerdns
out-of-zone-additional-processing=yes
setgid=pdns
setuid=pdns
skip-cname=no
socket-dir=/var/run
version-string=powerdns

Everything else is commented.




My database looks like this:
domains:
id 	name 	master 	last_check 	type 	notified_serial 	account

3 	foo.bar 	NULL 	NULL 	NATIVE 	NULL 	NULL

records:
id 	domain_id 	name 	type 	content 	ttl 	prio 	change_date

120 	3 	foo.bar 	SOA 	ns1.lan hostmaster.localhost 2010021102 28800 7200 
604800 86400 	3600 	0 	1265844270

121 	3 	hallo.foo.bar 	A 	1.2.3.4 	3600 	0 	1265844284

122 	3 	hier.foo.bar 	CNAME 	hallo 	3600 	0 	1265844301



What am I missing here? Why doesn't it recurse over it's own CNAME records?



More information about the Pdns-users mailing list