Re: configure Bind as a secondary DNS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 16:00 10/27/2003, you wrote:

If you have already an primary DNS Server what do i need to do to configure a BIND DNS server as a secondary, and at the same time to be a master dns server for that zone. I know some stuff about BIND.

There is no such thing as a secondary *server*. A BIND server can be a master for X zones and a slave for Y zones... they have absolutely nothing to do with each other. If you already have a BIND server running and configured, just add the slave zone to it:


zone "mydomain.com" {
        type slave;
        master ns1.mydomain.com;
        file named/zone.mydomain.com;
}


-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx


-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux