Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Networking Red Hat Software Linux

Fedora 15 Changes Network Device Naming Scheme 132

dkd903 writes "Fedora developer Matt Domsch has announced that Fedora 15 is breaking the conventional ethX naming scheme used for Ethernet devices by adopting a new scheme called Consistent Network Device Naming. The ethX naming scheme works fine as long as the system has only one Ethernet port. However if there are more than one Ethernet ports, the actual problem starts."
This discussion has been archived. No new comments can be posted.

Fedora 15 Changes Network Device Naming Scheme

Comments Filter:
  • Re:False (Score:5, Informative)

    by jnelson4765 ( 845296 ) on Wednesday January 26, 2011 @08:16AM (#35007046) Journal

    Actually, it doesn't. The interfaces can be named the same on reboot, but the initial numbering is semi-random.

    The problem arises when you're trying to deploy a large number of machines, and you know which devices are where on the PCI buses (modern servers are coming with 4 Ethernet ports on the motherboard now). That way, you can assign VLANs and IPs to specific ports in a kickstart file and the installer doesn't have to play the "which interface is eth1" game. Which is not fun. We should not be relying on automagic configuration for something as basic as ethernet...

    <rant>this is why I don't like the /dev/sd* interfaces in Linux - you have to dig deep into /proc to find out which port SATA and SAS devices are on</rant>

    This doesn't get into crappy BIOSes that enumerate devices badly, or NICs that have a bad habit of initializing late.

  • by LordFolken ( 731855 ) on Wednesday January 26, 2011 @08:24AM (#35007104)

    You should use LLDP a protocol for discovering what iface is connected to what port on the switch. There is an lldpd available for pretty much all distros.

  • by characterZer0 ( 138196 ) on Wednesday January 26, 2011 @09:44AM (#35007718)

    With the existing system, if you wipe the disk and reinstall, will the interface names always be the same? It sounds like that is what they are trying to ensure. It could be helpful for frequently re-imaged machines and for diagnostics.

To do nothing is to be nothing.

Working...