errors on dynamicly updated zone

Sébastien Bernard seb at sfrdev.fr
Mon Sep 8 09:13:30 UTC 2008


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


More information about the bind-users mailing list