How to install/configure bind in linux

a)yum install bind bind-chroot bin-utils

b) go to /usr/share/doc/bind-9.3.6/sample  [ here all the sample files should be installed]

c)cp -R var/* /var/named/chroot/

d)cp -R etc/* /var/named/chroot/

cp /usr/share/doc/bind-9.3.6/sample/etc/named.conf /var/named/chroot/etc/

[note : if named.conf is not that location then type : locate named.conf, it will show you where is the named.conf]

3 Responses to “How to install/configure bind in linux”

  1. Amber Gregg says:

    Hi,

    your notes are very simple and easy to understand. I have just purchased a domain name, would it be possible for you to do a small tutorial on how to assign an IP address?

    Regards & Thanks,

    Amber

  2. Amber Gregg says:

    Hi,

    your notes are very simple and easy to understand. I have just purchased a domain name, would it be possible for you to do a small tutorial on how to assign a ******domain name NOT IP address***** to your DNS (BIND) server?

    Regards & Thanks,

    Amber

  3. Fosiul says:

    ‘@Amber Gregg ‘

    Hi ya
    Glad I was able to help you .However .

    Could you please explain little bit more about what you meant by domain name instead of IP ?

    When you buy a domain name. You will have to create a host record. You will be able to do this from your domain control panel .

    after creating the host record, then you will have to configure Bind
    for that domain.

    Regards
    Fosiul

Leave a Reply