I recently upgraded to Ubuntu 16.04 and have been having issues connecting to the internet. I can use it for a few minutes and then all of a sudden pages stop loading and I get the "server not found" message on Firefox. Ubuntu still shows it's connected to the internet, though. If I disconnect and reconnect the cable, or even just click on "wired connection 1" in the menu, it reconnects and the internet works again for a short time. I have to do this every few minutes. Does anyone know what the problem could be? Or how to solve it?
I've tried reinstalling ubuntu from fresh but the issue is still there. I've also had a bunch of other problems (graphics), but I'm hoping I'll be able to fix them once my internet is 100% working.
If it's of any help my rig is:
- Ubuntu 16.04 (alongside Windows 10)
- Intel i7 6700 CPU
- Gigabyte H170M-D3H motherboard
- ASUS Nvidia GeForce GTX 750 ti GPU
Any help would be greatly appreciated. I've pretty much tried everything I can find on the net.
Apr 23 16:03:59 Chris-PC avahi-daemon[795]: Withdrawing address record for fe80::f910:2ff3:14a3:675b on enp0s31f6. Apr 23 16:03:59 Chris-PC avahi-daemon[795]: Registering new address record for 2408:212:66cb:6e00:d189:6c44:7f3b:91cc on enp0s31f6.*. Apr 23 16:07:01 Chris-PC whoopsie[813]: [16:07:01] Cannot reach: https://daisy.ubuntu.com Apr 23 16:07:01 Chris-PC whoopsie[813]: [16:07:01] offline
– Chris Apr 23 '16 at 07:10CTRL+ALT+T
and then typetail /var/log/syslog
which will show you the last few lines of the msgs. Or you could docat /var/log/syslog | grep "eth" | tail -50
to see an in-depth view of the ethernet. – AzkerM Apr 23 '16 at 07:28{}
button in the editor toolbar) are much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it’s best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. – David Foerster Jul 16 '16 at 07:14