There are DNS appliances which can share zones like that, but they would
only really be relevant if you were replacing all of your DNS servers with
those (see appliances like InfoBlox if you're curious).
Unfortunately there aren't any that can replicate databases with an MS
server, no official documentation tells us how zone data is stored in AD,
and that's the only database MS DNS will hook into.
If it were mine, I would change one of those zones to Secondary. It seems
very much like it fits your requirements without having to go out of your
way finding something else. It's just a case of picking which one should be
the boss
Which do you prefer to administer? Do you use Dynamic Updates at all
(named.conf for Unix if it's BIND, and properties for the zone in the MS DNS
console)? More likely to be enabled on the Windows side.
If it's dynamic updates on the windows side, but not on Unix I would delete
the current version on the Unix side and create a Secondary zone there (with
the Primary on the Windows server). It would mean having to re-create the
records from the Unix side under Windows. Are there a lot?
Once you've done that, you'll have two identical copies of the zone with any
changes being replicated from Primary to Secondary automatically.
Chris
"INPUTIO" <> wrote in message
news:O8NyGHc%...
> Hi Chris,
>
> the answer is : i don't know. 
>
> I' m not very DNS guru but must resolve a ptr conflict between the dns
> server.
>
> Actually i have 2 world : a unix server world with them ux bind dns and a
> MS server world with AD and them DNS; both are autoritative for the
> reverse zone (the same reverse zone!) . The problem occurred because more
> unix and windows server have the same network subnet and so i have the 2
> reverse zone on both dns server with some problem :
>
> Query example on 2 dns server :
>
> 192.168.20.1 server1.mydnsUX.local
>
> 192.168.20.1 server23.mydnsMS.local
>
> So i think thath is a wrong configuration...
>
> There is any configuration or dns appliance for coexistence of both world
> and both DNS ?
>
> Thanks in advance.
>
>
>
> "Chris Dent" <> ha scritto nel messaggio
> news:uheipsX%...
>>
>> It doesn't really matter which is Secondary, either of the two would be
>> fine. It only depends on which you would prefer to maintain as the
>> Primary.
>>
>> Is there a reason the two zones must both be Primary?
>>
>> Chris
>