Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Networking > RE: Windows 2008 DNS? Very slow internet

Reply
Thread Tools Display Modes

RE: Windows 2008 DNS? Very slow internet

 
 
David Smucker
Guest
Posts: n/a

 
      11-01-2009
Often in the process of deploying a new server and DNS in an existing
environment, a bad DNS FORWARDER record gets left behind in your new DNS
server. The problem doesn't present itself until you decomission the old DNS
server. Your new DNS server is very slow with external DNS lookups because
it forwards requests to a DNS server that no longer exists. This process
eventually falls and finds and alternate DNS path for resolution.

To correct this problem look for and remove the "dead DNS forwarder" records
from your new DNS server.

Open the DNS manager,
right click on the DNS server and choose properties,
select the FORWARDERS tab,
remove and invalid DNS server forwarder records.

Resolution should be imediate without restart.

"dor" wrote:

> PLEASE HELP!!!
> We just installed a completely new Windows 2008 domain with 2 servers,
> one running DNS. Everything is working great except the internet.
> The pages come up but its soooo slow to load the pages. We checked
> with ISP and all speeds are above normal.
> What could be causing this…internal DNS problem?
> We have DHCP enabled for all clients with the servers IP address being
> handed out for DNS. The server is using itself for DNS and has all
> static IP info in.
> Any help would really be appreciated!!
> Thanks
> Dor
>
>

 
Reply With Quote
 
 
 
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      11-01-2009
"David Smucker" <> wrote in message
news:E2588DAB-AC27-47CD-909B-...
>
> "dor" wrote:
>> PLEASE HELP!!!
>> We just installed a completely new Windows 2008 domain with 2 servers,
>> one running DNS. Everything is working great except the internet.
>> The pages come up but its soooo slow to load the pages. We checked
>> with ISP and all speeds are above normal.
>> What could be causing this…internal DNS problem?
>> We have DHCP enabled for all clients with the servers IP address being
>> handed out for DNS. The server is using itself for DNS and has all
>> static IP info in.
>> Any help would really be appreciated!!
>> Thanks
>> Dor
>>
>>

>
> Often in the process of deploying a new server and DNS in an existing
> environment, a bad DNS FORWARDER record gets left behind in your new DNS
> server. The problem doesn't present itself until you decomission the old
> DNS
> server. Your new DNS server is very slow with external DNS lookups
> because
> it forwards requests to a DNS server that no longer exists. This process
> eventually falls and finds and alternate DNS path for resolution.
>
> To correct this problem look for and remove the "dead DNS forwarder"
> records
> from your new DNS server.
>
> Open the DNS manager,
> right click on the DNS server and choose properties,
> select the FORWARDERS tab,
> remove and invalid DNS server forwarder records.
>
> Resolution should be imediate without restart.
>
>


I wouldn't exactly put it that way. And I wouldn't call it a 'dead'
forwarder. It may not necessarily manifest itself when decommissioning a
server, rather it can manifest itself at any time.

If a DNS server that is set as a Forwarder is no longer functioning, or if
whomever owns the server decides to disable Recursion, which will make it
not respond to queries to zones it does not host (effectively making it a
content only server), or is controlling it by "views" ( a BIND feature to
control what subnets it responds to for queries), then the DNS service will
follow a time-out (TTL or Time to Live) algorithm when it sends the query to
the first Forwarder in the list. If there is no response (NULL response)
after the TTL, then it eliminate that Forwarder for this query only, and it
will then send the query to the next Forwarder in the list. If none of the
Forwarders respond, the DNS service will then send the query to the Root
Hints to devolve the query.

Now - and this is an important "now," if there are many DNS servers listed
in the Forwarders list, such as 3 or 4, the time out value for the number of
Forwarders listed may exceed the timeout (TTL) the client side resolver
service is set to by default (on the client machine making the request),
therefore receiving that familiar 'HTTP 404 not found' in the browser.

For practical purposes understanding the TTLs, I would suggest to never set
more than two Forwarders.

To find out if a DNS server will respond to queries and be eligible to be
used as a Forwarder, you can test it by using the nslookup utility (use
set -d2 option and look for 'recursion available' or 'recursion not
available'


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA
2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.




 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is it Windows *7*? Charles Lavin Windows Vista General Discussion 46 01-07-2010 08:37 PM
OT: all systems on network slow for last week or so Gregg Hill Windows Small Business Server 15 10-30-2009 12:43 AM
Re: Can I migrate/upgrade Windows Server 2008 32-bit to 64-bit? Meinolf Weber [MVP-DS] Server Migration 0 10-26-2009 10:37 AM
Windows Vista UI Bugs Richard Baxter Windows Vista Performance 11 02-15-2008 08:29 AM
How do you repair windows entirely using your Windows Vista DVD Jonathan Yaniv- Windows Live Butterfly Expert Windows Vista Performance 16 02-12-2008 06:28 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59