Linux網(wǎng)絡(luò)啟動問題:Device does not seem to be present解決辦法
Linux網(wǎng)絡(luò)啟動問題:Device does not seem to be present解決辦法
在整虛擬機(jī)時候經(jīng)常會遇到虛擬機(jī)拷貝,然而拷貝之后網(wǎng)絡(luò)配置會遇到錯誤
service network restart啟動網(wǎng)絡(luò)時候提示如下錯誤:
Device does not seem to be present
解決步驟
1、ifconfig -a 查看當(dāng)前網(wǎng)卡

2、修改網(wǎng)絡(luò)配置文件,
vi /etc/sysconfig/network-scripts/ifcfg-eth0
在原來文件的基礎(chǔ)上,修改網(wǎng)卡名稱為DEVICE=eth1
并且把UUID以及mac地址刪掉
3、mv ifcfg-eth0 ifcfg-eth1
4、rm -rf /etc/udev/rules.d/70-persistent-net.rules
5、reboot重啟
重啟完成后,再次service network start 成功啟動!
如有疑問請留言或者到本站社區(qū)交流討論,感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!
相關(guān)文章
在CentOS 6 中安裝 WordPress(二)安裝WordPress
上篇文章我們介紹了WordPress環(huán)境的配置,本文我們就來詳細(xì)講解下WordPress的安裝,適合新手,高手們請勿拍磚2014-06-06
Apache mod_rewrite實(shí)現(xiàn)HTTP和HTTPS重定向跳轉(zhuǎn)
這篇文章主要介紹了Apache mod_rewrite實(shí)現(xiàn)HTTP和HTTPS重定向跳轉(zhuǎn),本文分別給出了HTTP重定向HTTPS和HTTPS重定向HTTP配置參考,需要的朋友可以參考下2015-06-06

