Re: configure Bind as a secondary DNS
From: Rodolfo J. Paiz (rpaiz_at_simpaticus.com)
Date: 10/27/03
- Previous message: Genti A. Hila: "configure Bind as a secondary DNS"
- In reply to: Genti A. Hila: "configure Bind as a secondary DNS"
- Next in thread: Jason Dixon: "[OT] Re: configure Bind as a secondary DNS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: redhat-list@redhat.com Date: Mon, 27 Oct 2003 16:05:16 -0600
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@simpaticus.com -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Genti A. Hila: "configure Bind as a secondary DNS"
- In reply to: Genti A. Hila: "configure Bind as a secondary DNS"
- Next in thread: Jason Dixon: "[OT] Re: configure Bind as a secondary DNS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|