1

I have upgraded to 16.04 LTS (from 15.10). Wi-Fi and LAN both shows connected, but internet is not working.

I have done re-installation of Broadcom wi-fi drivers (through additional drivers), restarted network-manager services. But problem not solved.

kn_pavan
  • 1,041

1 Answers1

3

Sounds like a DNS problem...

Check if you are able to connect to your router IP. (if you can, it probably is)

Check your ifconfig for DNS and Gateway info.

If it is a DNS problem, recheck your network configuration on DHCP and/or use a static lan address with your router/dhcp server as 1st DNS, and other DNS servers following.

ubured
  • 81
  • 1
    That's it. Problem was with the resolve.conf. solved it following http://askubuntu.com/questions/622470/dns-probe-finished-bad-config-error-in-ubuntu-14-04# – kn_pavan Apr 23 '16 at 08:08