Setup Tailscale subnet router

I would like to use my umbrel node as a tailscale subnet router to reach other devices in my network via tailscale. To do this, I need to execute the command $ sudo tailscale up --advertise-routes=10.0.0.0/24,10.0.1.0/24. (https://tailscale.com/kb/1019/subnets/)

Unfortunately, the shell keeps outputting that the command was not found. How can I reach the tailscale command?

After a little research, I found the command. You can control the tailscale with the following command:

~/umbrel/scripts/app compose tailscale exec web tailscale up --advertise-routes=10.0.0.0/24,10.0.1.0/24

Iā€™m sorry to have opened a topic for this. But maybe it will help someone.

2 Likes