This post will help to change the network interface name using prefixdevname utility in CentOS/RHEL 8 systems. Installation and configuration 1. Install the required package using dnf utility: # dnf install prefixdevname 2. Append the net.ifnames.prefix=[ABCD] using grubby command: (ABCD to replaced with own prefix, eg: net). # grubby –update-kernel=$(grubby –default-kernel) –args=”net.ifnames.prefix=net” 3. Reboot the […]
The post How to change the interface name in CentOS/RHEL 8 using prefixdevname first appeared on RSSFeedsCloud.