日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 >

Device eth0 does not seem to be present,delaying initialization.

發(fā)布時間:2024/9/30 37 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Device eth0 does not seem to be present,delaying initialization. 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

克隆出來的CentOS?

配置好IP后出現(xiàn)

Bringing up interface eth0:? Device eth0 does not seem to be present,delaying initialization.? ? ? ? ? ? ? ? ? ? [FAILED]

1.查看MAC地址

[jifeng@feng02 ~]$ cat /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}=="08:00:27:54:7d:be", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"# PCI device 0x1022:0x2000 (pcnet32) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:5a:7d:0b", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" [jifeng@feng02 ~]$
2.修改MAC地址

HWADDR修改為08:00:27:5A:7D:0B

DEVICE修改為eth1

[jifeng@feng02 ~]$ vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth1 HWADDR=08:00:27:5A:7D:0B TYPE=Ethernet UUID=05657a14-adee-4dbb-93b0-2caf19833b15 ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=static IPADDR=192.168.0.109 NETMASK=255.255.255.0 GATEWAY=192.168.0.1 DNS1=192.168.0.1

總結(jié)

以上是生活随笔為你收集整理的Device eth0 does not seem to be present,delaying initialization.的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。