Failed to start LSB 网络服务启动失败的解决办法

问题描述: 

在一台window主机上安装了vm,并在vm中安装好了 centos7(并安装好了mongodb,redis, hadoop, kafka等服务), 要用另外一台主机( MAC )远程联接这台centos7,采取了桥接模式. 

 

   IP设定:    

   centos中设定为固定ip     

    

但在       总是出现错误,找不到网卡 enoxxx ,且有错误信息

         Failed to start LSB    网络服务启动失败

解决办法:

systemctl stop NetworkManager
systemctl disable NetworkManager

systemctl restart network

问题解决,又能找到 enoxxx网卡了. 

猜你喜欢

转载自blog.csdn.net/zhangyingchengqi/article/details/106835671
今日推荐