10-10-2017, 12:12 AM
Presume its in the bootloader but if I post
Could we have that at one stage to get some sanity with the eth name such as eth0, eth1... wlan1...
I just created a persistent rule.
nano /etc/udev/rules.d/70-persistent-net.rules
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:4c:53:44:58", KERNEL=="eth*", NAME="eth1"
If any one else wants the same just change the mac address to your adapter
If the bootloader passes the first then we should get sane names automatically.
My eth1 was enx00e04c534458 and its not easy to remember
Code:
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 biosdevname=0"
I just created a persistent rule.
nano /etc/udev/rules.d/70-persistent-net.rules
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:4c:53:44:58", KERNEL=="eth*", NAME="eth1"
If any one else wants the same just change the mac address to your adapter
If the bootloader passes the first then we should get sane names automatically.
My eth1 was enx00e04c534458 and its not easy to remember