Comment on Noob Tailscale questions
rtxn@lemmy.world 5 weeks ago
The problem is that your phone’s hotspot network doesn’t advertise routes through the Tailscale tunnel. I don’t know how/if it can be done.
Try this guide on the deck: github.com/tailscale-dev/deck-tailscale
the_riviera_kid@lemmy.world 5 weeks ago
That does not work, thats why I came here to ask. It fails at step 2.
rtxn@lemmy.world 5 weeks ago
Program no worky will not be enough if you want help. What is the exact output when you try to run
tailscale.sh
?the_riviera_kid@lemmy.world 5 weeks ago
I literaly gave the output in my message “no such file or directory”
step one clone repo
step two Run sudo bash tailscale.sh to install Tailscale
result no such file or directory
rtxn@lemmy.world 5 weeks ago
You should see “Getting version…” right after running the script. Did you
cd
into the directory where the repository was cloned?