centos和redhat6.0後關於虛擬機器複製後無法啟用網卡問題

來源:互聯網
上載者:User


centos和redhat6.0後關於虛擬機器複製後無法啟用網卡問題 在redhat和centos6.0以後的版本,如果我們用虛擬機器裝過一個系統後想複製一個虛擬機器用的話,我們會發現clone虛擬機器網卡起不來,報一下錯誤:Error: No suitable device found: no device found for connection 'System eth0'.或者Bringing up interface eth0:  Device eth0 does not seem to be present, delaying initialization.  www.2cto.com  同時我們執行ifconfig命令的時候,會發現顯示eth1網卡網卡設定檔卻為/etc/sysconfig/network-scripts/ifcfg-eth0。 解決方案:centos—>刪除這個 /etc/udev/rules.d/70-persistent-net.rules,重啟後把這個檔案裡NAME="eth1"的eth1改成eth0,同時也要修改ATTR{address}裡的mac地址和/etc/sysconfig/network-scripts/ifcfg-eth0檔案mac地址一致。  www.2cto.com  redhat—>redhat有點麻煩,redhat需要把/etc/sysconfig/network-scripts/ifcfg-eth0這個檔案重新命名為/etc/sysconfig/network-scripts/ifcfg-eth1,同時修改檔案裡面的DEVICE=eth0為DEVICE=eth1,然後把/etc/udev/rules.d/70-persistent-net.rules 檔案中NAME="eth0"的刪掉,重啟網路伺服器正常,只不過沒有eth0,而是eth1.如果想改成eth0需要重啟後把上述三個位置都修改後再重啟。
 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.