Multiple ethernet interfaces generated
Specifically, if you imaged the machine from another one, or changed
ethernet cards, /etc/iftab will still hold the old MAC address and that
will cause the machine to ignore that entry during boot and create a new
one. /etc/iftab is created by the Mandriva installer, but it isn't
actually needed on a single interface machine, and the only thing it
seems to do is trigger this bug. I've seen this before, but thankfully
mine only went up to eth1. In any case, the solution is:
rm -f /etc/iftab
rm -f /etc/udev/rules.d/61-net_config.rules
rm -f /etc/sysconfig/ifcfg-eth*
reboot
iftab will not be recreated, 61-net_config.rules and ifcfg-eth0 will be,
and then everything should be back to normal on subsequent reboots.
Regards,
David Mathog
|