I'm trying to run Bind on Centos 6.3 on my school network and I'm having trouble getting external queries to work.
I can dig/query my own zones running on my server, but once I dig for an external domain name I see the following in my log files:
NS: got insecure response; parent indicates it should be secure
I have disabled dnssec with no result. I'm using the DNS forwarders from school, helpdesk has no idea what's wrong at this point in time.
However, I CAN dig @SCHOOL-SERVER and it will return a correct answer. It's just working with the forwarders that doesn't seem to work.
Can somebody point me in the right direction here?
dnssec-enable no;
anddnssec-validation no;
. Maybe double check your named.conf? – Lustrum