If by only giving the DC's ip address for DNS it will do all the name
resolution right?
Well, it will resolve names for all the zones it hosts. For all other zones
it will forward to your ISP's DNS server - this is why you configure
forwarders.
Doesn't the order of the DNS server listing make a
difference.
Yes, the DC's IP must be primary.
For instance I have the DC as the primary DNS and the
router as the secondary. shuldn't it go to the server first then to
the router for resolution.
No, this is not how DNS works. If the client gets no response from the
primary DNS server, it will query the secondary DNS server. If instead the
client gets a host not found response from the primary server that = 'a
response' and it will not query the secondary server.
Also how come this would effect, applications such as going to a DOS
prompt, or clicking on my computer? This doesn't have anything to do
with it checking for permission first does it. If so then I could see
the DNS issue if it cannot find the server in a timely fashion.
It may or may not be related to misconfigured DNS - eg. the machine may be
trying and failing to register in DNS, authenticate to the server, etc.
Also do I need to clear out the DNS cache on the client machines?
If you are changing DNS settings, this is a good idea - run ipconfig
/flushdns
Also, on the server check Event Viewer System and DNS for errors. If you
see Netlogon or failure to register records errors, try restarting the
Netlogon service:
net stop netlogon
net start netlogon
Doug Sherman
MCSE, MCSA, MCP+I, MVP
"tawright915" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> If by only giving the DC's ip address for DNS it will do all the name
> resolution right? Doesn't the order of the DNS server listing make a
> difference. For instance I have the DC as the primary DNS and the
> router as the secondary. shuldn't it go to the server first then to
> the router for resolution.
>
> Also how come this would effect, applications such as going to a DOS
> prompt, or clicking on my computer? This doesn't have anything to do
> with it checking for permission first does it. If so then I could see
> the DNS issue if it cannot find the server in a timely fashion.
>
> Also do I need to clear out the DNS cache on the client machines?
>
> Thanks again
> Tom
>
|