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