原文:https://jingyan.baidu.com/article/54b6b9c09dfe2a2d583b4731.html

  1. 在vmware中安装好centos7(安装过程省略),登录root

    centos7安装完成后手动启用网卡

  2. 2

    刚安装好的系统,默认是没有启用网卡的,通过命令:

    cat /etc/sysconfig/network-scripts/ifcfg-en33

    查看到,onboot=no

    centos7安装完成后手动启用网卡

  3. 3

    可以通过vi编辑配置文件来启用,onboot=yes,

  4. 重启network服务,网络再ping一下网络即可

相关文章:

  • 2021-09-05
  • 2021-09-06
  • 2022-12-23
  • 2021-09-20
  • 2021-08-08
  • 2021-09-13
  • 2021-11-06
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2021-06-11
  • 2021-07-12
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2021-06-25
相关资源
相似解决方案