Mark Andrews a écrit :
>> 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";
>       };
>
>   
Oooops. You are right. I did not realize the locahost zone was using the 
same file.

Everything is working smoothly now.

Thank you for your help.

    Seb

Reply via email to