I have problem with internet connection for Firefox and Chromium on Ubuntu[ Ubuntu 16.04]. I tried few solution. One of them is My browsers can not connect to the internet while my Ubuntu is connected. But no one works. May be proxy/or firewall problem??
Ping 8.8.8.8:
ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
Ping google.com:
ping https://www.google.com
ping: unknown host https://www.google.com
nmcli d:
virbr0 bridge connected virbr0
enp0s25 ethernet unmanaged ---
lo loopback unmanaged ---
Any help regrading this will be appreciated.
ping 8.8.8.8
or google) again I suspect you can. Next can you ping using a human address (eg.ping google.com
) - I suspect here you'll find you can't - ie. you have a DNS issue. Tor uses a different DNS system (otherwise it wouldn't be private!) so your issue is likely DNS. – guiverc Jul 16 '19 at 09:59ping https://www.google.com
... you don't use URL notation in ping, just FQDN. It should be:ping www.google.com
– Soren A Jul 16 '19 at 12:07/sbin/route -n
,host 8.8.8.8
,nslookup ubuntu.com
, andwget --spider ubuntu.com
? – Nathaniel M. Beaver Jul 16 '19 at 19:26systemd-resolve ubuntu.com
andgetent hosts ubuntu.com
. What do you mean by "Output of /sbin/route -n is binary"? It should say "Kernel IP routing table", followed by a table with columns that say e.g. "Destination" and "Gateway". – Nathaniel M. Beaver Jul 17 '19 at 15:33cat /etc/resolv.conf
? – JoKeR Jul 17 '19 at 21:50