26 Aug 2010 by Simon Greaves
If you’re running Microsoft Small Business Server 2008 - AKA SBS 2008 - You may experience occasional internet problems resolving certain websites and domain names…
THe problem is caused by Root Hints
the method the server is using to resolve DNS requests.
There are several workarounds to the issue, these include restarting the DNS server service every few days (impractical), clearing the DNS cache (again not ideal), switching to DNS Frowarders (Resolves the DNS requests using your ISP’s DNS servers) and setting maxcachettl
cache to 2 days or greater…
To set the maxcachettl cache to 2 days or more, use the following:
Start Registry Editor (Regedit.exe
)
Drill down to the following registry key - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNSParameters
Right click in the right-hand window and select New > DWORD (32-bit) Value then add give it the name MaxCacheTtl
Double click the new value and select ‘Hexdecimal’ the enter the value 0x2A300
Tagged with: Command Line
Comments are closed for this post.