On Thursday, 11 January 2024 15:38:43 AEDT Piers Rowan via luv-main wrote: > ......of course systemd-resolved wrote over all my changes and I have no > idea what went "right" .It has been re-booted over the last couple of > days to I better check the logs next time it happens.
You can use "resolvectl" to change the running config of systemd-resolved. On Debian you can purge the "systemd-resolved" package and have things work in the traditional way. This may not be supported on all distributions. You can edit /etc/resolv.conf and restart systemd-resolved and it will adopt the contents of that file into your default configuration. You can edit the /etc/nsswitch.conf file to not have a reference to systemd and then run "chattr +i /etc/resolv.conf" after putting in the settings you like. This usually isn't the recommended solution but will work. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/ _______________________________________________ luv-main mailing list -- [email protected] To unsubscribe send an email to [email protected]
