/etc/network/interfaces file
Below the iface lo inet loopback line, insert the following line:
dns-nameservers 1.2.3.4Except instead of 1.2.3.4 you use the DNS Server address copied from step 2.
The /etc/network/interfaces file should look similar to this:
auto lo iface lo inet loopback dns-nameservers 23.92.26.216
As the root user, type the following commmand:
ifdown lo
As the root user, type the following commmand:
ifup lo