December 2015
Intermediate to advanced
250 pages
4h 41m
English
DNS servers are stored in /etc/resolv.conf. You can also manage this file using NetworkManager.
As with the previous recipe, and for the same reasons, this recipe won't go into the kickstart options.
Let's set the DNS resolvers for eth1 to point to Google's public DNS servers: 8.8.8.8 and 8.8.4.4.
Perform the following steps:
~]# nmcli connection modify System\ eth1 ipv4.dns "8.8.8.8,8.8.4.4"
~]# nmcli connection show System\ eth1
Here is an example output of the preceding commands:
The nmtui tool requires a bit more work to ...
Read now
Unlock full access