Device eth0 has different MAC address than expecte
时间:2009-03-10 来源:yipoint
错误信息:
Device eth0 has different MAC address than expected
应该是dmesg 和 eth0 配置文件之间的冲突。
[root@localhost ~]# dmesg | grep eth0
divert: allocating divert_blk for eth0
eth0: RTL-8139C+ at 0xd0842000, 00:16:36:61:61:98, IRQ 11
[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
HWADDR=54:52:00:34:63:61
ONBOOT=yes
TYPE=Ethernet
IPADDR=192.168.122.101
NETMASK=255.255.255.0
GATEWAY=192.168.122.1
DNS1=192.168.122.1
改正很简单,去掉HWADDR=54:52:00:34:63:61
Device eth0 has different MAC address than expected
应该是dmesg 和 eth0 配置文件之间的冲突。
[root@localhost ~]# dmesg | grep eth0
divert: allocating divert_blk for eth0
eth0: RTL-8139C+ at 0xd0842000, 00:16:36:61:61:98, IRQ 11
[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
HWADDR=54:52:00:34:63:61
ONBOOT=yes
TYPE=Ethernet
IPADDR=192.168.122.101
NETMASK=255.255.255.0
GATEWAY=192.168.122.1
DNS1=192.168.122.1
改正很简单,去掉HWADDR=54:52:00:34:63:61
相关阅读 更多 +
排行榜 更多 +