Renaming or persistent name of network devices
At the moment I am trying to make several network devices persistent in name, which used to be controlled with /etc/udev/rules.d/70-persistent-net.rules
. But the entries here are not picked up, as dmesg | grep eth
still returns:
[ 1.868768] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:23:24:7b:ae:4e
[ 1.868770] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 1.868835] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[ 1.870873] e1000e 0000:00:19.0 eno1: renamed from eth0
[ 3.378822] r8152 4-3.1:1.0 eth0: v1.09.9
[ 3.382914] r8152 4-3.1:1.0 enp0s20u3u1: renamed from eth0
[ 4.331715] r8152 4-3.2:1.0 eth0: v1.09.9
[ 4.338498] r8152 4-3.2:1.0 enp0s20u3u2: renamed from eth0
[ 5.308623] r8152 4-3.3:1.0 eth0: v1.09.9
[ 5.316241] r8152 4-3.3:1.0 enp0s20u3u3: renamed from eth0
[ 5.494115] r8152 4-3.4:1.0 eth0: v1.09.9
[ 5.501709] r8152 4-3.4:1.0 enp0s20u3u4: renamed from eth0
Which seems to happen from /usr/lib/udev/rules.d/60-net.rules
. Which approach will allow me to rename the devices without having to remove current rules.d
files in /usr/lib/udev/rules.d
?
Hi, and welcome to ask.fedora. Here, we don't close answered questions even though the website offers it. The idea is to mark the correct answer by ticking the grey check mark under the vote buttons.