美文网首页
virtualbox安装 centos7 的部分问题记录

virtualbox安装 centos7 的部分问题记录

作者: 1c5c99819799 | 来源:发表于2019-06-17 15:51 被阅读0次

问题1:CentOS 7没有ifconfig命令

解决方法:
首先更新 yum

sudo yum update

然后,执行

yum -y install net-tools

ok~!
参考博客

问题 2:使用ifconfig修改 ip 时报错

解决方法:在 centos6.x 时修改本机 ip 为

ifconfig eth0 192.168.1.x

在 centos7.x 网卡名字不是 eth0,本机的具体网卡名字可通过

ifconfig -a

进行查看,第一个名字(冒号前面)即是本机网卡名字。
参考博客

相关文章

网友评论

      本文标题:virtualbox安装 centos7 的部分问题记录

      本文链接:https://www.haomeiwen.com/subject/tlnafctx.html