Re: [systemd-devel] systemd-resolved and dhclient nameservers

2023-04-07 Thread Mantas Mikulėnas
Systemd-resolved can't actually see your leases all on its own; the DHCP client needs to provide it that information. Networkd and NetworkManager do it directly through the D-Bus IPC. For standalone dhcpcd, you would likely need to install the `resolvconf` emulation that comes with systemd (usuall

[systemd-devel] systemd-resolved and dhclient nameservers

2023-04-07 Thread Alex Cheamitru
Hi, I'm curious about whether or not dhclient-provided DNS servers will be added to resolv.conf when it is managed by systemd-resolved. The man page mentions *"... **and dynamically at run time, for example from DHCP leases",* but I'm not sure if that only applies to systemd-networkd leases. To