On 2023-05-08 22:54, Darryl Gregorash wrote:
On 2023-05-08 03:40, Carlos E. R. wrote:
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?
YaST, Network configuration --> Hostname/DNS and change "Modify DNS configuration" to manually.
Er... No, it is a file name that has to be written there. If using NM, the file should be (even when using NETCONFIG_DNS_POLICY='STATIC', can not verify this moment (the machine where I found this out is not running this instant)): resolv-file=/run/NetworkManager/no-stub-resolv.conf In the case of wicked, I have found no equivalent file. Candidates: /run/dnsmasq-forwarders.conf Telcontar:~ # egrep -v "^[[:space:]]*$|^#" /run/dnsmasq-forwarders.conf nameserver 192.168.1.16 Telcontar:~ # /run/netconfig/resolv.conf Telcontar:~ # egrep -v "^[[:space:]]*$|^#" /run/netconfig/resolv.conf search valinor nameserver 127.0.0.1 nameserver 192.168.1.16 Telcontar:~ # /run/wicked/leaseinfo.eth0.auto.ipv6 different format, not usable. The goal is to have a "static" resolv.conf file containing: search valinor nameserver 127.0.0.1 nameserver 192.168.1.16 And a forwarder file (dynamic) that contains: nameserver 80.58.61.250 nameserver 80.58.61.254 nameserver 2a02:9000::aaaa nameserver 2a02:9000::bbbb I have not found that forwarder file that I want, but I have written by hand equivalent entries in "/etc/dnsmasq.conf", so I can consider the issue solved. The remaining issue is to find the root cause of having the "/run/wicked/leaseinfo.eth0.auto.ipv6" being updated more or less every minute. On two computers. The theory is that the culprit is the router, but so far I have not found evidence of that. -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)