Link to home
Start Free TrialLog in
Avatar of kylerogers
kylerogers

asked on

Small Business Server 2003 - Slow DNS

I just installed a new SBS 2003 server (Dual Xeon 2.4  GHz and 4 GB RAM) and made it the gateway between the LAN and the outside world (public IP on the External Network NIC).  The office consists of approximately 15 PCs.  Obviously the SBS server is a DC, but the PCs all currently run XP Home, so none of them can join the domain.  This will be corrected a few PCs at a time over the next 6 months or so, but cannot be corrected immediately.  Since installing the SBS server and making it the sole DNS server on the desktops, internet connectivity has been incredibly slow.  It takes forever for a page to begin to load.  Once it finally started actually loading it seemed to load quickly.  I finally tracked this down to being a DNS issue.  On a client, if I do an "nslookup www.cnn.com" for example, I comes back in about 2-3 seconds and says it lists the server as the DNS server that it checked with, but says it couldn't resolve the address.  If I then wait another 3-4 seconds and try again, it still says the SBS server couldn't resolve it, but give a non-authoritative response with the IP of the CNN.com.  So it seems that the holdup with websites loading up-front is that the browser is waiting on the IP to resolve.  Other than re-running CEICW again, does anyone have any suggestion as to why it's taking the server so long to resolve external addresses?  Thank you in advance for any advice or assistance.
ASKER CERTIFIED SOLUTION
Avatar of DTAHARLEV
DTAHARLEV
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kylerogers
kylerogers

ASKER

This is the output from one of the clients.  I waited around 5 seconds before making the second nslookup request.  The only DNS server that that the client has defined on its NIC is the SBS IP (192.168.1.2).


C:\Documents and Settings\user>nslookup https://www.experts-exchange.com
*** Can't find server name for address 192.168.1.2: Non-existent domain
*** Default servers are not available
Server:  UnKnown
Address:  192.168.1.2
 

DNS request timed out.
    timeout was 2 seconds.
*** Request to UnKnown timed-out


C:\Documents and Settings\user>nslookup https://www.experts-exchange.com

*** Can't find server name for address 192.168.1.2: Non-existent domain
*** Default servers are not available
Server:  UnKnown
Address:  192.168.1.2
 

Non-authoritative answer:
Name:    experts-exchange.com
Address:  64.156.132.140
Aliases:  https://www.experts-exchange.com

send the printout of an ipconfig /all please

Actually, I just figure out the problem.  When I originally set up the server, I had to do it off-site at my house and them move it to their office.  So I brought up the server on my home's subnet.  I thought I caught all of the DNS stuff once I changed the server's IP, but I missed the DNS forwarders.  It was trying to forward request to its old IP address before forwarding it on to the public DNS server.  I simply removed the old IP address from the forwarder list and it fixed the problem.  
giddiup