PDA

View Full Version : DNS not updating automatically


betoranaldi
09-07-2006, 07:26 AM
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

westm003
03-14-2007, 07:32 AM
I have the same problem... any resolution?

jlasman
03-15-2007, 05:10 PM
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

westm003
03-15-2007, 05:39 PM
Hi,

tnx for the answer...

I run 1.29000

@how@
03-19-2007, 11:15 PM
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