Views
Edit detail for DNSServerSetup revision 1 of 1
| 1 | ||
|
Editor: tseaver
Time: 2008/07/26 13:44:50 GMT+0 |
||
| Note: | ||
changed: - Setting up DNS Centos 4 - See: http://www.howtoforge.com/perfect-server-centos-5.2-p4 - Add the 'bind', 'bind-utils', and 'bind-chroot' packages. - Edit '/etc/sysconfig/named', setting 'ROOTDIR=/var/named/chroot' - Edit '/var/named/chroot/etc/named.conf', setting up the zones we manage. - Copy to zone files to '/var/named/chroot/var/named/' and '/var/named/chroot/var/named/slaves', as appropriate; set their ownership to 'named:named'.
Setting up DNS
Centos 4
- See: http://www.howtoforge.com/perfect-server-centos-5.2-p4
- Add the
bind,bind-utils, andbind-chrootpackages. - Edit
/etc/sysconfig/named, settingROOTDIR=/var/named/chroot - Edit
/var/named/chroot/etc/named.conf, setting up the zones we manage. - Copy to zone files to
/var/named/chroot/var/named/and/var/named/chroot/var/named/slaves, as appropriate; set their ownership tonamed:named.