Named - Unexpected RCODE (SERVFAIL/REFUSED) errors

maiijarb

Verified User
Joined
Nov 8, 2006
Messages
65
Hello,

I'm getting info from named in /var/log/messages as follows
My named.conf is default config (CustomBuild), Server running great
What is the cause of the problem?

Thank you.

Oct 13 07:19:09 server named[23470]: FORMERR resolving 'domain.com/MX/IN': 208.87.32.72#53
Oct 13 07:19:09 server named[23470]: FORMERR resolving 'domain.com/MX/IN': 64.69.82.199#53
Oct 13 07:19:19 server named[23470]: unexpected RCODE (REFUSED) resolving 'domain.com/MX/IN': 216.239.32.10#53
Oct 13 07:19:19 server named[23470]: unexpected RCODE (REFUSED) resolving 'domain.com/MX/IN': 216.239.34.10#53
Oct 13 07:23:55 server named[23470]: unexpected RCODE (SERVFAIL) resolving 'domain.com/MX/IN': 219.142.122.16#53
Oct 13 07:24:33 server named[23470]: unexpected RCODE (SERVFAIL) resolving 'domain.com/MX/IN': 219.142.122.16#53
 
Edit: I was wrong; ignore this response.

According to this page (groupsrv.com) your BIND daemon doesn't understand IPv6.

Jeff
 
Last edited:
I do not think this issue is related to understanding IPv6. The link provided mentions clearly about 'AAAA' records. But here the issue is not the same. The log messages pointed out by 'maiijarb' is specific to 'MX' records.

Here what I believe is happening is that the client does a recursive query to the name server. The name server points this query to the external name server for an answer but the external name server responds back with a 'serv fail' or 'query refused'. This will get logged in the logs as an informational message.

-Tom
 
Back
Top