I have a VMware machine running Ubuntu 9.10 (Karmic) with three virtual ethernet NICs. For some reason, the kernel has decided that these NICs are: eth3, eth4, and eth5. There is no eth0-eth2. How can I force the kernel to renumber these three ethernet devices to be eth0, eth1 and eth2?

link|improve this question

79% accept rate
feedback

1 Answer

up vote 7 down vote accepted

As root, edit the NAME= fields in /etc/udev/rules.d/70-persistent-net.rules, save, and reboot.

link|improve this answer
That was it, thanks! – Josh Nov 18 '09 at 21:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.