View Single Post
Old 04-14-2024, 12:27 PM   #2
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,728
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by ananchovy View Post
I can't access the outer internet anymore. A factory reset from the settings menu triggered this.

A factory reset by holding the power button and page button does not fix this.

I'm stumped. Any help would be appreciated. My device is a Kobo Libra 2.

I can ssh, but ping hangs:

[admin@io root]# ping google.com
PING google.com (142.250.179.174): 56 data bytes
^C
--- google.com ping statistics ---
11 packets transmitted, 0 packets received, 100% packet loss
It looks as if connecting inside your local network works and getting DNS responses works so the network hardware is working. The DNS is likely from your local router. Is your Libra 2 getting a gateway/default route from the DHCP server?

What do you see when you run 'ifconfig' and 'ip route | grep default'?


Code:
[root@kobo ~]# ifconfig
eth0      Link encap:Ethernet  HWaddr 58:B0:D4:45:61:53
          inet addr:10.0.0.39  Bcast:10.0.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6377 errors:0 dropped:944 overruns:0 frame:0
          TX packets:2171 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:10934714 (10.4 MiB)  TX bytes:280163 (273.5 KiB)

[root@kobo ~]# ip route | grep default
default via 10.0.0.1 dev eth0  metric 302
[root@kobo ~]#
DNSB is offline   Reply With Quote