I've recently upgraded my desktop from 12.04 to 14.04 and now my internet connection isn't working. I can access my router. I can go to Google by entering its IP address.
My resolv.conf file:
nameserver 8.8.8.8
nameserver 8.8.4.4
Per other instructions I've commented out dns=dnsmasq
from /etc/NetworkManager.conf
[main]
plugins=ifupdown,keyfile,ofono
#dns=dnsmasq
no-auto-default=00:19:66:45:52:39,
[ifupdown]
managed=false
If I don't have dns=dnsmasq
commented out then my resolv.conf has this entry only:
nameserver 127.0.1.1
At this point I am dumbfounded because from everything I know DNS should be working. I'm grateful for any help.
P.S. I should add that prior to the upgrade I had an FTP server running on the desktop for sending images from an office scanner. The scanner can't find the FTP server. Other office computers (including my laptop running 12.04) can use the internet fine.