How Linux names network interfacesThe usual explanation of how network interfaces get their names is
that they're named based on what's in alias eth0 sk98lin alias eth1 3c59x alias eth2 e100 And indeed this usually works, and when your system boots nicely the
3Com 'Marvell' gigabit card is How the Linux kernel really names network interfaces is that network
interfaces are named in the order they're found: the first network
interface found is So when you do ' If you want stable names, the kernel does support renaming network
interfaces; the usual approach is to name interfaces based on MAC
addresses. On modern kernels you can use (On Red Hat and Fedora Core, I believe that you set The kernel uses registration order based naming for other things too;
the most famous (or infamous) case is SCSI drives, where the first one
found is |
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |