VMware 克隆虛擬機后網卡無法啟動


    今天使用 VMware Workstation 時,出現了一個問題。克隆目前存在的 RHEL 7系統后,網卡無法正常啟動,報錯如下:

[root@wangmj Desktop]# systemctl restart network
Job for network.service failed. See 'systemctl status network.service' and 'journalctl -xn' for details.
[root@wangmj Desktop]# systmectl status network.service
bash: systmectl: command not found...
Similar command is: 'systemctl'
[root@wangmj Desktop]# systemctl status network.service 
network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network)
   Active: failed (Result: exit-code) since Fri 2019-05-03 23:20:40 CST; 32s ago
  Process: 2774 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)

May 03 23:20:40 wangmj network[2774]: RTNETLINK answers: File exists
May 03 23:20:40 wangmj network[2774]: RTNETLINK answers: File exists
May 03 23:20:40 wangmj network[2774]: RTNETLINK answers: File exists
May 03 23:20:40 wangmj network[2774]: RTNETLINK answers: File exists
May 03 23:20:40 wangmj network[2774]: RTNETLINK answers: File exists
May 03 23:20:40 wangmj network[2774]: RTNETLINK answers: File exists
May 03 23:20:40 wangmj network[2774]: RTNETLINK answers: File exists
May 03 23:20:40 wangmj systemd[1]: network.service: control process exited,...=1
May 03 23:20:40 wangmj systemd[1]: Failed to start LSB: Bring up/down netwo...g.
May 03 23:20:40 wangmj systemd[1]: Unit network.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.

    網上查找解決方案后,發現問題為 配置文件 和  查看到的 MAC 地址不匹配:

進入配置文件修改后網卡成功啟動。

    借鑒於:http://blog.csdn.net/weiyongle1996/article/details/75128239


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM