Results 1 to 3 of 3
I just replaced my old ethernet card with a new one, and now the number has changed from eth0 to eth2, how can I get it back to eth0?...
- 06-28-2009 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 14
New ethernet card, new eth number?
I just replaced my old ethernet card with a new one, and now the number has changed from eth0 to eth2, how can I get it back to eth0?
- 07-02-2009 #2Just Joined!
- Join Date
- Jun 2009
- Posts
- 19
I had the same problem, You have to tweak a file in an udev script. try to grep for eth0.
I'll post more information tonight.
- 07-02-2009 #3Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,679
Persistent NIC naming is handled by Udev - Debian Wiki
Edit the file below and delete the lines for any current NIC's. After reboot, the NIC's will be reset to eth0, eth1, etc. in the order they are detected.
Code:/etc/udev/rules.d/75-persistent-net-generator.rules


Reply With Quote

