
Rui,
What is the "other" DNS server you were listing?
First thing I must say, is NEVER use an ISP's DNS, the router as a DNS
address, or anything else other than AD's DNS, which is your DC in your
case. Otherwise, expect problems.
If there are any event log errors, please post the EventID# and we can help
you with fixing them.
If you are listing anything other than your DC for DNS, it will be inviting
problems with AD and authentication. I bet this is what the cause of entries
not showing up in DNS. This is because AD must only use it is own internal
DNS servers, because that is where all the AD info is stored and how clients
if you use an ISP's DNS server, the client will be asking the ISP's DNS
server, "where is my DC so I can authenticate to logon," however the ISP's
DNS server does not have info about your internal AD DCs.
Also the Primary DNS Suffix must match the zone name. The zone name must
allow updates.
Other things that will cause problems with AD, authentication, DNS
registration, etc, are:
1. Multihomed DCs (a DC with more than one NIC and/or IP address, and/or
with RRAS installed)- non SBS.
2. Single label name AD DNS domain name (domain name is "domain" instead of
required minimal format of "domain.something")
3. ISA installed on a DC (non-SBS)
4. DC is set to use some other DNS other than itself or other internal DCs
for DNS.
5. The Primary DNS Suffix on a machine (DC or client) must match the zone
name, or no entries will register. If the DC's Primary DNS Suffix does not
match the zone name, it is a condition called a "Disjointed Namespace."
And no, resolution internally or for the internet, will not break if you
only use your DC. DNS is designed to use Root Hints to resolve queries for
external (internet) names.
Configure a Forwarder for efficient internet resolution. This way it will
use your ISP's for external resolution instead of Root Hints. If not sure
how, follow this article:
323380 - HOW TO Configure DNS for Internet Access in Windows Server 2003
(including how to configure a Forwarder) :
http://support.microsoft.com/?id=323380
Some more info below to understand what I am talking about.
Best practices for DNS client settings in Windows 2000 Server and in Windows
Server 2003
http://support.microsoft.com/?id=825036
DNS and AD (Windows 2000 & 2003) FAQ:
http://support.microsoft.com/?id=291382
Common Mistakes When Upgrading a Windows 2000 Domain To a Windows 2003
Domain
http://support.microsoft.com/?id=555040
Ace