How do I configure bind to start on reboot?
Overview
Since most of our customers use the (mt) Media Temple nameservers by default, we have disabled named (bind) from starting during the boot sequence. However, if you are running your own private nameservers, you will need to perform the following steps to automatically start this service at boot.
Instructions
1. Log into your (dv) Dedicated-Virtual Server via SSH as the root user. For more information, please read this article: Connecting via SSH to your server.
2. Edit the rc.local file located in the etc directory.
vi /etc/rc.local
3. Search for the following line of code:
/etc/init.d/named stop
4. Change the line to match the following:
/etc/init.d/named start
5. Hit shift : and type wq to exit with your changes saved.
6. Now, reboot your server. For more information, please read this article: (dv) How can I reboot my server?
7. Finally, verify that named starts correctly using the following command:
/etc/init.d/named status