![]() |
eth0: Device eth0 has different MAC address than expected,ignoring.
i has two netdevice eth0 eth1;it can Bringing up;and work well;
but when shutdown or reboot the system;it print error messeage like this: shuting down interface eth0: Device eth0 has different MAC address than expected,ignoring. [FAILED] shuting down interface eth1: Device eth0 has different MAC address than expected,ignoring. [FAILED] #cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.100.203 MTU=1500 #cat /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth1 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.101.210 MTU=1500 os:CentOS release 4.4 (Final) ;kernel:2.6.9-42.0.3.ELsmp how can i resove this problem? |
Look at the files in /etc/sysconfig/networking/.
Code:
# 3Com Corporation 3c905C-TX/TX-M [Tornado] |
thanks for your reply.
I have add "HWADDR" filed in ifcfg-eth0 ifcfg-eth1 , but it still have error message. ifcfg-eth0 HWADDR=00:30:48:2C:01:22 ifcfg-eth1 HWADDR=00:30:48:2C:01:23 #cat /etc/modprobe.conf alias eth0 e1000 alias eth1 e1000 alias scsi_hostadapter ata_piix alias usb-controller ehci-hcd alias usb-controller1 uhci-hcd alias net-pf-10 off alias ipv6 off |
Quote:
You want to edit the files in /etc/sysconfig/networking/devices/ Not the files in /etc/sysconfig/network-scripts |
Quote:
PS :: I use CentOS 3.9 (Final) Server Thanks! |
Quote:
|
| All times are GMT -5. The time now is 12:46 AM. |