[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Configuring 2nd Raq for doing secondary DNS
- Subject: RE: [cobalt-users] Configuring 2nd Raq for doing secondary DNS
- From: "Rodolfo J. Paiz \(E-mail\)" <rpaiz@xxxxxxxxxxxxxx>
- Date: Wed Jan 24 08:51:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Enter the zone info in your secondary /etc/named.conf
> ex
>
> zone "zone.com" {
> type slave;
> file "directoryofchoice/zone.com";
> masters {
> pri.IpA.ddr.ess;
> };
> };
>
> Hope this helps
* Why would you need a file "directoryofchoice/zone.com" in your
secondary?
* Shouldn't you tell it what kind of zone it is (even though IN is
assumed)?
On my RH-7 boxen, I have:
zone "zone.com" {
type slave;
masters { 111.222.333.444; };
};
--
Rodolfo J. Paiz
rpaiz@xxxxxxxxxxxxxx <mailto:rpaiz@xxxxxxxxxxxxxx>