Bringing up interface eth0: Error: No suitable

Bringing up interface eth0:  Error: No suitable device found: no device found for connection 'System eth0'.

克隆虛擬機網卡啓動中遇到的問題

1、重啓網卡之後遇到如下錯誤

Bringing up interface eth0:  Error: No suitable device found: no device found for connection 'System eth0'.

2、ifconfig eth0 up 出現如下錯誤

eth0: unknown interface: No such device

提示沒有eth0這樣的設備

3、# ifconfig -a 查看沒有eth0設備

4、解決方案

#cd cd /etc/sysconfig/network-scripts/
#cp ifcfg-eth0 ifcfg-eth0.bak
#mv ifcfg-eth0 ifcfg-eth1
#vi /etc/udev/rules.d/70-persistent-net.rules 
 //查看eht1的mac地址和ifcfg-eth0的addr地址是否一致,如果不一致,改成一致即可
#servcie network restart //重啓網卡即可


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章