DNS not updating automatically

betoranaldi

Verified User
Joined
Jan 17, 2006
Messages
34
I was hoping someone could lend some guidance on why this is happening.

Whenever I add a new user, domain, domain pointer, basically anything that deals with dns the changes wont be reflected on the server. I will get a page not found or dns timeout error.

Once I reboot the server or restart named the domains will work.

What would cause Named not to update automatically?

Thanks,
Brian
 
it appears that DA isn't restarting BIND when you make changes.

Are you running a recent DA version?

If restarting named solves the problem then you might want to touch base with DA support to find out why it's not working on your server.

Jeff
 
Code:
cd /etc/init.d
mv named named.backup
wget http://www.directadmin.com/named
chmod 755 named
/sbin/chkconfig named reset
and all work fine :)


Wael
 
Back
Top