centos7系统启动网络服务失败怎么办


本文摘自PHP中文网,作者V,侵删。

问题描述:

虚拟机中的eth33网卡没有启动,执行systemctl status network.service启动报错。

报错信息如下:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

[root@zeppelin network-scripts]# systemctl status network.service

● network.service - LSB: Bring up/down networking

   Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)

   Active: failed (Result: exit-code) since Fri 2019-06-21 03:22:10 PDT; 27s ago

     Docs: man:systemd-sysv-generator(8)

  Process: 5948 ExecStop=/etc/rc.d/init.d/network stop (code=exited, status=0/SUCCESS)

  Process: 6074 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)

Jun 21 03:22:09 zeppelin.zetyun.com systemd[1]: Starting LSB: Bring up/down networking...

Jun 21 03:22:10 zeppelin.zetyun.com network[6074]: Bringing up loopback interface:  [  OK  ]

Jun 21 03:22:10 zeppelin.zetyun.com network[6074]: Bringing up interface ens33:  Error: Connection activation failed: No suitable device found for this connection.

Jun 21 03:22:10 zeppelin.zetyun.com network[6074]: [FAILED]

Jun 21 03:22:10 zeppelin.zetyun.com systemd[1]: network.service: control process exited, code=exited status=1

Jun 21 03:22:10 zeppelin.zetyun.com systemd[1]: Failed to start LSB: Bring up/down networking.

Jun 21 03:22:10 zeppelin.zetyun.com systemd[1]: Unit network.service entered failed state.

Jun 21 03:22:10 zeppelin.zetyun.com systemd[1]: network.service failed.

(推荐教程:centos教程)

阅读剩余部分

相关阅读 >>

CentOS7怎么配置网络

linux如何重启网络服务

CentOS7上elastic search安装详解

CentOS7下无法启动docker

rhel和CentOS7下更改网卡名称ens33为eth0

CentOS7开不了机怎么办

CentOS7下找不到ifconfig怎么办

CentOS7与centos6.5的区别是什么?

如何解决CentOS7系统ifconfig无法使用的情况

CentOS7如何安装docker

更多相关阅读请进入《CentOS7》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...