Monday, July 12, 2010

Bind9 Error : named[8660]: network unreachable resolving ...

got this error today from syslog...

named[8660]: network unreachable resolving 'zd.akadns.org/AAAA/IN': 2001:500:f::1#53

RESOLVED

edit /etc/default/bind9 and key in -4 ( for ipv4 listening only ) to OPTIONS

OPTIONS="-4 -u named"

then restart bind

No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...