Ano-Tech Computers
Enter keyword:

DNS: CNAME and OTHER data error when reloading named (BIND)
Problem:
When reloading the nameserver, error messages similar to this appears in the system log file: Apr 5 19:45:24 host named[6556]: domain.com has CNAME and other data (invalid) Apr 5 19:45:24 host named[6556]: domain.com.hosts:13:domain.com: CNAME and OTHER data error Apr 5 19:45:24 host named[6556]: master zone "domain.com" (IN) rejected due to errors (serial ####)
 
Solution:
The problem is usually caused by records like this:
IN CNAME machine.domain.com.
because newer versions of BIND will refuse to assign a canonical name (CNAME) record to a host name that also has NS or MX records assigned to it.

Rewrite using the IP address if you really need a pointer for the domain name:
IN A 1.2.3.4

Source: http://www.isc.org/ml-archives/bind-users/1999/06/msg00899.html

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles