On 08.05.2023 12:40, Carlos E. R. wrote: ...
They are not in the same order, so comparison is not obvious. But I see these:
NETCONFIG_DNS_FORWARDER='resolver' NETCONFIG_DNS_FORWARDER="dnsmasq"
NETCONFIG_DNS_POLICY='auto' NETCONFIG_DNS_POLICY="STATIC"
And we still do not know which lines come from which system ...
Now, where should dnsmasq get the external forwarders from... ah:
laicolasse (NM):
# Change this line if you want dns to get its upstream servers from # somewhere other that /etc/resolv.conf #CER resolv-file=/run/NetworkManager/no-stub-resolv.conf
Telcontar:
# Change this line if you want dns to get its upstream servers from # somewhere other that /etc/resolv.conf #resolv-file=
Ok, I have to change that one. To what, using wicked?
dnsmasq module writes into /run/dnsmasq-forwarders.conf. It is even documented in "man 8 netconfig" ... but of course real men do not read those manuals.