So I edited like
NETCONFIG_DNS_STATIC_SERVERS=“4.2.2.2”
systemctl restart wicked
cat /etc/resolv.conf
However I don’t see the change in /etc/resolv.conf
Then I ran /sbin/netconfig update
And the output says : Attention: you have modified /etc/resolv/conf. Leaving it untouched. You can find my version in /etc/resolv.conf.netconfig (which contains the DNS server I added in /etc/sysconfig/network/config file).
I think I edited /etc/resolv.conf manually before the /etc/sysconfig/network/config test.
So at this point, if I would need to update DNS server info again, should I continue to edit /etc/resolv.conf manually or /etc/sysconfig/network/config?
So I edited like
NETCONFIG_DNS_STATIC_SERVERS=“4.2.2.2”
systemctl restart wicked
cat /etc/resolv.conf
However I don’t see the change in /etc/resolv.conf
Then I ran /sbin/netconfig update
And the output says : Attention: you have modified /etc/resolv/conf. Leaving it untouched. You can find my version in /etc/resolv.conf.netconfig (which contains the DNS server I added in /etc/sysconfig/network/config file).
I think I edited /etc/resolv.conf manually before the /etc/sysconfig/network/config test.
So at this point, if I would need to update DNS server info again, should I continue to edit /etc/resolv.conf manually or /etc/sysconfig/network/config?[/QUOTE]
you can run “/sbin/netconfig -f update” to force replacing the files with the generated version. I’d recommend to do so and stay with modifying /etc/sysconfig/network/config.