Originally posted by Ericg
View Post
Announcement
Collapse
No announcement yet.
Ubuntu Finally Looks To Go With Persistent Network Interface Names
Collapse
X
-
-
Originally posted by Ericg View Post
Not denying your experience, but its not just Ubuntu Server who does this... You also get it on RHEL and RHEL-clones, SUSE, possibly soon Debian, as well as any distro who uses a recent version of udev. You can disable it, or just make udev rules where you manually name them, but by default you're gonna get it eventually unless you move to *BSD.
EDIT: as said, it fixes a nonexistent problem, sane distros fixed the problem long time ago. I see this "fix" (especialy in ubuntu/debian derivatives. cant speak of rhel, long time no use here.) as "for sake of change", nothing more, nothing less. damn. too much EDITs for todayLast edited by stefansaraev; 11 May 2015, 02:16 PM.
Comment
-
Originally posted by david_lynch View PostWhat a pain for server administrators. I wonder if these folks ever thought about how many boxes are out there running scripts that start out like this:
for i in `ifconfig -a | grep eth`
Edit: Seems you have to configure it though. I first though both would be available at the same time.Last edited by carewolf; 11 May 2015, 02:53 PM.
Comment
-
I can't believe what i just have read.\
Finally, many distributions support renaming interfaces to user-chosen names (think: "internet0", "dmz0", ...) keyed off their MAC addresses or physical locations as part of their networking scripts. This is a very good choice but does have the problem that it implies that the user is willing and capable of choosing and assigning these names.
Comment
-
-
Originally posted by stefansaraev View PostI perfectly understant that lot of people would need this feature, no arguing here. it's just the naming schema thats nonsense, imo. and yep, I'll "fix" it myself immediately when it comes to my favourite distro
EDIT: as said, it fixes a nonexistent problem, sane distros fixed the problem long time ago. I see this "fix" (especialy in ubuntu/debian derivatives. cant speak of rhel, long time no use here.) as "for sake of change", nothing more, nothing less. damn. too much EDITs for today
Comment
-
Originally posted by stefansaraev View Post
it's an issue, that has been solved ~ 10 years ago, iirc. on some distros (EDIT: including ubuntu), we have (autogenerated) persistent udev rule (details, details.. yea), ifnames tied to mac address and so, in past xx years, the only way I could get an ifname change was NOT to move to another pci/e slot, but to delete that autogenerated udev rule (or modify it)
Comment
-
it's something dell came up with so interface names would match the physical ports
not a bad thing for servers really, i just wish they choose a better naming convention
bdw http://linux.dell.com/files/whitepap...g_in_linux.pdfLast edited by gens; 11 May 2015, 07:37 PM.
Comment
-
Comment