问题描述

重启网卡时候报错service network restart:Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.
重启失败,具体的提升如下:
在这里插入图片描述

解决办法

  • 停止并禁用虚拟机NetworkManager服务

[root@localhost network-scripts]# systemctl stop NetworkManager
[root@localhost network-scripts]# systemctl disable NetworkManager

Removed symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service.
Removed symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service.
  • 重新启动虚拟机网络服务

[root@localhost network-scripts]# systemctl restart network
[root@localhost network-scripts]# service network restart

Restarting network (via systemctl):                        [  OK  ]

在这里插入图片描述

总结:

这个方法的前提:如果配置的是静态IP地址就必须要将相应的地址写对。

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐