06-04-2022, 02:03 PM
The "lo" adapter is the local loopback and 127.0.0.1 is the correct address for it. On each device running IPV4 that is the local address for that device and it cannot be connected to from the outside.
Unless your pinephone's wifi is turned off there should also be an ip address shown for your wifi adapter. (Presumably you did connect to your wireless network so the adapter is active.) Maybe the listing scrolled off the top of your terminal window? You can try piping ifconfig through "more" to prevent this from happening and verify the ip address. (On Mobian the wifi adapter is "wlan0". Might be something else on Postmarket OS.)
Just in case you're not familiar with "more", pressing the keyboard spacebar scrolls to the next page. (Although more is included with Windows few users seem to know about it.) Of course you need to have ssh server running. You can verify this by entering the following from the terminal on the pinephone:
Unless your pinephone's wifi is turned off there should also be an ip address shown for your wifi adapter. (Presumably you did connect to your wireless network so the adapter is active.) Maybe the listing scrolled off the top of your terminal window? You can try piping ifconfig through "more" to prevent this from happening and verify the ip address. (On Mobian the wifi adapter is "wlan0". Might be something else on Postmarket OS.)
Code:
ifconfig | more
Just in case you're not familiar with "more", pressing the keyboard spacebar scrolls to the next page. (Although more is included with Windows few users seem to know about it.) Of course you need to have ssh server running. You can verify this by entering the following from the terminal on the pinephone:
Code:
ssh 127.0.0.1