CentOS Linux解決Device eth0 does not seem to be present
ifconfig...沒有看到eth0.。然後重啟網路卡又報下面錯誤。
故障現象:
service network restart
Shutting down loopback insterface: [ OK ]
Bringing up loopback insterface: [ OK ]
Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. [FAILED]
解決辦法:
首先 vi /etc/udev/rules.d/70-persistent-net.rules內容如下面例子所示:
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:22:33:44:55", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="aa:bb:cc:dd:ee:ff", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
其次,分別更改NAME="eth0" 為NAME="eth1" , NAME="eth1" 為NAME="eth0".
再次,reboot。
一切OK。。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30031456/viewspace-1425860/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [Linux] device eth0 does not seem to presentLinuxdev
- device eth0 does not seem to be present, delaying initializationdev
- vmware克隆linux出現Device eth0 does not seem to be presentLinuxdev
- RAC-device eth0 does not seem to be present, delaying initializationdev
- Bringing up interface eth0: Device eth0 does not seem to be present ,delayindev
- 啟動網路卡時報:does not seem to be present
- 新建的linux虛擬機器找不到eth0解決辦法Linux虛擬機
- How to mount usb device in CentOS?devCentOS
- VMware下Linux網路卡由eth0變為eth1的解決辦法Linux
- Waring: /dev/centos/swap does not existdevCentOS
- signer information does not match問題解決ORM
- MYSQL(解決方法):Client does not support authentication(轉)MySqlclient
- centos7的網路卡名修改為eth0CentOS
- linux 執行shell 報錯stty: standard input: Inappropriate ioctl for device解決LinuxAPPdev
- ORA-24756: transaction does not exist問題解決
- `QtValidLicenseForCoreModule' does not name a type 錯誤的解決QTREM
- 解決umount.nfs: /data: device is busy 問題NFSdev
- Failed to install *.apk on device null解決辦法AIAPKdevNull
- virtualbox虛擬機器遷移出現"connot find device eth0"錯誤虛擬機dev
- The user specified as a definer ('wx_root'@'%') does not exist 解決方案
- “finally block does not complete normally”的警告解決BloCORM
- VMWARE WORKSATTION 中 “the device is curreently in use” 解決一例dev
- Your host does not meet minimum requirements to run VMware workstation with hyper-v or device/credenUIREMdev
- CentOS7網路卡命名修改為eth0格式CentOS
- mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解決方法MySql
- 模擬ORA-04043並解決(dba_* does not exist)
- 翻譯:Linux and the Device TreeLinuxdev
- .NET Core部署到linux(CentOS)最全解決方案,常規篇LinuxCentOS
- Linux案例01:eth0網路卡異常Linux
- expdp ORA-31626: job does not exist 解決方案
- Andorid“emulator: ERROR: unknown virtual device name”問題解決Errordev
- flutter開發提示Flutter device daemon #1報錯解決方法Flutterdev
- 解決 “eth0 裝置的 MAC 地址與預想的不符,忽略” 問題Mac
- SciTech-OS-Linux-Device Driver: 英文原版電子書“Linux Device Drivers, Third Edition”Linuxdev
- Library source does not match the bytecode for class 最佳解決方案
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- 解決Sentinel module java.base does not “opens java.lang“ 問題Java
- Oracle ORA - 01720 grant option does not exist for..報錯解決Oracle