On Wed, Dec 1, 2021 at 8:05 PM Rich Freeman <[email protected]> wrote: > > On Wed, Dec 1, 2021 at 7:15 PM Dale <[email protected]> wrote: > > > > > > root@fireball / # ls -al /etc/udev/rules.d/ > > -rw-r--r-- 1 root root 1903 Apr 4 2012 70-persistent-cd.rules > > -rw-r--r-- 1 root root 814 Jan 1 2008 70-persistent-net.rules > > -rw-r--r-- 1 root root 0 Mar 22 2015 80-net-name-slot.rules > > > > I can't recall which of the two about net it is tho. Thing is, it seems > > to work with eudev but not udev. > > With udev the filenames you want are: > 80-net-name-slot.rules > 80-net-setup-link.rules > > Or at least, that is what I am using with the systemd-bundled udev and > my physical interface is eth0.
Disregard that. I'm also using net.ifnames=0 - I'm guessing the filename changed at some point. You probably can dig around in the package-supplied udev rules to figure out which one needs to be overridden now. -- Rich

