CentOS 之 couldn't resolve host 'mirrorlist.centos.org'

在下载安装软件的时候,遇到如下问题:

couldn't resolve host 'mirrorlist.centos.org'

参考了http://houjixin.blog.163.com/blog/static/3562841020139124813211/

文中表示:

原因:
 DNS服务器没有配置正确
解决办法:
1、打开文件/etc/resolv.conf在其中添加:
 nameserver 8.8.8.8
 nameserver 8.8.4.4
 search localdomain
2、然后重启网卡:使用命令: service network restart
后来才发现我这边只是没有连上网而已!
posted @ 2014-02-28 02:34  苏梳  阅读(1613)  评论(0编辑  收藏  举报