1

sorry for bad english. I'm using Ubuntu 14.04 64 bit and I have a strange internet connection problem. When I'm at work I can access internet via DHCP wireless and wired without problems. When I'm at home with wireless connection or when I use tethering hotspot with my mobile phone I cant connect internet using DHCP. The only way to connect internet is to set manually the DNS (8.8.8.8) in Network Manager. Why? With Ubuntu 12.04 I've never set DNS on DHCP and it worked fine... Thank you.

bain
  • 12,200

2 Answers2

0

From the fact that your system connects at work via wired and wireless shows that your system works, and that the system at work is configured correctly. The failure of home wireless and "tethering hotspot" means that your home wireless router (and whatever you connect to with your phone) are not configured to share DNS information when you connect. You can fix this problem by accessing your home router configuration, and finding DHCP settings. You could use wireshark on Linux to monitor packets both as you connect at work, and fail to connect at home.

waltinator
  • 37,856
0

Connect to the troubled network and post output from nm-tool it should give you DNS server assigned by DHCP. See if that's correct, try to ping the DNS server(s)

meccooll
  • 1,490