7

I'm unable to connect to Internet when using Android WiFi hot-spot (I'm able to connect to hot-spot, but not able to access Internet).

When I use a WiFi router Internet works fine. In chrome I get DNS_PROBE_FINISHED_BAD_CONFIG error.

I tried removing /etc/resolv.conf, updating DNS server addresses to 8.8.8.8 and 8.8.4.4 (Google's public dns). But no luck with these.

Did anyone face similar issue? If so, Is there a solution for this problem?

System details:
Ubuntu 14.04 on HP pavilion laptop.
Ralink wireless driver.

Videonauth
  • 33,045
  • 16
  • 104
  • 120
zuke
  • 266
  • 1
  • 2
  • 10
  • 2
    you should not remove .conf files, you need them. if anything, change the configuration but do not remove the file – mchid Jan 14 '15 at 19:57
  • Why cant you check with other browser like I.E & Firefox to connect internet.It Seemed to be browser issue. – BDRSuite Jan 14 '15 at 20:09
  • Can you verify other devices have proper access through the Android hotspot? –  Jan 14 '15 at 20:52
  • 1
    @vembutech: I.E.??? – Fabby Jan 15 '15 at 11:43
  • @mchid Removing /etc/resolv.conf was one of the suggested solution for dns problems. Removing it will make /etc/resolvconf scripts fix the dns problems, In not sure how this works tough. – zuke Jan 15 '15 at 13:25
  • @Donald Brown. Yes, android wifi hotspot works in other android and windows devices. It works in ubuntu 12.04 too!!! – zuke Jan 15 '15 at 13:27
  • It is most likely completely irrelevant, but what Android device are you using for hotspot? –  Jan 16 '15 at 16:25
  • I'm using Moto G. – zuke Jan 16 '15 at 16:28
  • have you tried to add the hotspot using network manager? – mchid Jan 16 '15 at 22:24
  • @mchid I'm connected to an android wifi hotspot. But not able to connect to internet. – zuke Jan 17 '15 at 04:58
  • 2
    if you want to set your dns to 8.8.8.8 in network manager, First click on connection information, note your ip, subnet mask, and the default route. Then you actually have to change the ipv4 settings "method" from "automatic" (or "automatic with addresses") to "manual". Click on "Add" type in the IP, use the tab button, type subnet mask, use tab, type default route. Click on ipv6 tab and set to ignore and click save. Click on the network to reconnect for changes to take effect. – mchid Jan 17 '15 at 07:06
  • This is because it is a DNS issue. I see that if I use IP addresses from my Xperia, I am able to connect using the Hotspot. Finally found that by using OpenDNS , I was able to connect successfully. Here are the instructions: https://support.opendns.com/entries/42848890-Android-Configuration-instructions-for-OpenDNS –  Sep 05 '15 at 16:08
  • Are you tethering using a 4G mobile handheld device? Try downgrade your data connection from ( 4G,3G,2G or 4G only )to 3G only. This should work. – LizNdeleva Nov 17 '16 at 20:56

1 Answers1

0

Open Chrome , go to settings and uncheck

predict network actions to improve page load performance

option. restart chrome. that will fix DNS_PROBE_FINISHED_BAD_CONFIG issue.

If issue still persists , let me know.

Raja G
  • 100,643
  • 105
  • 254
  • 328