<?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>李清海&#039;s blog &#187; Google DNS</title>
	<atom:link href="http://www.liqinghai.com/tag/google-dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liqinghai.com</link>
	<description>Just another wordpress weblog</description>
	<lastBuildDate>Tue, 08 Jun 2010 06:14:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://www.liqinghai.com/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Windows 7 使用 Google DNS 设置教程</title>
		<link>http://www.liqinghai.com/setup-google-dns-under-windows-7/</link>
		<comments>http://www.liqinghai.com/setup-google-dns-under-windows-7/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 04:51:24 +0000</pubDate>
		<dc:creator>grubylee</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google DNS]]></category>

		<guid isPermaLink="false">http://www.liqinghai.com/?p=254</guid>
		<description><![CDATA[Google面对大众推出了免费的公共DNS系统 Google Public DNS，Google表示推出免费DNS的主要目的就是为了改进网络浏览速度，为此Google对DNS服务器技术进行了改进，通过采用预获取技术提升性能，同时保证DNS服务的安全性和准确性。 关于使用Google DNS 的具体好处请自行Google之。用户要使用Google DNS 相当简单，因为Google为他们的DNS服务器选择了两个非常简单易记的IP地址：“8.8.8.8”和“8.8.4.4”。用户只要在系统的网络设置中选择这两个地址为DNS服务器即可。本文介绍如何在路由器（以TP-LINK TL-WR340G+为例）及Windows 7中使用Google DNS。 使用路由器+DHCP上网 在浏览器中输入http://192.168.1.1/进入路由器管理界面。 依次进入DHCP服务器-&#62;DHCP服务，将图中主DNS服务器设置为8.8.8.8，备用DNS服务器设置为8.8.4.4 这样所有DHCP客户都默认使用这组DNS服务器上网了。 Windows 7设置方法 依次点击“开始”-&#62;&#8221;控制面板&#8221;-&#62;“网络和Internet”-&#62;&#8221;网络和共享中心&#8221;-&#62;“更改适配器设置” 右键单击想要修改的连接-&#62;属性 在列表窗口中选择“Internet 协议版本4（TCP/IPv4）”，双击或点右下角的属性 在窗口下方选中“使用下面的 DNS 服务器地址(E)”，按如图进行设置，点“OK”或回车确定 验证是否成功方法 依次点“开始”-&#62;“运行”-&#62;“cmd”，进入命令行方式，输入nslookup回车，结果如下图则成功。 这样就设置成功，可以摆脱流氓电信的DNS劫持了。]]></description>
			<content:encoded><![CDATA[<p>Google面对大众推出了免费的公共DNS系统 Google Public DNS，Google表示推出免费DNS的主要目的就是为了改进网络浏览速度，为此Google对DNS服务器技术进行了改进，通过采用预获取技术提升性能，同时保证DNS服务的安全性和准确性。</p>
<p>关于使用Google DNS 的具体好处请自行<a href="http://www.liqinghai.com/category/google/">Google</a>之。用户要使用Google DNS 相当简单，因为Google为他们的DNS服务器选择了两个非常简单易记的IP地址：“8.8.8.8”和“8.8.4.4”。用户只要在系统的网络设置中选择这两个地址为DNS服务器即可。本文介绍如何在路由器（以TP-LINK TL-WR340G+为例）及Windows 7中使用<a href="http://www.liqinghai.com/setup-google-dns-under-windows-7/">Google DNS</a>。<br />
<span id="more-254"></span> <a href="http://pic.liqinghai.com/2009/12/Google-Public-DNS.jpg"><img class="alignnone size-full wp-image-255" title="Google-Public-DNS" src="http://pic.liqinghai.com/2009/12/Google-Public-DNS.jpg" alt="Google-Public-DNS" width="400" height="334" /></a></p>
<p><strong>使用路由器+DHCP上网</strong></p>
<p>在浏览器中输入http://192.168.1.1/进入路由器管理界面。</p>
<p>依次进入DHCP服务器-&gt;DHCP服务，将图中主DNS服务器设置为8.8.8.8，备用DNS服务器设置为8.8.4.4</p>
<p><a href="http://pic.liqinghai.com/2009/12/Wireless-Network-Connection.jpg"><img class="alignnone size-full wp-image-258" title="Wireless Network Connection" src="http://pic.liqinghai.com/2009/12/Wireless-Network-Connection.jpg" alt="Wireless Network Connection" width="502" height="317" /></a></p>
<p>这样所有DHCP客户都默认使用这组DNS服务器上网了。</p>
<p><strong>Windows 7设置方法</strong></p>
<p>依次点击“开始”-&gt;&#8221;控制面板&#8221;-&gt;“网络和Internet”-&gt;&#8221;网络和共享中心&#8221;-&gt;“更改适配器设置”</p>
<p>右键单击想要修改的连接-&gt;属性</p>
<p>在列表窗口中选择“Internet 协议版本4（TCP/IPv4）”，双击或点右下角的属性</p>
<p><a href="http://pic.liqinghai.com/2009/12/IPV4.jpg"><img class="alignnone size-full wp-image-257" title="IPV4" src="http://pic.liqinghai.com/2009/12/IPV4.jpg" alt="IPV4" width="377" height="442" /></a></p>
<p>在窗口下方选中“使用下面的 DNS 服务器地址(E)”，按如图进行设置，点“OK”或回车确定</p>
<p><a href="http://pic.liqinghai.com/2009/12/Internet-协议版本-4-属性.jpg"><img class="alignnone size-full wp-image-256" title="Internet 协议版本 4 属性" src="http://pic.liqinghai.com/2009/12/Internet-协议版本-4-属性.jpg" alt="Internet 协议版本 4 属性" width="414" height="430" /></a></p>
<p><strong>验证是否成功方法</strong></p>
<p>依次点“开始”-&gt;“运行”-&gt;“cmd”，进入命令行方式，输入nslookup回车，结果如下图则成功。</p>
<p><a href="http://pic.liqinghai.com/2009/12/nslookup.jpg"><img class="alignnone size-full wp-image-259" title="nslookup" src="http://pic.liqinghai.com/2009/12/nslookup.jpg" alt="nslookup" width="490" height="196" /></a></p>
<p>这样就设置成功，可以摆脱流氓电信的DNS劫持了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liqinghai.com/setup-google-dns-under-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
