美文网首页Linux学习之路我用 Linux
CentOS桥接出现“ Connection activatio

CentOS桥接出现“ Connection activatio

作者: Aubin | 来源:发表于2017-07-11 20:39 被阅读107次

我在VMwear安装操作CentOS的时候,忘记选择自动开启自动连接。由于在虚拟机环境下CentOS默认不自动连接,系统安装完毕后一直获取不到IP地址。

重启网卡服务会有 Connection activation failed: "Master connection not found or invalid” FAILED的提示。

  • 修改网卡配置文件
vim /etc/sysconfig/network-scripts/ifcfg-eth0
  • 将 ONBOOT="no" 改为 ONBOOT="yes" 后保存退出

  • 重启网卡服务

service network restart

相关文章

网友评论

    本文标题:CentOS桥接出现“ Connection activatio

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