|
Yea, with a caveat. You need to be careful
when mixing DNS implementations. We’ve seen cases where forwarding of
dynamic updates breaks because of bugs in one or both implementations. The
moral of the story is to test, test, test, then deploy and keep your fingers
crossed because there’s no accounting for production. Be ready with a
contingency plan in case it all comes crashing down around your ears. Wook From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Fontana As I understand it; the client machine
queries it’s primary DNS server for the SOA of the zone that matches the
client’s primary DNS Suffix. It then attempts to register
it’s A/ From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Al Mulnick Give a little more detail, can you? What I think you're asking is, if the zone is a third party hosted zone
delegated to AD, but the users are using the third party host as their primary
dns resolver, then would they be able to update their records? Is that about it? If that's the case, then I would think not. Why? Because
the client must talk directly to the server that is authoritative for the zone
so it can write the record. In most situations, I have always advocated having machines use the
servers that host their primary zone for all transactions. This has
always resulted in higher availability and lower resolution times when/if
issues arise (it's hard to keep admins from doing things, right? ;) Further, if the client machine is an AD member, it will do better if it
is able to register it's forward and reverse information. Not for AD
necessarily, but for other applications that use DNS. If you're going to
delegate the zone to AD anyway, have the clients use the AD DNS and just
simplify your design. Al On Hi, |
- RE: [ActiveDir] 3rd party DNS and windows DDNS updates Lee, Wook
