Re: ip address configuration census.
Reply #22 –
Added dhcpcd to the list. Classic, yet I forgot to add.
Same reason for me, but I took a different approach.
You will probably need to disable your network manager's service, and/or just uninstall the network manager.
I don't know if this will help but lemme shill my iproute2 guide:
https://forum.artixlinux.org/index.php/topic,8609.0.html
A guide to do a full manual network config, including on setting the interfaces UP/DOWN without network managers.
Although this guide only covers IPv4. IPv6 is a whole different beast and requires a guide on its own but fortunately IPv6 has SLAAC (ipv6 auto configuration). So I don't have to make a guide for it.
As for the network interface card naming scheme, I assume you meant something like eth0 name reported by the iproute2 command:
# You can shorten this with: ip l
$ ip link
eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 12:34:56:78:9A:BC brd ff:ff:ff:ff:ff:ff
I think that has to do with udev. A quick search confirmed it for me. It also seems that you can change it. But I have not tried changing mine, so I can't give you answers.