commit 8181c7131d969ac16092b908087e2c7d04b3468d parent f6ff53e7798f0c9b28d11edefa6bc7fa41b58290 Author: smeeb <smeeb@web> Date: Fri, 22 May 2026 14:57:05 +0200 Diffstat:
| M | unbrick01.mdwn | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/unbrick01.mdwn b/unbrick01.mdwn @@ -124,7 +124,14 @@ sudo ip route add default via 172.16.42.2 echo "nameserver 9.9.9.9" | sudo tee /etc/resolv.conf ``` -and you should share a connection now. +and you should share a connection now. To enable localhost access on the phone, edit /etc/network/interfaces and add the following + +```bash +auto lo +iface lo inet loopback +``` + +ping `127.0.0.1` to test # Testing functionality