On Mon, Feb 1, 2010 at 8:18 AM, Martin McCormick <[email protected]> wrote: > > The syslog fills up with "Setting eth0 to 1 addresses." > "Setting eth0 to 2 addresses" and so on up to 5 addresses until > it goes back to 1 address and the whole process starts over.
Sounds like udev is renaming your ethernet device. Take a look at: /etc/udev/rules.d/70-persistent-net.rules Delete all the lines except for the one for eth0. Or you could try moving that file elsewhere and reboot. If that doesn't work, uninstall dhclient and install another DHCP client like pump. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

