[08:20] marshmellow: mind to share your netplan config (YAML), with wifi password redacted? [16:13] Hi, what does netplan do when you do configure nameservers on multiple interfaces? Could I just configure all nameservers on one interface or would that do something different? [16:14] Example: https://netplan.io/examples/#attaching-vlans-to-network-interfaces [16:16] would this do the same as the example? https://paste.ubuntu.com/p/n4VHJdHKpB/ [16:22] Tuor: netplan passes this information down to systemd-networkd via the DNS=... field, which is then read by systemd-resolvd. Systemd-resolve seems to list this information per interface, so I assume the behavior is different. See: systemd-resolve --status [16:55] ok thx, will see. :) [17:53] hmm systemd-resolve does not only have interface specific nameserver entries but also global ones and it has search domains and (not search) domains with different behaviour. This doesn't seem to be supported by netplan. [18:09] Tuor: search domains are supported by the nameservers.search settings. But those are interface specific... [18:09] Unfortunately there is currently no other way to define DNS/seach domains in neptlan YAML