虚拟机无法ping通其他主机&主机不能ping通虚拟机【解决方案】

2022/8/23 6:23:49

本文主要是介绍虚拟机无法ping通其他主机&主机不能ping通虚拟机【解决方案】,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

在安装redis时不知道怎么的, linux ping www.baidu.com 出不来了;
重启网卡报错

Restarting network (via systemctl):  Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.

  

解决:

[root@localhost ~]# systemctl stop NetworkManager
[root@localhost ~]# systemctl disable NetworkManager
Removed symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service.
Removed symlink /etc/systemd/system/multi-user.target.wants/NetworkManager-wait-onl
ine.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service.
[root@localhost ~]# systemctl restart network
[root@localhost ~]#

[root@localhost ~]# service network restart
Restarting network (via systemctl):                        [  OK  ]
[root@localhost ~]#

 

 

转自:https://blog.csdn.net/Smile__1/article/details/90733532



这篇关于虚拟机无法ping通其他主机&主机不能ping通虚拟机【解决方案】的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程