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

RE: [cobalt-users] Configuring 2nd Raq for doing secondary DNS



> 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>