Open the Terminal
In the Terminal, follow these steps. The commands that need to be entered are in italics remember to press enter after each command.
-
sudo vi /etc/dhcpcd.conf
-
go to bottom of file and add: static domain_name_servers=8.8.4.4 8.8.8.8
-
save the file (type ": w")
-
exit vi (type ":q")
-
sudo service dhcpcd restart