<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Know When Your DNS Servers Are Failing</title>
	<atom:link href="http://smarterware.org/3889/how-to-know-when-your-dns-servers-are-failing/feed" rel="self" type="application/rss+xml" />
	<link>http://smarterware.org/3889/how-to-know-when-your-dns-servers-are-failing</link>
	<description>A blog about software</description>
	<lastBuildDate>Thu, 01 Dec 2011 21:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Gina Trapani</title>
		<link>http://smarterware.org/3889/how-to-know-when-your-dns-servers-are-failing#comment-1337</link>
		<dc:creator>Gina Trapani</dc:creator>
		<pubDate>Sun, 06 Dec 2009 23:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://smarterware.org/?p=3889#comment-1337</guid>
		<description>Thanks y&#039;all--just removed the http:// from the commands in this post.</description>
		<content:encoded><![CDATA[<p>Thanks y&#8217;all&#8211;just removed the http:// from the commands in this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nir</title>
		<link>http://smarterware.org/3889/how-to-know-when-your-dns-servers-are-failing#comment-1336</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Sun, 06 Dec 2009 21:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://smarterware.org/?p=3889#comment-1336</guid>
		<description>I can also &lt;a href=&quot;http://www.grc.com/dns/benchmark.htm&quot; title=&quot;DNS Benchmark&quot; rel=&quot;nofollow&quot;&gt; by Steve Gibson (from GRC). As always, Steve&#039;s software is lightweight (written in assembly language), accurate and helpfull.</description>
		<content:encoded><![CDATA[<p>I can also <a href="http://www.grc.com/dns/benchmark.htm" title="DNS Benchmark" rel="nofollow"> by Steve Gibson (from GRC). As always, Steve&#8217;s software is lightweight (written in assembly language), accurate and helpfull.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Blake</title>
		<link>http://smarterware.org/3889/how-to-know-when-your-dns-servers-are-failing#comment-1333</link>
		<dc:creator>Jimmy Blake</dc:creator>
		<pubDate>Sun, 06 Dec 2009 20:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://smarterware.org/?p=3889#comment-1333</guid>
		<description>Cheng-Jih Chen is correct.  You&#039;ll want to leave out the &#039;http://&#039; on those commands.  If you&#039;re using OpenDNS, they&#039;ll still pull up an IP with the http://, but that&#039;s only because OpenDNS resolves everything to its own IP if it can&#039;t find the server.

Otherwise though, it&#039;s a great suggestion to show people how to determine if this is their problem or not.  Using an alternate DNS has many times saved the day when my ISP has had trouble.</description>
		<content:encoded><![CDATA[<p>Cheng-Jih Chen is correct.  You&#8217;ll want to leave out the &#8216;http://&#8217; on those commands.  If you&#8217;re using OpenDNS, they&#8217;ll still pull up an IP with the <a href="http://" rel="nofollow">http://</a>, but that&#8217;s only because OpenDNS resolves everything to its own IP if it can&#8217;t find the server.</p>
<p>Otherwise though, it&#8217;s a great suggestion to show people how to determine if this is their problem or not.  Using an alternate DNS has many times saved the day when my ISP has had trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheng-Jih Chen</title>
		<link>http://smarterware.org/3889/how-to-know-when-your-dns-servers-are-failing#comment-1331</link>
		<dc:creator>Cheng-Jih Chen</dc:creator>
		<pubDate>Sun, 06 Dec 2009 19:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://smarterware.org/?p=3889#comment-1331</guid>
		<description>Er, I don&#039;t know about Mac (and I don&#039;t have a Windows box to try this on), but I&#039;m pretty sure &quot;dig&quot; and &quot;nslookup&quot; will treat the &quot;http://&quot; as part of the hostname.

I believe &quot;nslookup&quot; is deprecated on Linux distributions, with &quot;host&quot; as the preferred DNS query tool, e.g., &quot;host www.cnn.com&quot;.

Note that with &quot;host&quot;, you can specify the DNS server to query by putting it at the end of the statement, e.g., &quot;host www.cnn.com 8.8.8.8&quot;. You can compare the results from different DNS servers if you want.  &quot;nslookup&quot; and &quot;dig&quot; will have similar options to query specific servers.</description>
		<content:encoded><![CDATA[<p>Er, I don&#8217;t know about Mac (and I don&#8217;t have a Windows box to try this on), but I&#8217;m pretty sure &#8220;dig&#8221; and &#8220;nslookup&#8221; will treat the &#8220;http://&#8221; as part of the hostname.</p>
<p>I believe &#8220;nslookup&#8221; is deprecated on Linux distributions, with &#8220;host&#8221; as the preferred DNS query tool, e.g., &#8220;host <a href="http://www.cnn.com" rel="nofollow">http://www.cnn.com</a>&#8220;.</p>
<p>Note that with &#8220;host&#8221;, you can specify the DNS server to query by putting it at the end of the statement, e.g., &#8220;host <a href="http://www.cnn.com" rel="nofollow">http://www.cnn.com</a> 8.8.8.8&#8243;. You can compare the results from different DNS servers if you want.  &#8220;nslookup&#8221; and &#8220;dig&#8221; will have similar options to query specific servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince Lund</title>
		<link>http://smarterware.org/3889/how-to-know-when-your-dns-servers-are-failing#comment-1330</link>
		<dc:creator>Vince Lund</dc:creator>
		<pubDate>Sun, 06 Dec 2009 18:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://smarterware.org/?p=3889#comment-1330</guid>
		<description>Then you can use &lt;a href=&quot;http://code.google.com/p/namebench/&quot; rel=&quot;nofollow&quot;&gt;namebench&lt;/a&gt; to compare speeds of different DNS servers.

&lt;i&gt;Editor: Fixed the Namebench link in this comment.&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p>Then you can use <a href="http://code.google.com/p/namebench/" rel="nofollow">namebench</a> to compare speeds of different DNS servers.</p>
<p><i>Editor: Fixed the Namebench link in this comment.</i></p>
]]></content:encoded>
	</item>
</channel>
</rss>

