Hi there.
Say you have a domain: domain.com which is out there on the Internet
doing its thing, et cetera but you also use that domain internally for your
active directory (which is probably not ideal).
Domain.com is hosted on your cluster of authoritative nameservers and has
records related to your online presence such as MX records, A records for
your website and other public services, et cetera.
Lets say that you're running DHCP/DNS in your active directory and you would
like new registrations to only be added to the 'local' version of domain.com
and not the Internet version of domain.com, I realize that the DHCP server
(and perhaps windows in general) sends dynamic updates to the authoritative
nameservers, but I would rather not for reasons of security through
obscurity publish our internal DNS to the Internet. I realize the right way
to do this would've probably been to use a subdomain such as
internal.domain.com or corp.domain.com but this was all established 10 years
ago.
So the question is, is it possible to have the DHCP server send updates to
the local DNS servers rather than the actual authoritative DNS servers?
thanks,
Andy