7

I am using Ubuntu 1604, and I am connected to a WiFi network. My computer is connected, I can download and install updates, I can use skype, telegram desktop and everything but my google chrome browser and firefox browser can not access the Internet!

What's wrong with my Ubuntu?


I try the only answer and now I have my firefox again!

But I can't set the chrome proxy to be "no proxy" or "direct". I tried the solutions from Google Chrome proxy settings?, but still have the problem!

Could you please help me?!

Videonauth
  • 33,355
  • 17
  • 105
  • 120
f44
  • 75
  • 1
    Please do not put SOLVED in the title, just check the checkmark onto the answer which was most helpful for you. Thank you. – Videonauth Oct 30 '17 at 12:03

6 Answers6

5

This occurred to me when I updated firefox. It occurred because by default firefox use IPv6 protocol. You need to disable that.

Try this:

1) In search tab, type about:config
2) Accept the safety prompt
3) Search for network.dns.disableIPv6
4) Make sure its value is set to true. You can change it by double tapping it.

Hope it helps!

Félicien
  • 1,183
4

I had the same problem and solved it by the following steps:

1) Open FireFox and enter about:preferences in the URL.

2) In the General tab scroll to the bottom.

3) Under the Network Proxy header click on Settings...

4) At the top, choose Auto detect proxy settings for this network

5) Click OK

type www.askubuntu.com in the URL bar and see if it works!

Omid N
  • 160
3

I had the same problem and I solved it by modifying the resolver configuration file with the following steps:

  1. Open the file /etc/resolv.conf
  2. Change the line:
    nameserver x.x.x.x 
    
    to:
    nameserver 8.8.8.8
    
    Note: 8.8.8.8 is the IP address for Google's DNS service. If you would prefer a different DNS service, replace the IP above with the one you prefer.
matigo
  • 22,138
  • 7
  • 45
  • 75
1

open firefox write about:preferences

go advanced-Network

revise proxy settings

more help can be see here.

https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can

you are welcome, plese tell me if work or if you have any question.

Javier Palmero
  • 113
  • 1
  • 9
0

Same problem, I am facing on Ubuntu 18.04. But for now I am giving proxy to google-chrome by terminal.

google-chrome --proxy-server="http://xxxx:port" 
0

In my case, after I removed .mozilla directory under the home directory, problem solved.

pc: I lost all my bookmarks and search history, please take into consideration.

Be nav
  • 1