"Kevin D. Goodknecht Sr. [MVP]" wrote:
[Quoted Text] > > Everything is working fine, but I would like to post some questions: > > - Is this DNS design correct? > > - How do clients update their DNS record in branch offices as there's > > no writable zone there? Is the dynamic update forwarded to DNS > > servers in HUB as it occurs with name resolution? > > When a client tries to update DNS, it sends its update to the DNS server > listed on the SOA record for the domain as the primary. It does not mean the > update will be successful, but the update request will go out.
Kevin, thanks for your reply.
I erroneously thought that DNS update was sent by DHCP client to the 1st available DNS server of the client's preferred list, so in the case of a Caching-only DNS server (fowarding to "real" DNS/DC) I believed the DNS update was sent by the client to the Caching-DNS which forwarded the request to the forwarder.
If I understand well now, the Caching-only DNS server just helps the client to perform the SOA query, then the client will contact the primary DNS server in the SOA for dynamic update, right?
I had a look at KB816592 (http://support.microsoft.com/kb/816592) and found that in AD-integrated DNS zones, any DNS server authoritative for the zone can answer the SOA query by adding its name as the primary SOA name server: "For standard primary zones, the primary server, or owner, that is returned in the SOA query response is fixed and static. The primary server name always matches the exact DNS name as that name is displayed in the SOA resource record that is stored with the zone. However, if the zone that is being updated is directory-integrated, any DNS server that is loading the zone can respond and dynamically insert its own name as the primary server of the zone in the SOA query response".
Regards, Gabriele > > > > -- > Best regards, > Kevin D. Goodknecht Sr. [MVP] > Hope This Helps > Send IM: http://www.icq.com/people/webmsg.php?to=296095728
|