[09:23] PeGaSuS: the config you've pasted LGTM [13:34] Hi, in my hosts netplan-yml file I configured a single ethernet with multiple DNS servers. When running »resolvectl status« this link’s configuration is shown as configured. Yet, in the “Global” section those same DNS-Servers are listed as global for all the other domains as well. Is there a way to separately configure this global DNS servers in my host’s netplan-yml? Yes this is a somewhat [13:34] manual split-horizon approach. :-) [13:39] filePeter: no. you cannot configure the global DNS via netplan. only the per-interface configuration can be set via netplan. You could probably define the global DNS via sd-resolved directly, e.g. in /etc/systemd/resolved.conf.d/dns_servers.conf (see https://wiki.archlinux.org/title/systemd-resolved#Manually) [13:40] https://bugs.launchpad.net/netplan/+bug/1698024 [13:43] slyon: Perfect, thank you! I’ll go with that.