- Code: Select all
[root@runeaudio ~]# systemctl stop systemd-networkd
[root@runeaudio ~]# systemctl disable systemd-networkd
Removed symlink /etc/systemd/system/multi-user.target.wants/systemd-networkd.service.
[root@runeaudio ~]#
Re-boot.
- Code: Select all
[root@runeaudio ~]# systemctl status dhcpcd
● dhcpcd.service - dhcpcd on all interfaces
Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; disabled; vendor preset: disabled)
Active: inactive (dead)
[root@runeaudio ~]#
[root@runeaudio ~]# systemctl status systemd-networkd
● systemd-networkd.service - Network Service
Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:systemd-networkd.service(8)
[root@runeaudio ~]#
Now only 1 IP is allocated, perfect.
Just need to work out why my DHCP server is being snotty about trying to allocate a FQDN. Probably because Rune still thinks the second IP allocation (dynamic) is still active and asking for it to be re-allocated, instead of the reserved one I created.
Will keep an eye on the contents of /etc/resolv.conf going forward.
Thanks again.
Cheers.