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

Re: [cobalt-users] Zone transfer DNS2



"Hans Hoefer" <hans@xxxxxxxxx>  wrote

> Hi everybody,
> got a raQ4r which works fine as DNS1.
> I want to set up a standard Linux Box (SuSe 6.4) as DNS2.
> Who will write the new zonefiles on the DNS2 Server?

The Master will write the zone files to the Slave.
The Slave needs a named.conf gile, telling it which zones to
accept transfer for and who the Master is.

A mini named.conf file for a slave.
options {
        directory "/etc/named";
};
zone "." { type hint; file "db.cache"; };
zone "domain.com" { type slave; file "db.domain.com"; masters {
ip.add.re.ss; }; };


> Will the RaQ do this job for me or will I have to do this by myself
> manually?

The RaQ will do the job!

> Would the RaQ do this job automatically if the NDS2 is a Qube?

Yes,