View Single Post
Old 05-12-2023, 02:54 PM   #1
superpomme
Enthusiast
superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!superpomme rocks like Gibraltar!
 
Posts: 42
Karma: 100218
Join Date: May 2021
Device: kobo touch, k3, k4, Nook Simple touch
Accessing localhost on kobo?

Hi, I have a kobo touch, and I'm running a flask app. I can access this from another pc, and I can access a server running on my pc from the kobo, but I can't get the kobo to connect to localhost (either with localhost, 127.0.0.1, 0.0.0.0 or it's own ip.

Even running curl or wget via ssh can't access this.

[admin@trilogy root]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0

even pinging 127 doesn't get through

Please could I check if there is a way of doing so that I'm missing?


Thank you
superpomme is offline   Reply With Quote