Thank Dell Computers for this "improvement", which somehow
was accepted by Linux kernel maintainers.
With Slackware, where systemd doesn't live, it's easily fixed
by creating */etc/udev/rules.d/70-persistent-net.rules*
with this content (magic numbers gleaned from /sbin/lspci:
# PCI device 0x8086:0x1503 (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="*ec:a8:6b:f8:33:94*", ATTR{dev_id}=="0x0",
ATTR{type}=="1", KERNEL=="*eth**", NAME="*eth0*"
"Consistent Network Device Naming": Convention for naming Ethernet
adapters (NICs) in Linux. Interfaces are named: eno<n> for on-board
(embedded) NICs, ens<n> for PCI Express hotplug slots enp<x>s<y> for PCI
slots where <n> matches chassis labels, <x> is the PCI slot, and <y> is
an on-card index. NPAR and SR-IOV devices add a suffix of _<vf> from
0..n Other Linux conventions, such as .<vlan> and :<alias> suffixes
remain unchanged. CNDN replaced the older eth<x> naming scheme with the
rationale that it caused problems on multihomed machines; the NICs would
be named based on discovery order by the kernel at boot time. Removing
existing or adding new interfaces could cause the previously added
interfaces to change names.
On 12/18/23 09:02, Gary wrote:
I played around a bit when I had multiple ip's for
the same device. These docs are for Red Hat, but might suggest a work around for
you:https://www.redhat.com/sysadmin/network-interfaces-linux
-Gary
On Mon, Dec 18, 2023 at 12:37:01AM -0800, Brian E. Lavender wrote:
When I tried updating the mailing list server, I
got /dev/enX0 for the
ethernet! Ugh. I found these documents on the interfaces.
https://wiki.debian.org/NewInBuster#Network_interface_name_migration
Anyone else encounter issues?
Brian
--
Brian Lavender
http://www.brie.com/brian/
"There are two ways of constructing a software design. One way is to
make it so simple that there are obviously no deficiencies. And the other
way is to make it so complicated that there are no obvious deficiencies."
Professor C. A. R. Hoare
The 1980 Turing award lecture
_______________________________________________
Lug-nuts mailing list --lug-nuts(a)bigbrie.com
To unsubscribe send an email tolug-nuts-leave(a)bigbrie.com
_______________________________________________
Lug-nuts mailing list --lug-nuts(a)bigbrie.com
To unsubscribe send an email tolug-nuts-leave(a)bigbrie.com