Linux Setup DNS

Setting up the DNS in Linux can be done in a few steps. sudo cp /etc/resolv.conf /etc/resolv.conf.auto Now edit the dhclient sudo gedit /etc/dhcp3/dhclient.conf Look for the below line, which will be commented, and match this setting. # append the following line to the document prepend domain-name-servers 208.67.222.222,208.67.220.220; sudo ifdown eth0 && sudo ifup eth0

Read More