Page 1 of 1

Re: Intermittent DNS problem causing broken internet.

Posted: Sat Feb 03, 2018 12:47 pm
by minitux

Code: Select all

sudo nano /etc/resolvconf/resolv.conf.d/head
add to file those lines

Code: Select all

nameserver 8.8.8.8
nameserver 8.8.4.4
save with Ctrl+o+enter and close with Ctrl+x and in the end

Code: Select all

sudo resolvconf -u
and reboot

in the first command you can sobstitute nano with your text editor.

Re: Intermittent DNS problem causing broken internet.

Posted: Sat Feb 03, 2018 12:56 pm
by trytip
sudo nano /etc/NetworkManager/NetworkManager.conf

comment out dns like this and reboot
[main]
plugins=ifupdown,keyfile,ofono
#dns=dnsmasq

Re: Intermittent DNS problem causing broken internet.

Posted: Tue Feb 06, 2018 11:45 am
by dwburt
What's 30-30-30?