> On Sat, Sep 06, 2008 at 08:43:57AM +1000, Mark Andrews wrote:
> > 
> >     You *cannot* share master files of dynamic zones.
> 
> Huh, I don't get it.
> The master file at start is correct.
> The dhcpd is able to update record in this zone.
> Then after restart, the named is not able anymore reread the zone it
> has modified.
> So, do you mean that I should not mix dynamic record and static ones in
> the same zone ?

        You have two or more zones using the same file.
        
        zone "ZONE1" {
                type master;
                file "FILE";
                allow-update { ....; };
        };

        zone "ZONE2" {
                ....
                file "FAIL";
        };

> >     Mark
> > -- 
> > Mark Andrews, ISC
> > 1 Seymour St., Dundas Valley, NSW 2117, Australia
> > PHONE: +61 2 9871 4742                 INTERNET: [EMAIL PROTECTED]
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: [EMAIL PROTECTED]

Reply via email to