Rocky Linux Installation previously CentOS: Difference between revisions

mNo edit summary
mNo edit summary
Line 118: Line 118:
***If needed: yum install network-scripts
***If needed: yum install network-scripts


Renaming and Interface (AKA getting rid of the freaky Rocky8 Network Interface names);
Renaming and Interface (AKA getting rid of the freaky Rocky8 Network Interface names), in this example Old Name=;


*<code>ifdown enp2s0</code>
*<code>ip link set enp2s0 name eth0</code>
*<code>ip link set enp2s0 name eth0</code>
*<code>mv /etc/sysconfig/network-scripts/ifcfg-enp2s0 /etc/sysconfig/network-scripts/ifcfg-eth0/code>
*<code>nano /etc/sysconfig/network-scripts/ifcfg-eth0: DEVICE=eth0</code>
*From: https://tekneed.com/how-to-rename-nic-in-linux-centos-rhel-7-8/
*From: https://tekneed.com/how-to-rename-nic-in-linux-centos-rhel-7-8/