有些时候 VMare虚拟机挂起,重新运行后,XShell远程连接不上,检查VMare虚拟机,重启网卡会报错,查看日志,会有 Failed to start LSB ....

CentOS7 会有一个网络管理的软件,把它关闭掉,重新启动网络就可以正常的远程连接了,执行如下命令:

systemctl stop NetworkManager
systemctl disable NetworkManager
systemctl restart network

相关文章:

  • 2021-05-05
  • 2021-10-02
  • 2021-12-26
  • 2021-11-06
  • 2021-09-16
  • 2022-01-21
  • 2021-04-11
  • 2022-02-15
猜你喜欢
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案