# /etc/rc.d/init.d/named status
rndc: connection to remote host closed This may indicate that the remote server is using an older version of the command protocol, this host is not authorized to connect, or the key is invalid.
となる場合は、rndc.keyの所有者をnamedに変更してみる
# chown named.named /var/named/chroot/etc/rndc.key
/var/log/messages ファイルに
zone example.com/IN: loading master file named.example.com: file not found
などとエラーが出る場合は、/var/named/chroot/var/named 以下にゾーンファイルを置く
Jun 26 12:34:23 www named[23987]: lame server resolving 'xx.xx.xxx.xx.xxx.in-addr.arpa' (in 'xx.xxx.xx.xxx.in-addr.arpa'?): xxx.xxx.xx.xxx#53
↑こんなエラーが多数出る場合は named.conf を編集
logging { category lame-servers { null; }; };