But also, just
searching the web for this topic, you should have come across this
answering your questions: https://wiki.debian.org/NetworkInterfaceNames
On Wednesday 12 June 2024 06:54:54 am Richard wrote:
But also, just
searching the web for this topic, you should have come across this answering your questions: https://wiki.debian.org/NetworkInterfaceNames
Wow. Just wow...
That sort of thing just drives me crazy! :-)
I can see sticking with older versions of some things.
Good catch. With the title of this thread and not seeing any proper description of what's actually wrong on GitHub, I figured the change
of the adapter name was meant. Yes, with MAC randomization, that's
what you'll get. But it's nothing Debian defaults to. So question is,
can this be disabled on Proxmox? But with this hint, it should be
easy enough to figure out if this can be deactivated on the affected
systems, and if not the bug reports must be against these issues, as
Debian itself doesn't do such things. If it is an issue with Debian preventing the disablement, the devs need to talk to each other.
Richard
Am Mi., 12. Juni 2024 um 17:10 Uhr schrieb Jeffrey Walton < noloader@gmail.com>:
The random MAC address discussed in the bug report (with mention of
Network Manager) could be
< https://blogs.gnome.org/thaller/2016/08/26/mac-address-spoofing-in-networkmanager-1-4-0/
.
Jeff
No need. You can have your traditional names (I do). Just add
"net.ifnames=0" (if necessry separated by a space, should
other stuff be already there) to your GRUB_CMDLINE_LINUX_DEFAULT
in your /etc/default/grub, then ru update-grub.
Mine loks like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet net.ifnames=0"
https://wiki.debian.org/NetworkInterfaceNames
On Wed, Jun 12, 2024 at 09:01:44PM +0200, tomas@tuxteam.de wrote:
Mine loks like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet net.ifnames=0"
People who are thinking of doing this should take a moment to consider whether it will be better or worse than the default.
For a machine that has exactly one ethernet interface, this is a vast improvement over the default. Your interface will always be named
"eth0" no matter what crazy things happen on the PCI bus.
For a machine with multiple interfaces, however, the original problem
that "predictable interface names" were supposed to solve is still an
issue. The kernel may not assign the names in the same order every
time you boot. In that situation, "net.ifnames=0" is not likely to
be an improvement. You'd be better off using systemd.link(5) files to customize your interface names according to your own specific needs.
For my laptop, I very much prefer to say "sudo ifup eth0" than to
say "sudo ifup en0ps&&@*#!☠" thankyouverymuch :)
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 21:23:48 |
Calls: | 10,390 |
Calls today: | 1 |
Files: | 14,061 |
Messages: | 6,416,983 |