カテゴリ・トーク:BIND
提供:maruko2 Note.
/var/log/messages に次のようなエラーが記録される場合、
error (connection refused) resolving error (FORMERR) resolving error (unexpected RCODE SERVFAIL) resolving
/etc/named.conf に以下の設定を追加する。
logging {
category lame-servers { null; };
};
/var/log/messages に次のようなエラーが記録される場合、
... after reducing the advertised EDNS UDP packet size to 512 octets ... after disabling EDNS
/etc/named.conf に以下の設定を追加する。
option {
empty-zones-enable no;
}
logging {
category edns-disabled { null; };
};