device eth0 has mac address XX instead of configured address
after a yum update on my CentOS 5.3 I got this error when shutting down eth0 on reboot…
Shutting down interace eth0: Device eth0 has MAC address XXX instead of configured address XXX ignoring [FAILED]
What does it means?
Please help.
6 Replies
There was a deployment of CentOS a couple versions back – I want to say 5.2 -- that may have had a slight oversight in its ifcfg-eth0 as shipped to customers. The MAC address of the virtual container we built the image on may have been included.
This apparently has never been a problem until now, so removing the HWADDR= line will fix these things going forward.
@jed:
Remove the HWADDR= line from /etc/sysconfig/network-scripts/ifcfg-eth0 and this will go away.
Really thanks jed.