<?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>nonozone &#187; 不能上网</title>
	<atom:link href="http://www.nonozone.net/tag/%e4%b8%8d%e8%83%bd%e4%b8%8a%e7%bd%91/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nonozone.net</link>
	<description>冷眼旁观互联网</description>
	<lastBuildDate>Mon, 16 Jan 2012 10:11:42 +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>电脑不能上网问题的诊断方法</title>
		<link>http://www.nonozone.net/computer-can-not-access-problem-diagnosis.html</link>
		<comments>http://www.nonozone.net/computer-can-not-access-problem-diagnosis.html#comments</comments>
		<pubDate>Sat, 27 Nov 2010 14:40:57 +0000</pubDate>
		<dc:creator>nonozone</dc:creator>
				<category><![CDATA[奇淫巧技]]></category>
		<category><![CDATA[Ping]]></category>
		<category><![CDATA[不能上网]]></category>
		<category><![CDATA[诊断步骤]]></category>

		<guid isPermaLink="false">http://www.nonozone.net/computer-can-not-access-problem-diagnosis.html</guid>
		<description><![CDATA[好吧，这篇文章仅仅是提供给新手中的新手的，其他人就不用点击进来了。只是把我刚才在嘀咕上教人家如何排除网络问题的步骤其实就是ping的使用说明总结一下而已。 现在家里大多使用ADSL拨号上网，路由器的使用程度也越来越多，因为很多家庭都不止一台电脑。有时候电脑会出现不能上网的情况，这个时候可能会找自己的朋友向他说明问题，但是如果自己能把网络出现问题的可能的地方缩小一定的范围，事情往往会变得稍微轻松一些。 电脑出现不能上网的问题，可以通过ping这个命令来检测自己的网络状况，ping是什么东西，你就理解成你对某人喊话，如果对方可以听到你的声音，就会给你一个回应，如果听不到，就没法回应，而因为时间太长而出现超时，就说明你们两人之间无法沟通了。ping的命令就是这个意思。 电脑不能上网，其实首先要确定自己电脑的网卡有没有问题。可以打开电脑 开始&#8211;运行，然后输入CMD回车，接着会弹出一个黑色的对话框，不管他，直接在里面输入ping 127.0.0.1，你会看到下面的图示: 在ping命令最后，会出现一个统计，比如sent=多少，received=多少，lost=多少。sent就是你发送的数据包，一般是4个，received就是你接受到对方的回应的数据包，如果正常网络这里也应该是4，意思是跟你对话的那个人都听到你的呼喊了。lost正常情况=0. 如果网络不正常，sent=4，received&#60;4甚至等于0，lost&#62;0甚至等于4都说明网络不正常。如果0&#60;received&#60;4，说明网络不够顺畅，有丢包情况，但是并不是全部断网。如果接收=0.说明网络根本就是断的。 刚才只是第一步，测试网卡，测试完网卡没问题以后，然后再确定你的电脑跟路由器或者ADSL之间是不是连接畅通，这个时候可以ping你的路由器或者ADSL的地址，一般是192.168.0.1或者192.168.1.1如下图，注意，我的路由器地址是192.168.10.1. 如果到路由器或者ADSL网络也没问题，这个时候你应该ping一个外网IP看看自己电脑是不是能连接到internet，你可以ping当地电信或者网络的DNS地址，福建电信的DNS地址是202.101.103.55，你也可以用，然后ping这个地址。 如果ping外网地址也可以畅通，说明你的网络其实是可以连接到外网的。如果不可以一般是你的路由器设置问题。比如账号密码错误，或者ADSL的有问题，无法正常拨号，或者ADSL的电话线松掉等等，再或者，你的网络欠费了等等。 如果到这里都没有问题，电脑都连接到互联网了，但是还是不能上网，比如访问网页无法显示等等，这里最大的可能性就是DNS问题。这个时候你可以ping baidu.com，一般是ping不通的，但是前面ping外网没问题但是ping域名不通，就说明你的电脑DNS有问题，无法解析域名。 电脑DNS有问题，可以在电脑本地连接属性，TCP/IP协议双击，填写当地运营商的DNS地址，这个可以搜索一下，或者打电话询问电信运营商。如果不知道，可以直接填写Google的DNS地址：8.8.8.8和8.8.4.4，如此这般一般就可以啦。如图： 大概就是如此吧，很简单，知道了问题出在哪个环节，好歹可以有的放矢，具体问题具体分析了。 这篇文章应该对广大妹子比较有帮助吧…<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Ubuntu8.10不能上网解决方法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Ubuntu8.10不能上网解决方法</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="生活，从触摸开始" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Flife-start-with-touch-smart.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">生活，从触摸开始</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="通过bluCTRL用黑莓手机控制电脑" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fblackberry-control-computer-by-bluctrl.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26872163.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">通过bluCTRL用黑莓手机控制电脑</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="面试求职的心态问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fjob-interview-a-mentality-problem.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">面试求职的心态问题</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="不安装互联星空，电信也流氓？" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fchina-telecom-shua-liu-mang.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26854063.gif" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">不安装互联星空，电信也流氓？</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>好吧，这篇文章仅仅是提供给新手中的新手的，其他人就不用点击进来了。只是把我刚才在嘀咕上教人家如何排除网络问题的步骤其实就是ping的使用说明总结一下而已。</p>
<p>现在家里大多使用ADSL拨号上网，路由器的使用程度也越来越多，因为很多家庭都不止一台电脑。有时候电脑会出现不能上网的情况，这个时候可能会找自己的朋友向他说明问题，但是如果自己能把网络出现问题的可能的地方缩小一定的范围，事情往往会变得稍微轻松一些。</p>
<p>电脑出现不能上网的问题，可以通过ping这个命令来检测自己的网络状况，ping是什么东西，你就理解成你对某人喊话，如果对方可以听到你的声音，就会给你一个回应，如果听不到，就没法回应，而因为时间太长而出现超时，就说明你们两人之间无法沟通了。ping的命令就是这个意思。</p>
<p>电脑不能上网，其实首先要确定自己电脑的网卡有没有问题。可以打开电脑 开始&#8211;运行，然后输入CMD回车，接着会弹出一个黑色的对话框，不管他，直接在里面输入ping 127.0.0.1，你会看到下面的图示:</p>
<p> <a href="http://www.nonozone.net/wp-content/uploads/2010/11/11-26-2010-21-25-56-PM.png"><img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-26-2010 21-25-56 PM" border="0" alt="11-26-2010 21-25-56 PM" src="http://www.nonozone.net/wp-content/uploads/2010/11/11-26-2010-21-25-56-PM_thumb.png" width="585" height="367" /></a>
<p>在ping命令最后，会出现一个统计，比如sent=多少，received=多少，lost=多少。sent就是你发送的数据包，一般是4个，received就是你接受到对方的回应的数据包，如果正常网络这里也应该是4，意思是跟你对话的那个人都听到你的呼喊了。lost正常情况=0.</p>
<p>如果网络不正常，sent=4，received&lt;4甚至等于0，lost&gt;0甚至等于4都说明网络不正常。如果0&lt;received&lt;4，说明网络不够顺畅，有丢包情况，但是并不是全部断网。如果接收=0.说明网络根本就是断的。</p>
<p>刚才只是第一步，测试网卡，测试完网卡没问题以后，然后再确定你的电脑跟路由器或者ADSL之间是不是连接畅通，这个时候可以ping你的路由器或者ADSL的地址，一般是192.168.0.1或者192.168.1.1如下图，注意，我的路由器地址是192.168.10.1.</p>
<p> <a href="http://www.nonozone.net/wp-content/uploads/2010/11/11-26-2010-21-39-32-PM.png"><img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-26-2010 21-39-32 PM" border="0" alt="11-26-2010 21-39-32 PM" src="http://www.nonozone.net/wp-content/uploads/2010/11/11-26-2010-21-39-32-PM_thumb.png" width="553" height="351" /></a>
<p>如果到路由器或者ADSL网络也没问题，这个时候你应该ping一个外网IP看看自己电脑是不是能连接到internet，你可以ping当地电信或者网络的DNS地址，福建电信的DNS地址是202.101.103.55，你也可以用，然后ping这个地址。</p>
<p>如果ping外网地址也可以畅通，说明你的网络其实是可以连接到外网的。如果不可以一般是你的路由器设置问题。比如账号密码错误，或者ADSL的有问题，无法正常拨号，或者ADSL的电话线松掉等等，再或者，你的网络欠费了等等。</p>
<p>如果到这里都没有问题，电脑都连接到互联网了，但是还是不能上网，比如访问网页无法显示等等，这里最大的可能性就是DNS问题。这个时候你可以ping baidu.com，一般是ping不通的，但是前面ping外网没问题但是ping域名不通，就说明你的电脑DNS有问题，无法解析域名。</p>
<p>电脑DNS有问题，可以在电脑本地连接属性，TCP/IP协议双击，填写当地运营商的DNS地址，这个可以搜索一下，或者打电话询问电信运营商。如果不知道，可以直接填写Google的DNS地址：8.8.8.8和8.8.4.4，如此这般一般就可以啦。如图：</p>
<p><a href="http://www.nonozone.net/wp-content/uploads/2010/11/11-26-2010-21-49-46-PM.png"><img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11-26-2010 21-49-46 PM" border="0" alt="11-26-2010 21-49-46 PM" src="http://www.nonozone.net/wp-content/uploads/2010/11/11-26-2010-21-49-46-PM_thumb.png" width="418" height="465" /></a></p>
<p>大概就是如此吧，很简单，知道了问题出在哪个环节，好歹可以有的放矢，具体问题具体分析了。</p>
<p> 这篇文章应该对广大妹子比较有帮助吧…    </p>
<br /><g:plusone size="" href="http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html"></g:plusone><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Ubuntu8.10不能上网解决方法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Ubuntu8.10不能上网解决方法</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="生活，从触摸开始" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Flife-start-with-touch-smart.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">生活，从触摸开始</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="通过bluCTRL用黑莓手机控制电脑" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fblackberry-control-computer-by-bluctrl.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26872163.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">通过bluCTRL用黑莓手机控制电脑</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="面试求职的心态问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fjob-interview-a-mentality-problem.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">面试求职的心态问题</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="不安装互联星空，电信也流氓？" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fchina-telecom-shua-liu-mang.html&from=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26854063.gif" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">不安装互联星空，电信也流氓？</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.nonozone.net/computer-can-not-access-problem-diagnosis.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu8.10不能上网解决方法</title>
		<link>http://www.nonozone.net/the-solution-of-ubuntu810-can-not-connection-internet.html</link>
		<comments>http://www.nonozone.net/the-solution-of-ubuntu810-can-not-connection-internet.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 12:14:51 +0000</pubDate>
		<dc:creator>nonozone</dc:creator>
				<category><![CDATA[奇淫巧技]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[不能上网]]></category>

		<guid isPermaLink="false">http://www.nonozone.net/ubuntu810-bu-neng-shang-wang-jie-jue-fang-fa.html</guid>
		<description><![CDATA[在前一篇文章里，我也反映了自己安装好Ubuntu8.10以后，不能上网，并且在那个Network Manager里面网络貌似也不能正确配置，后来在网上和ubuntu中文论坛看了一下，貌似出现这个问题的朋友还挺多，大概了解了一下，貌似是由于Network Manager有BUG引起的，经过好久的尝试，终于解决这个不能上网的问题了，这里把方法分享一下！ 首先，卸载掉Network Manager。你可以在新立得软件管理器卸载，也可以直接在终端敲入命令，当然我觉得敲一个命令比在新立得里更新，再搜索，再卸载方便多了，尤其在没有网络的情况下！ sudo apt-get remove network manager 然后手动配置网卡，因为这个时候，在System系统设置里面，是没有网络这一项的，所以我们要手动编辑，看来还是得熟悉一些常用的配置，不然在出问题的时候比较麻烦。 在终端输入： sudo gedit /etc/network/interfaces#总之你可以选用你喜欢的文本编辑器。 进入文本编辑器以后，开始配置接口！ 如果是你使用的静态IP，比如在一个office，然后office 的都是使用的固定ip的话，你应该如下设置： auto eth0 #iface eth1 inet dhcp （如果有这一行代码，麻烦你在前加一个&#34;#&#34;，把它注释掉） iface eth0 inet static address 192.168.1.168&#160; //这个IP地址，这些设置请根据你自己的情况填，不要抄我的 netmask 255.255.255.0&#160; //子网掩码 gateway 192.168.1.1。&#160; //网关 如果你是IP自动获取的话，跟我一样。我也是在公司上网，但是ip都是自动获取，那就更加简单了： auto eth0 #iface eth1 inet dhcp （如果有这一行代码，麻烦你在前加一个&#34;#&#34;，把它注释掉） iface eth0 inet static 注意：解释一下，eth0指的是你的第一款网卡，eth1意思是第二网卡，介于一般用户只有一块网卡，其实只有eth0，那你设置好eth0就可以了，别的不用管了。还有一点就是在弹出的文本编辑器里的这段配置，可能里面不是空白的，我的就不是，我的第一个配置貌似是什么lo，也就是网卡的测试用的自循环，不用管它，把这些配置添加进去就可以了。 这个时候，你就可以ping一下你的网关，看看有网络有没有通。 ping 192.168.0.1#或者有的是192.168.1.1，如果是公司的网络不是这两个跟网关咨询。 这个时候还不一定能上网，但是网络估计没有问题了，你还需要添加DNS信息，不然是没有办法访问网站的。 [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Ubuntu8.10版正式发布！" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fubuntu810-released.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26866771.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Ubuntu8.10版正式发布！</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="电脑不能上网问题的诊断方法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26858901.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">电脑不能上网问题的诊断方法</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="基于Debian的VPS搭建LAMP指南" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Flamp-vps-structures-based-on-debians-guide.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">基于Debian的VPS搭建LAMP指南</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="不安装互联星空，电信也流氓？" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fchina-telecom-shua-liu-mang.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26854063.gif" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">不安装互联星空，电信也流氓？</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Debian安装LNMP指南及多站点配置" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fdebian-installation-guide-and-multi-site-configuration-lnmp.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Debian安装LNMP指南及多站点配置</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>在<a target="_blank" href="http://www.nonozone.net/ubuntu810-released.html">前一篇</a>文章里，我也反映了自己安装好Ubuntu8.10以后，不能上网，并且在那个Network Manager里面网络貌似也不能正确配置，后来在网上和<a target="_blank" href="http://forum.ubuntu.org.cn/">ubuntu中文论坛</a>看了一下，貌似出现这个问题的朋友还挺多，大概了解了一下，貌似是由于Network Manager有BUG引起的，经过好久的尝试，终于解决这个不能上网的问题了，这里把方法分享一下！</p>
<p>首先，卸载掉Network Manager。你可以在新立得软件管理器卸载，也可以直接在终端敲入命令，当然我觉得敲一个命令比在新立得里更新，再搜索，再卸载方便多了，尤其在没有网络的情况下！</p>
<p><code>sudo apt-get remove network manager</code></p>
<p>然后手动配置网卡，因为这个时候，在System系统设置里面，是没有网络这一项的，所以我们要手动编辑，看来还是得熟悉一些常用的配置，不然在出问题的时候比较麻烦。</p>
<p>在终端输入：</p>
<p><code>sudo gedit /etc/network/interfaces#总之你可以选用你喜欢的文本编辑器。</code></p>
<p>进入文本编辑器以后，开始配置接口！</p>
<p><font color="#0000ff"><strong>如果是你使用的静态IP</strong></font>，比如在一个office，然后office 的都是使用的固定ip的话，你应该如下设置：</p>
<p><code>auto eth0      <br />#iface eth1 inet dhcp （如果有这一行代码，麻烦你在前加一个&quot;#&quot;，把它注释掉）       <br />iface eth0 inet static       <br />address 192.168.1.168&#160; //这个IP地址，这些设置请根据你自己的情况填，不要抄我的       <br />netmask 255.255.255.0&#160; //子网掩码       <br />gateway 192.168.1.1。&#160; //网关</code></p>
<p><font color="#0000ff"><strong>如果你是IP自动获取的话</strong></font>，跟我一样。我也是在公司上网，但是ip都是自动获取，那就更加简单了：</p>
<p><code>auto eth0      <br />#iface eth1 inet dhcp （如果有这一行代码，麻烦你在前加一个&quot;#&quot;，把它注释掉）       <br />iface eth0 inet static</code></p>
<p><strong><font color="#0000ff">注意</font></strong>：解释一下，eth0指的是你的第一款网卡，eth1意思是第二网卡，介于一般用户只有一块网卡，其实只有eth0，那你设置好eth0就可以了，别的不用管了。还有一点就是在弹出的文本编辑器里的这段配置，可能里面不是空白的，我的就不是，我的第一个配置貌似是什么lo，也就是网卡的测试用的自循环，不用管它，把这些配置添加进去就可以了。</p>
<p>这个时候，你就可以ping一下你的网关，看看有网络有没有通。</p>
<p><code>ping 192.168.0.1#或者有的是192.168.1.1，如果是公司的网络不是这两个跟网关咨询。</code></p>
<p>这个时候还不一定能上网，但是网络估计没有问题了，你还需要添加DNS信息，不然是没有办法访问网站的。</p>
<p><code>sudo gedit /etc/resolv.conf</code></p>
<p>在弹出的文本输入框输入：</p>
<p><code>DNSnameserver 192.168.1.1 //这里填入你所在地方的 DNS 服务器的地址</code></p>
<p>这里的192.168.1.1也就是你的默认网关。但是这里保险最好填写两个DNS信息，一个是网关，我还加入了本地区电信的DNS，我目前是在广东电信，用的DNS是202.96.128.86，所以我的配置信息是如下：</p>
<p><code>DNSnameserver 192.168.1.1      <br />DNSnameserver 202.96.128.86</code></p>
<p>如果你使用的网通，总之不知道自己DNS的话，请电话查询你的网络接入商。</p>
<p><font color="#0000ff"><strong>还有如果你是ADSL拨号上网，</strong></font>我记得命令应该是：</p>
<p><code>sudo pppoeconfig</code></p>
<p>这里会出现一步一步的提示，填写帐号和密码，仔细看提示操作因该就没有问题了，因为这个我这里没有尝试，具体的就不写了。</p>
<p>不过我ubuntu现在还是会偶尔出现关机不顺畅的问题，就是关机的时候进入一个黑屏，一个光标闪闪闪就不动了，必须按电源才能继续关机，如果有朋友也有这个问题解决了，还希望能赐教一下！</p>
<br /><g:plusone size="" href="http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html"></g:plusone><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Ubuntu8.10版正式发布！" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fubuntu810-released.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26866771.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Ubuntu8.10版正式发布！</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="电脑不能上网问题的诊断方法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fcomputer-can-not-access-problem-diagnosis.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26858901.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">电脑不能上网问题的诊断方法</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="基于Debian的VPS搭建LAMP指南" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Flamp-vps-structures-based-on-debians-guide.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">基于Debian的VPS搭建LAMP指南</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="不安装互联星空，电信也流氓？" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fchina-telecom-shua-liu-mang.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://static.wumii.com/site_images/2011/09/01/26854063.gif" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">不安装互联星空，电信也流氓？</font>
                    </a>
                </td>
                <td width="108" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Debian安装LNMP指南及多站点配置" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.nonozone.net%2Fdebian-installation-guide-and-multi-site-configuration-lnmp.html&from=http%3A%2F%2Fwww.nonozone.net%2Fthe-solution-of-ubuntu810-can-not-connection-internet.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 102px !important; height: 102px !important;" src="http://www.nonozone.net/wp-content/uploads/2011/09/dll-file.png" width="102px" height="102px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 108px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Debian安装LNMP指南及多站点配置</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.nonozone.net/the-solution-of-ubuntu810-can-not-connection-internet.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

