Hi,
I am using mobile broadband (usb modem) to connect to the Internet.
I want to use Google DNS. I have configured the connection like this
https://paste.opensuse.org/77700669
But when I view the resolv.conf I see this
~> cat /etc/resolv.conf
### /etc/resolv.conf file autogenerated by netconfig!
#
# Before you change this file manually, consider to define the
# static DNS configuration using the following variables in the
# /etc/sysconfig/network/config file:
# NETCONFIG_DNS_STATIC_SEARCHLIST
# NETCONFIG_DNS_STATIC_SERVERS
# NETCONFIG_DNS_FORWARDER
# or disable DNS configuration updates via netconfig by setting:
# NETCONFIG_DNS_POLICY=''
#
# See also the netconfig(8) manual page and other documentation.
#
# Note: Manual change of this file disables netconfig too, but
# may get lost when this file contains comments or empty lines
# only, the netconfig settings are same with settings in this
# file and in case of a "netconfig update -f" call.
#
### Please remove (at least) this line when you modify the file!
nameserver 122.160.237.197
nameserver 59.144.127.117
nameserver 8.8.8.8
As you can see the system is still using my ISP’s DNS servers.
How to use custom DNS ?