Monday, July 20, 2020

How to configure BIND

Installation:
“yum install bind bind-utils
To start“named” service use “service named start”
To verify that “named” service will start automatically: “chkconfig –list | grep named”
To make “named” service start automatically in runlevel 3 and 5 “chkconfig –level 35 named on”
BIND Files:
The main files:
“/etc/named.conf” is the configuration of the DNS server
The zone files example: “/var/named/data/test.com.zone
Named.conf