Hello
My first post here so I hope I do "deliver" all the necessary information
I have a FreeBSD 9.0 system and trying to run BIND 9 (9.9.1-P1) with DNSSEC validation on the resolver. So I set the following in /etc/named/etc/namedb/named.conf
in the options part and restarted named.
The DNSSEC validation does exactly work once after the restart/start of named. So directly after the start the following works:
But if I issue the command again nothing is returned and if I leave out +short then it shows SERVFAIL. If I restart named it works again once.
I'm quite new to FreeBSD/BIND but for me this sounds like a cache problem of the resolver. Any ideas where/what I could check? As a workaround I added another resolver to /etc/resolv.conf before 127.0.0.1 so the request will always be answered.
Thanks a lot for any idea/hint.
Cheers
tobi
My first post here so I hope I do "deliver" all the necessary information

I have a FreeBSD 9.0 system and trying to run BIND 9 (9.9.1-P1) with DNSSEC validation on the resolver. So I set the following in /etc/named/etc/namedb/named.conf
Code:
dnssec-enable yes;
dnssec-validation auto;
dnssec-lookaside auto;
The DNSSEC validation does exactly work once after the restart/start of named. So directly after the start the following works:
Code:
svalbard# dig pir.org +dnssec +multi +short
97.74.26.128
A 5 2 300 20120711085000 ...
I'm quite new to FreeBSD/BIND but for me this sounds like a cache problem of the resolver. Any ideas where/what I could check? As a workaround I added another resolver to /etc/resolv.conf before 127.0.0.1 so the request will always be answered.
Thanks a lot for any idea/hint.
Cheers
tobi