Archive for the ‘DNS’ Category

HOW TO CREATE DNS SERVER IN RHEL5

Nov-8th-2009

Howto DNS server on RHEL5 ================================================================= Under RHEL5, these are the packages that I have. bind-9.3.3-9.0.1.el5 system-config-bind-4.0.3-2.el5 bind-libs-9.3.3-9.0.1.el5 bind-chroot-9.3.3-9.0.1.el5 bind-utils-9.3.3-9.0.1.el5 You can use the chkconfig command to get BIND configured to start at boot:- [root@map007]# chkconfig –levels 2345 named on To start, stop, and restart BIND after booting, use:- [root@map007]# /etc/init.d/named start [root@map007]# /etc/init.d/named stop [...]