1.克隆后查看網卡無法啟用,報錯信息如下:
Apr 22 15:54:23 agent systemd: network.service: control process exited, code=exited status=1 Apr 22 15:54:23 agent systemd: Failed to start LSB: Bring up/down networking. Apr 22 15:54:23 agent systemd: Unit network.service entered failed state. Apr 22 15:54:23 agent systemd: network.service failed. Apr 22 15:54:25 agent systemd: Starting LSB: Bring up/down networking... Apr 22 15:54:26 agent network: 正在打開環回接口: [ 確定 ] Apr 22 15:54:26 agent network: 正在打開接口 ens33: 錯誤:激活連接失敗:No suitable device found for this connection. Apr 22 15:54:26 agent network: [失敗] Apr 22 15:54:26 agent network: RTNETLINK answers: File exists Apr 22 15:54:26 agent network: RTNETLINK answers: File exists Apr 22 15:54:26 agent network: RTNETLINK answers: File exists Apr 22 15:54:26 agent network: RTNETLINK answers: File exists Apr 22 15:54:26 agent network: RTNETLINK answers: File exists Apr 22 15:54:26 agent network: RTNETLINK answers: File exists Apr 22 15:54:26 agent network: RTNETLINK answers: File exists Apr 22 15:54:26 agent network: RTNETLINK answers: File exists Apr 22 15:54:26 agent network: RTNETLINK answers: File exists Apr 22 15:54:26 agent systemd: network.service: control process exited, code=exited status=1 Apr 22 15:54:26 agent systemd: Failed to start LSB: Bring up/down networking. Apr 22 15:54:26 agent systemd: Unit network.service entered failed state. Apr 22 15:54:26 agent systemd: network.service failed. Apr 22 15:55:06 agent systemd: Starting LSB: Bring up/down networking...
2.百度到的大部分信息都是mac地址沖突,進行mac地址修改,mac地址修改后仍無法解決。最后在博客:http://blog.csdn.net/lcalqf/article/details/59069197找到了一個
辦法,關閉NetworkManager 套件;
systemctl stop NetworkManager systemctl disable NetworkManager
然后重啟下網絡服務就可以了:
systemctl start network.service