What I have to insert in NETCONFIG_DNS_STATIC_SEARCHLIST?

on my leap 15.6 running KDE using networkmanager,
had some problems with DNS, inserting one of this in my router I solved:
1.0.0.1 or 208.67.222.222 or 208.67.220.220
reading on the web and in etc/resolv.conf I get that I can also insert this in my pcs
trying using yast>network didn’t succeed becouse the use of networkmanager block the insertion of DNS, is there a way to insert DNSs?
using sysconfig editor I found that is possible to insert a list of DNSs in:
NETCONFIG_DNS_STATIC_SEARCHLIST
and
NETCONFIG_DNS_STATIC_SERVERS
what I have to insert in these variables?
a comma separated list?

I inserted this:
1.0.0.1, 208.67.222.222, 208.67.220.220
but, after run

netconfig update -f

this list should be inserted in etc/resolv.conf file
as said in /etc/sysconfig/network/config file
and this doesn’t happen.
is it why I did not inserted a correct list?

If you read the netconfig man page you will see that the default policy with NetworkManager is to only use information from NetworkManager. Your static values are only used if NetworkManager returned nothing.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.