安装centos7后不能联网
Posted insistYuan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装centos7后不能联网相关的知识,希望对你有一定的参考价值。
我们在安装centos的minimal版本后,在使用yum安装工具时会提示:cannot find a valid baseurl or repo:base/7/x86_64
这是因为不能联网导致的,以下是解决方法:
方法一:
vi /etc/sysconfig/network-scripts/ifcfg-(因机子而异) 将其中的ONONBOOT=no修改为yes 重启网络:service network restart
方法二:
vi /etc/resolv.conf 增加 nameserver 8.8.8.8 重启网络:service network restart
以上两种方法均可。
以上是关于安装centos7后不能联网的主要内容,如果未能解决你的问题,请参考以下文章
解决Centos7不能联网且ifconfig出现command not found
新安裝的Centos7不能联网且ifconfig出现command not found