On Sat, Feb 09, 2019 at 06:06:31PM +0100, Ingo von Laer wrote: > Dear Sirs and Ladies, > with the implementation of the NetworkManager the little Problems began. > WFT, "Wired Connection 1" tree blanks an config-file in the etc. > The biggest Problem are the fancy new names for the Ethernet. What is the > problem with eth0? All server tools like isc-dhcp-server or FAI are using > eth0. If you must use the fancy names for the eth0 then implement it so > that other packages can use them too, or simpler leave the name eth0.
You want predictable interface names, then. To switch them to predictable, append "net.ifnames=0" to kernel's cmdline; the argument will then be parsed by udev (the on-filesystem way to do so changes quite often). Easiest way to change the cmdline is "dpkg-reconfigure grub-*" where * can be "pc" or "efi" depending on how your machine boots. Meow! -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Remember, the S in "IoT" stands for Security, while P stands ⢿⡄⠘⠷⠚⠋⠀ for Privacy. ⠈⠳⣄⠀⠀⠀⠀

