Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 18. DNS > Setting Up BIND

Setting Up BIND

Just as with any other service, you need to install the packages for BIND first.

Step 1.
Install the required packages:

# yum install -y bind bind-utils bind-libs

Step 2.
Verify that the packages have been installed:

# rpm -qa | grep ^bind
bind-utils-9.7.0-5.P2.el6.x86_64
bind-9.7.0-5.P2.el6.x86_64
bind-libs-9.7.0-5.P2.el6.x86_64

Step 3.
Ensure that the service is set to start on system boot:

# chkconfig named on

Step 4.
Verify that the service is set to start on boot:

# chkconfig --list named
named        0:off    1:off   2:on   3:on   4:on   5:on   6:off


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial