Mark Haney wrote: > I've got a server doing something weird with it's network interfaces. > It's got one NIC in it, and from the live CD it sees that NIC as ETH0. > > However, no matter what I do on boot from the HDD, it sees that > interface as ETH1. Even though it was originally setup as ETH0. And > now, on a reboot, none of the networking services starts up because the > system thinks eth0 does not exist.
Check /etc/udev/rules.d/70-persistent-net.rules there will probably be another interface with the "eth0" name. Just delete it and move the eth0 name to your current interface. raf
