named issue


Issue:- named service is running in the server. But, domains are not resolving to any query.


Cause: If you find the following error in the log file, then it seems to be a bug in CentOS version 5 and cPanel version 11.


view localhost_resolver: received notify for zone ‘domain.com’: not authoritative


Fix:


1. Open the named configuration file /etc/named.conf


2. Search the following entries in external views



match-clients         { localhost; };
match-destinations    { localhost; };

3. Change them as follows:



match-clients { any; };
match-destinations { any; };

4. Restart named service.



0 comments:

Post a Comment