問題:
重啟網卡
systemctl restart network
#回傳錯誤:
Restarting network (via systemctl): Job for network.service failed. See 'systemctl status network.service' and 'journalctl -xn' for details.
此時查看網卡狀態
systemctl status network.service
會回傳報錯:rtnetlink answers file exists
#原因分析:
虛擬機器複製導致的網路卡mac衝突。
解決方法:
1、查看mac
ip addr
2、開啟ifcfg-eth0網卡設定檔
3、修改HWADDR=新的mac或者刪掉重啟機器,最好刪除或註解掉。
4、重啟系統
相關教學推薦:centos教學
以上是centos7下網路卡啟動不了的詳細內容。更多資訊請關注PHP中文網其他相關文章!