Hi, I have been using this process to rename the NIC of a system: 1) add net.ifnames=0 biosdevname=0 to the GRUB_CMDLINE_LINUX in /etc/default/grub 2) grub2-mkconfig -o /boot/grub2/grub.cfg 3) copy this file to /etc/udev/rules.d/99-rename-to-eth0.rules contents: SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="54:04:a6:10:61:87", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" This was working just fine but since the fresh install of FC34 x86_64 from Fedora-Everything-netinst-x86_64-Rawhide-20201213.n.0.iso this procedure no longer works. eth0 for ipv6 looks like it's working but eth0 for ipv4 init fails to produce a usable network connection. Is this a known bug or a George misteak? Any help/hints/tips/suggestions would be greatly appreciated. Best regard and HAPPY HOLIDAYS and BE SAFE! George... _______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx