<?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>Feet Have Been &#187; internet</title>
	<atom:link href="http://wheremy.feethavebeen.com/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://wheremy.feethavebeen.com</link>
	<description>Sometimes, you just go where your feet take you</description>
	<lastBuildDate>Tue, 24 Jan 2012 17:39:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Find and Fix DNS Errors with OpenDNS</title>
		<link>http://wheremy.feethavebeen.com/2009/10/find-and-fix-dns-errors-with-opendns/</link>
		<comments>http://wheremy.feethavebeen.com/2009/10/find-and-fix-dns-errors-with-opendns/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 14:00:55 +0000</pubDate>
		<dc:creator>xangelo</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[openDNS]]></category>

		<guid isPermaLink="false">http://wheremy.feethavebeen.com/?p=205</guid>
		<description><![CDATA[For the last few months I&#8217;ve noticed that Google websites just seem to go down randomly for me. Not all google websites, but most of them – everything except gMail. It normally comes back up after an hour or two, but for someone who lives by being connected, that hour or two is pretty rough. [...]]]></description>
			<content:encoded><![CDATA[<p>For the last few months I&#8217;ve noticed that Google websites just seem to go down randomly for me. Not all google websites, but most of them – everything except gMail. It normally comes back up after an hour or two, but for someone who lives by being connected, that hour or two is pretty rough. At first I thought perhaps it was google it self that was going down, but some quick research noted that I was the only one experiencing this problem. So I set out to do some testing and see if I could diagnose the problem myself. It turns out for whatever reason, my DNS servers (which are located at my ISP) were actually screwing up. So all requests to anything google (except gMail) failed. If you run into an issue where you can&#8217;t load a website randomly, I&#8217;d suggest trying this:</p>
<p><strong>Ping It!</strong><br />
DNS servers work like a giant table. On one side is the URL and on the other side is hte IP address. When you type in a URL it basically goes through the table, finds the URL, and then redirects you to the IP address associated to it. This is all a very high-level explanation, but basically DNS servers take the URL and make it an IP. If you think your DNS servers may be down, simply pop open your command prompt or terminal and ping this address: 74.125.127.100</p>
<p>That address is the default address for Google&#8217;s servers, which respond to ping (unlike the Mircosoft ones).</p>
<p>To ping it, just type: ping 74.125.127.100</p>
<p>On windows it will send out 4 packets by default and in Linux, it will keep sending them until you force stop with CTRL+C</p>
<p><a href="http://wheremy.feethavebeen.com/wp-content/uploads/2009/10/dnsping.png"><img class="size-medium wp-image-207 aligncenter" title="dnsping" src="http://wheremy.feethavebeen.com/wp-content/uploads/2009/10/dnsping-300x81.png" alt="dnsping" width="300" height="81" /></a></p>
<p>If everything goes well (you&#8217;ll receive a little report at the end on windows) you&#8217;ll know it&#8217;s your DNS. This is because if we bypass the DNS and use the IP directly, we can see that it works fine.</p>
<p><strong>Fix It!</strong><br />
This is a little more complicated. In order to fix it you&#8217;ll need the help of something else. Since the only problem is your DNS server, it stands to reason that changing it will solve the problem. However, picking a good DNS is a little harder, since you are trusting them to always direct you to the same place. If, for example, it was a malicious user running their own DNS setup, then they could redirect you anywhere they wanted, regardless of what address you typed into your browser. I&#8217;d suggest <a href="http://www.opendns.com/">OpenDNS</a>. They&#8217;re great, they&#8217;re fast, and they&#8217;re probably the most reliable (short of connecting directly to the web&#8217;s DNS system – where every DNS server connects to)</p>
<p>If you are behind a router, then you can keep reading, however, if you have a direct connection to the internet, then I suggest you head over to OpenDNS and get started there. They&#8217;ll walk you through setting it up regardless of your connection type.</p>
<p><strong>Configure Your Router</strong><br />
When you&#8217;re going through the website at OpenDNS, they will give you IP addresses of their two DNS servers that you can connect to. Note these down. And keep going. You may as well make an account because OpenDNS allows for web-stats to be monitored by you. Once you&#8217;re done you&#8217;ll want to connect to your routers web interface. Depending on your router, the default address for this will change. For me it was 192.168.1.1 and it will be the same for almost every Linysys router. Since I&#8217;m running <a href="http://dd-wrt.com/site/">DD-WRT</a>, my interface will look quite a bit different from yours, but the setup is still essentially the same.</p>
<p>The section you are looking for is this:</p>
<p><a href="http://wheremy.feethavebeen.com/wp-content/uploads/2009/10/static.png"><img class="size-full wp-image-208 alignleft" title="static" src="http://wheremy.feethavebeen.com/wp-content/uploads/2009/10/static.png" alt="static" width="379" height="57" /></a></p>
<p>You&#8217;ll want to change it to the ip address of the DNS server that OpenDNS gave you.</p>
<p><a href="http://wheremy.feethavebeen.com/wp-content/uploads/2009/10/staticopen.png"><img class="size-full wp-image-209 alignleft" title="staticopen" src="http://wheremy.feethavebeen.com/wp-content/uploads/2009/10/staticopen.png" alt="staticopen" width="381" height="57" /></a></p>
<p>Then just hit the save button and you&#8217;re all done. From now on any outages you get either won&#8217;t be DNS related or OpenDNS will let you know as soon as it happens, so you&#8217;re not sitting around wondering why you can&#8217;t Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://wheremy.feethavebeen.com/2009/10/find-and-fix-dns-errors-with-opendns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

