netplan-developers team mailing list archive
-
netplan-developers team
-
Mailing list archive
-
Message #00096
systemd-netplan putting ISP DNS in addition to DNS declared in /etc/netplan
I have tried both static definition and DHCP definition with DNS declared
as so :
nameservers:
addresses: [10.0.0.110,"fe00::110",1.1.1.1,1.0.0.1,
"2606:4700:4700::1111","
2606:4700:4700::1001"]
I find that my ISPs DNS IP adrdresses appear (along with these definned) in
/etc/resolv.conf and in the output of systemd-resolve --status. This is
definitely not what I want.
NetworkManager does not do this.
Is this expected behavior? Or should I report a bug?