Here is how you can install BIND on a FreeBSD server : You will be prompted with a window like the following : Select the stuff that you need, and hit 'OK'. After this, run the following to begin the installation : Add the following to /etc/rc.conf : Now, simply start the named service by [...]
Archive for the ‘dns’ Category
I was adding a new slave DNS server the other day on bind 9.3 and I was getting this error “refused notify from non-master”. It seems that if you are using bind 9.3 it tries to send a notify to itself even if it is a slave. In the options section of named.conf you need [...]
As described here, the BIND package doesn't install the default configuration and zone files. On a default CentOS server, if you are trying to start named, you would get this : This is due to the fact that named.conf is missing from /var/named/chroot/etc : You would need to copy named.conf into /var/named/chroot/etc : After this [...]