In news:(E-Mail Removed),
Jack B. Pollack <(E-Mail Removed)> typed:
> > I'm not quite following why you would want to "point" to the
> > router? The router should NOT be used as a forwarder or as a DNS
> > entry in IP
> properties
> > of your DC or any workstation or server for that matter.
>
> If I understand correctly, I need to point to an "outside" DNS server
> to resolve internet addresses.
> If I use the current DNS servers provided by my ISP and "hard code"
> them if they change I will be screwed (and they have changed from
> time to time).
>
> Since IP settings are provided to us via DHCP from our ISP I have
> been able to point to the router as a DHCP server and it DOES reflect
> the changes to the ISP DNS servers when they happen.
>
> Suddenly our ISPs DNS servers have not been resolving some addresses
> and I thought I would change the DNS servers to point to OpenDNS. If
> I put the IP of the OpenDSN serves into the Forwarder section it does
> indeed use these new servers and everything works great . I was just
> hoping to find the old entry I made in some tab that points to the
> router since the forwarder tab was blank when I checked it.
>
> The router IP is 192.168.0.254 but I have been unable to find anything
> pointing to it.
>
> IPconfig /all from Server:
<snipped>
Thanks for posting the ipconfigs. They look good.
As I said, do not use the router's IP address as a forwarder. Directly place
the ISP's DNS addresses in the Forwarders tab. The terminology you are using
"point to" threw me off. You want to configure a "forwarder."
The router, if used, acts like a "proxy DNS" as I explained, and it's
something you do NOT want to do. However based on your response, I think
there may be a communication problem as to understanding what I mean by a
"proxy DNS." A proxy DNS is when you send a query request to it, it cannot
handle the request itself, since after all, the router is not a DNS server.
So what does it do with the request? It looks at the external DNS entries
that you configured it with teh ISP's DNS addresses and sends it to them.
Then when it gets the response, it forwards it back to the original
requestor, your server. So you see, this adds an extra resolution step to
the resolver process. Also some of these routers when used as a proxy DNS,
do not support EDNS0, a necessary function these days to support large UDP
DNS packets. I will not explain this at this time since I do not want to
complicate this any further for you.
And as Lanwench said, you can use any external DNS server you like as a
Forwarder. Remove what you have, if any under the Forwarders tab, and try
just using 4.2.2.2 only and see if that helps. This one works and does not
change.
And also the same as Lanwench said, if it is not in the Forwarder's tab, I
wouldn't klnow where else you may have placed it.
Here is how to setup a forwarder:
323380 - HOW TO Configure DNS for Internet Access in Windows Server 2003
(forwarding and other info) :
http://support.microsoft.com/?id=323380
Other info that maybe helpful:
825036 - 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
Ace