With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker’s docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker’s docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
While this is very exciting, I just tried it, and the network connectivity seems to be broken. No IPv6.
I can’t get it to have network connection while my phone is on cellular data. On wifi it’s fine.
I just checked, and I have connectivity while on cellular. Maybe (just wild speculation) your mobile network is IPv6-only? Android (not Linux) should list 192.0.0.4 as an IP address in that case.
Hmm I was messing with its networking. External vpns break stuff on GrapheneOS. Its internal IP was 192.168.0.2, and my network is different.
Yes, Linux is running in a VM, and the network interface is a virtualized veth interface connected to a host bridge. The host android system has IP address 192.168.0.1, and this network interface is called avf_tap_fixed (as seen from termux).