Ok, in a terminal do;
su -
gedit /etc/resolv.conf
Then type in exactly this (just the one line, no need for anything else);
Save the file and close gedit - ta da! (That was assuming your router's IP was 192.168.0.1)
You should then be able to access the internet, and from a terminal do something like;
ping www.google.com
which will resolve the fqdn.
su -
gedit /etc/resolv.conf
Then type in exactly this (just the one line, no need for anything else);
Code:
nameserver 192.168.0.1
Save the file and close gedit - ta da! (That was assuming your router's IP was 192.168.0.1)
You should then be able to access the internet, and from a terminal do something like;
ping www.google.com
which will resolve the fqdn.
Last edited: