change etc/named.conf from:

options {
directory “/var”;
auth-nxdomain no;
pid-file “/var/run/named/named.pid”;

to this:

options {
directory “/var”;
auth-nxdomain no;
pid-file “/var/run/named/named.pid”;
allow-recursion { 127.0.0.1; };