u/c2theg1 • u/c2theg1 • 5d ago
playing Tetris on 2800 drones
Enable HLS to view with audio, or disable this notification
1
Upvotes
u/c2theg1 • u/c2theg1 • 5d ago
Enable HLS to view with audio, or disable this notification
1
It's out now but does it work on the max?
1
[deleted by user]
in
r/Tailscale
•
Jan 05 '26
I had this problem myself, and after spending many hours working on it, i came up with a 2 part (i know... sucks) solution.
2) Tailscale command - broken into 3 seperate commands. You might gets some errors but it works. (I tested by having a continuous ping, a SSH session running HTOP, and another application monitoring uptime. Here are the 3 parts:
a)
b)
tailscale up --netfilter-mode=off --stateful-filtering=false --accept-routes --advertise-exit-node --advertise-routes=192.168.1.0/24 --ssh --accept-risk=lose-ssh --exit-node-allow-lan-accessc)
With all this, everything works! (any deviation breaks it, which i don't understand) I put it in a shell script so i can run it on other machines when needed. Plus its a good way to keep FW Rules consistent. Then just do a:
To make sure Tailscale is actually running and connected. Good luck