Local dns servers are not working

Nova Web LTD

Verified User
Joined
Jan 23, 2014
Messages
41
good morning,
I have local dns servers that don't want to answer:
domain rsnames.com
all ip don't want to answer.
-----------------------------------------------------------
ERROR: One or more of your nameservers did not respond:
The ones that did not respond are:
5.9.12.13 136.243.87.74 136.243.87.73 5.9.11.214
------------------------------------------------------------------
in the /etc/resolv.conf file I added:
listen-on {any; };
"secret" version;
I have already checked this guide >>>
1- https://help.directadmin.com/item.php?id=387
2 - firewall port 53 TCP / UPD active
3 - additional firewall port 53 TCP / UPD active
if I use external dns it works
If I use local servers it doesn't work
By now I have tried them all, I'm definitely making a mistake.
some help, thanks
 
Resolved,
I had made the change like this:
cp /etc/named.conf /etc/named.conf.domain

echo "namedconfig = / etc / named.conf.domain" >> /usr/local/directadmin/conf/directadmin.conf

/ usr / local / directadmin / directadmin c | grep namedconfig

the named did not read the
/etc/named.conf.domain

Usual beginner's mistake. Sorry everyone
 
Back
Top