Linux Lite Forums
Fresh install of Linux Lite 3.4 cannot access internet - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24)
+--- Thread: Fresh install of Linux Lite 3.4 cannot access internet (/showthread.php?tid=4398)



Fresh install of Linux Lite 3.4 cannot access internet - vhani - 09-01-2017

Hi all

I am relatively new to Linux Lite (I used Ubuntu previously but found it too bloated). I had no problems before but when the internet connection was upgraded, all other devices had internet access except for my laptop, which was running Linux Lite. But the temporary solution that worked was using a Linux Lite Live USB, in which my laptop was able to access the internet. So I thought maybe I needed to reinstall Linux Lite. Which I did. But now I still have no internet access. I can connect to the home network on both wifi and LAN cable, but no internet access.

So far, I've searched for solutions online and found they did not work for me. I've tried disabling the firewall, still no internet.

I can ping 8.8.8.8, the router, and google.com, no problem. But when I perform 'host www.google.com' on the terminal, I get the result ';;connection timed out; no servers could be reached'.

I would be very grateful for any help. Thanks a lot and have a nice day. 


Re: Fresh install of Linux Lite 3.4 cannot access internet - bitsnpcs - 09-01-2017

Hello vhani,

to open your terminal, hold down Ctrl+Alt and press t (Ctrl+Alt+t).

Type this into your terminal

Code:
sudo systemctl restart NetworkManager.service

Do you have a connection now ?


Re: Fresh install of Linux Lite 3.4 cannot access internet - vhani - 09-05-2017

Thanks for your reply. I tried your suggestion but unfortunately, I still can't load any webpages. Firefox still says 'Server not found'. Sad


Re: Fresh install of Linux Lite 3.4 cannot access internet - bitsnpcs - 09-05-2017

Hello vhani,

hold down Ctrl and Alt keys and press t (Ctrl+Alt+t)
type into your terminal -

Code:
nslookup google.com

Please post the results in your reply.




Re: Fresh install of Linux Lite 3.4 cannot access internet - Valtam - 09-05-2017

Have you changed network settings or firewall settings in any way at all?

Sent from my Mobile phone using Tapatalk




Re: Fresh install of Linux Lite 3.4 cannot access internet - torreydale - 09-05-2017


Consider resetting Firefox.


As a test, consider installing another browser like Chromium using the following:
Code:
sudo apt-get install chromium-browser



Re: Fresh install of Linux Lite 3.4 cannot access internet - trinidad - 09-05-2017

You don't say which version of LL you are running. There were some bollixed up Firefox updates a while back when Deb repos went through the old stable / stable switchover. Check your connection preferences in Firefox. Are you connecting through a proxy ahead of a router to get Internet access? If NO set Firefox to use system proxy settings. If YES set Firefox to auto detect proxy settings.

TC