Results 1 to 6 of 6
What is NIC ordering on bootup of Linux machines? what is its significance ? can anyone tell in detail....
- 01-31-2012 #1Just Joined!
- Join Date
- Jan 2012
- Posts
- 3
NIC ordering
What is NIC ordering on bootup of Linux machines? what is its significance ? can anyone tell in detail.
- 01-31-2012 #2
By MAC address. By editing your eth# config files you can set the NIC to the interface you want it to be.
- 02-01-2012 #3Linux Guru
- Join Date
- May 2011
- Posts
- 1,838
Note that some newer Linux distros (Fedora 16, I can verify) are using a newer kernel-based network device naming convention that is meant to be more consistent and reliable. It is based upon the physical location and interface type of the hardware.
For example, what once was my eth0, is now p32p1 (the first p is for PCI and the 2nd is for Port, the first p could alternatively be em to indicated a NIC that is Embedded on the motherboard).
You can read more about it here:
Consistent Network Device Naming coming to Fedora 15 | domsch.com blog
- 02-01-2012 #4
I didn't know this. Thnx for the link. I for one would never use this.
- 02-01-2012 #5Linux Guru
- Join Date
- May 2011
- Posts
- 1,838
yeah, exactly how I felt when I first heard about it. Thankfully, you should just be able to do this to disable the new and improved naming scheme (haven't tried it myself):
More on that at Fedora's official page on device naming:Code:biosdevname=0
Features/ConsistentNetworkDeviceNaming - FedoraProject
- 02-05-2012 #6Just Joined!
- Join Date
- Mar 2011
- Location
- pittsburgh
- Posts
- 44


Reply With Quote
