<?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>DWHS Inc. &#187; Google DNS</title>
	<atom:link href="http://www.dwhs.net/blog/tag/google-dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dwhs.net/blog</link>
	<description>Domain Web Hosting Service</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:08:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using Google Public DNS</title>
		<link>http://www.dwhs.net/blog/2009/12/google-dns/</link>
		<comments>http://www.dwhs.net/blog/2009/12/google-dns/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 21:46:20 +0000</pubDate>
		<dc:creator>DWHS Web Hosting Admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Google DNS]]></category>

		<guid isPermaLink="false">http://www.dwhs.net/blog/?p=134</guid>
		<description><![CDATA[Google now offers free DNS resolves, they claim this will speed up the entire internet. These new DNS servers will replace your ISP&#8217;s domain name servers. You can also simply use them as addiotnal resolvers and keep your current DNS as the primary. DNS basically stores what every domain name&#8217;s IP is. Here is the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-136" title="google dns" src="http://www.dwhs.net/blog/wp-content/uploads/2009/12/google-dns.JPG" alt="google dns" width="502" height="376" /></p>
<p>Google now offers free DNS resolves, they claim this will speed up the entire internet. These new DNS servers will replace your ISP&#8217;s domain name servers. You can also simply use them as addiotnal resolvers and keep your current DNS as the primary. DNS basically stores what every domain name&#8217;s IP is. Here is the full page: <a href="http://code.google.com/speed/public-dns/docs/using.html">Google DNS</a></p>
<p>Adding them is easy and we recommend giving it a try:</p>
<p><strong>Microsoft Windows</strong></p>
<p>DNS settings are specified in the TCP/IP Properties window for the selected network connection.</p>
<p>Example: Changing DNS server settings on Microsoft Windows Vista</p>
<p>1. Go the Control Panel.<br />
2. Click Network and Internet, then Network and Sharing Center, then Manage network connections.<br />
3. Select the connection for which you want to configure Google Public DNS. For example:<br />
* To change the settings for an Ethernet connection, right-click Local Area Connection, and click Properties.<br />
* To change the settings for a wireless connection, right-click Wireless Network Connection, and click Properties.</p>
<p>If you are prompted for an administrator password or confirmation, type the password or provide confirmation.<br />
4. Select the Networking tab. Under This connection uses the following items, click Internet Protocol Version 4 (TCP/IPv4), and then click Properties.<br />
5. Click Advanced and select the DNS tab. If there are any DNS server IP addresses listed there, write them down for future reference, and remove them from this window.<br />
6. Click OK.<br />
7. Select Use the following DNS server addresses. If there are any IP addresses listed in the Preferred DNS server or Alternate DNS server, write them down for future reference.<br />
8. Replace those addresses with the IP addresses of the Google DNS servers: 8.8.8.8 and 8.8.4.4.<br />
9. Restart the connection you selected in step 3.<br />
10. Test that your setup is working correctly; see Testing your new settings below.<br />
11. Repeat the procedure for additional network connections you want to change.</p>
<p><strong>Mac OS X</strong></p>
<p>DNS settings are specified in the Network window.</p>
<p>Example: Changing DNS server settings on Mac OS 10.5</p>
<p>1. From the Apple menu, click System Preferences, then click Network. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.<br />
2. Select the connection for which you want to configure Google Public DNS. For example:<br />
* To change the settings for an Ethernet connection, select Built-In Ethernet, and click Advanced.<br />
* To change the settings for a wireless connection, select Airport, and click Advanced.<br />
3. Select the DNS tab.<br />
4. Click + to replace any listed addresses with, or add, the Google IP addresses at the top of the list: 8.8.8.8 and 8.8.4.4.<br />
5. Click Apply and OK.<br />
6. Test that your setup is working correctly; see Testing your new settings below.<br />
7. Repeat the procedure for additional network connections you want to change.</p>
<p><strong>Linux</strong></p>
<p>DNS settings are specified in /etc/resolv.conf in most distributions.</p>
<p>Example: Changing DNS server settings on Ubuntu</p>
<p>1. Edit /etc/resolv.conf:</p>
<p>sudo vi /etc/resolv.conf</p>
<p>2. If any nameserver lines appear, write down the IP addresses for future reference.<br />
3. Replace the nameserver lines with, or add, the following lines:</p>
<p>nameserver 8.8.8.8<br />
nameserver 8.8.4.4</p>
<p>4. Save and exit.<br />
5. Restart any Internet clients you are using.<br />
6. Test that your setup is working correctly; see Testing your new settings below.</p>
<p>If you are using DHCP client software that overwrites the settings in /etc/resolv.conf, you will need to set up the client accordingly by editing the client&#8217;s configuration file.</p>
<p>Example: Configuring DHCP client sofware on Ubuntu</p>
<p>1. Back up /etc/resolv.conf:</p>
<p>sudo cp /etc/resolv.conf /etc/resolv.conf.auto</p>
<p>2. Edit /etc/dhcp3/dhcpclient.conf:</p>
<p>sudo vi /etc/dhcp3/dhcpclient.conf</p>
<p>3. If there is a line containing domain-name-servers, write down the IP addresses for future reference.<br />
4. Replace that line with, or add, the following line:</p>
<p>prepend domain-name-servers 8.8.8.8, 8.8.4.4;</p>
<p>5. Save and exit.<br />
6. Restart any Internet clients you are using.<br />
7. Test that your setup is working correctly; see Testing your new settings below.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>To test that the Google DNS resolver is working:</strong></p>
<p>1. From your browser, type in a hostname, such as http://www.google.com. If it resolves correctly, bookmark the page, and try accessing the page from the bookmark. If both of these tests work, everything is working correctly. If not, go to step 2.<br />
2. From your browser, type in a fixed IP address. You can use http://18.62.1.6/ (which points to the website http://eecs.mit.edu/) as the URL*. If this works correctly, bookmark the page, and try accessing the page from the bookmark. If these tests work (but step 1 fails), then there is a problem with your DNS configuration; check the steps above to make sure you have configured everything correctly. If these tests do not work, go to step 3.<br />
3. Roll back the DNS changes you made and run the tests again. If the tests still do not work, then there is a problem with your network settings; contact your ISP or network administrator for assistance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwhs.net/blog/2009/12/google-dns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

