Friday, March 22, 2013

Bind installation on CentOS

S

Hello,

You can install Bind using yum in centOS
yum install bind


cp -r /usr/share/doc/bind-9.3.6/sample/etc/* /etc/
cp -r /usr/share/doc/bind-9.3.6/sample/var/named/* /var/named/
vim /etc/named.conf

That's it.

No comments:

Post a Comment