From the course: Linux System Engineer: Web Servers and DNS Using Apache, NGINX, and BIND

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Installing BIND and DNS tools

Installing BIND and DNS tools - Red Hat Enterprise Linux Tutorial

From the course: Linux System Engineer: Web Servers and DNS Using Apache, NGINX, and BIND

Start my 1-month free trial

Installing BIND and DNS tools

- [Instructor] For this exercise, we'll need to be logged into our rhhost1 VM and have a terminal open. We'll install both a bind-server package and a bind-utilities package if we don't have them already. Type in sudo yum install -y bind bind-utils and hit enter. Type in your password if prompted. Once those are installed let's take a look. Type in clear and then type in yum list installed | grep caret bind and hit enter. And this shows the bind package and some of its dependencies. Now let's enable and start the service. Type in clear again and type in sudo systemctl enable named and hit enter. And then start the service by bringing a line back and changing enabled to start. And hit enter again.

Contents