No subject


Tue Apr 2 00:56:56 UTC 2013


ping -c 4 google.com
ping -c 4 google.com

If you see domain queries being sent when you do the second ping, then
you are not caching."

With this test, it seems to be working. As the entire subject of DNS appears to be one big, black hole for me and I don't want to spend 16 hours shedding some light, given this named.conf is there anything big I'm probably missing?

Thanks in advance for any suggestions.

cat /etc/bind/named.conf
 options {
directory "/var/bind";
forwarders {64.255.237.242; 64.255.237.243; };
forward only;
pid-file "/var/run/named/named.pid";
};

//
// a caching only nameserver config
zone "." in {
type hint;
file "named.ca";
};

zone "0.0.127.in-addr.arpa" in {
type master;
file "pri/127.zone";
};


"named.ca" and "pri/127.zone" came with 'emerging' bind.

-- 
 |\  /|        |   |          ~ ~  
 | \/ |        |---|          `|` ?
 |    |ichael  |   |iggins    \^ /
 michael.higgins[at]evolone[dot]org



More information about the bind-users mailing list