<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Firstwave &#187; Root Hints</title>
	<atom:link href="http://www.great-one.co.uk/archives/tag/root-hints/feed" rel="self" type="application/rss+xml" />
	<link>http://www.great-one.co.uk</link>
	<description>My corner of the internet</description>
	<lastBuildDate>Wed, 05 May 2010 12:57:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cannot resolve names in top level domains like .co.uk</title>
		<link>http://www.great-one.co.uk/archives/44</link>
		<comments>http://www.great-one.co.uk/archives/44#comments</comments>
		<pubDate>Wed, 26 Aug 2009 08:53:49 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Root Hints]]></category>
		<category><![CDATA[Top level domains]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=44</guid>
		<description><![CDATA[<p>I came across this the other day when trying to access a site that was in the top level domain .it, at first i just thought the site was down as other sites where working OK, but the site worked if I used my laptop which was accessing the net via 3g therefore different DNS [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this the other day when trying to access a site that was in the top level domain .it, at first i just thought the site was down as other sites where working OK, but the site worked if I used my laptop which was accessing the net via 3g therefore different DNS servers, i then came across this article after a bit of searching <a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;968372" target="_blank">KB968372</a></p>
<p>Essentially what happens is when  the DNS server saves the NS record the TTL (Time To Live) for the A  record is changed to be 1 day, But  TTL for the NS Record stays at 2 days. When the A record expires the DNS server starts returning  <span style="font-size: x-small;">SERVFAIL</span> therefore it wont display the website.</p>
<p>Workarounds include restarting DNS, clearing the DNS cache, using DNS forwarders instead of root hints and setting maxcachettl to 2 days or greater, i wanted root hints to work correctly to stop ant problems with the isp DNS servers affecting our internet so i altered the maxcachettl settings.</p>
<p>1.    Start Registry Editor (regedit.exe).</p>
<p>2.    Locate the following registry key:</p>
<p>3.    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters</p>
<p>4.    On the Edit menu, click New, click DWORD (32-bit) Value, and then add the following value:</p>
<ul>
<li>Value: MaxCacheTTL</li>
<li>Data Type: DWORD</li>
<li>Data value: 0&#215;2A300 (172800 seconds in decimal, or 2 days)</li>
</ul>
<p>5.    Click OK.</p>
<p>6.    Quit Registry Editor.</p>
<p>7.    Restart the DNS Server service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
