Support / KnowledgeBase

 
Search the KnowledgeBase Search

How do I configure bind to start on reboot?

  • Applies to: All (dv)

  • Difficulty: Easy

  • Time needed: 10 minutes

  • Tools needed: SSH, root access

 
  • Applies to: All (dv)
    • Difficulty: Easy
    • Time Needed: 10
    • Tools Required: SSH, root access

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

Resources


User Comments

No visitor comments posted. Post a comment
Fields marked with an asterisk(*) are required. Comment on this article
Fill out the form below if you would like to comment on this article.
 
 
 

(code is not case-sensitive)
 
Submit
 
 

Continue