Recently I came using Ubuntu on my Notebook normally, and out of nowhere I could not access anything else in Firefox, nor check for updates. Could someone help me? I am running Ubuntu 17.10 on a Dell Inspiron 5558! Screenshot from the WiFi icon
BTW, there is the output of ip link and ip route:
gabriel@INSPIRON-5558:~$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp7s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
link/ether 84:7b:eb:e4:04:39 brd ff:ff:ff:ff:ff:ff
3: wlp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 68:14:01:a7:3c:f9 brd ff:ff:ff:ff:ff:ff
4: anbox0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 16:a0:65:63:c3:de brd ff:ff:ff:ff:ff:ff
gabriel@INSPIRON-5558:~$ ip route
default via 192.168.1.1 dev wlp6s0 proto static metric 20600
169.254.0.0/16 dev anbox0 scope link metric 1000
192.168.1.0/24 dev wlp6s0 proto kernel scope link src
192.168.1.5 metric 600 192.168.250.0/24 dev anbox0 proto kernel scope link src 192.168.250.1
ip link
andip route
when connected to a WiFi. You can run the commands from a terminal. – vidarlo Dec 26 '17 at 18:34ping -c 4 google.com
andping -c 4 8.8.8.8
? Does one of the ping commands work? – vidarlo Dec 26 '17 at 18:56dpkg-reconfigure resolvconf
first. – vidarlo Dec 26 '17 at 19:11