(edited by Tailscalar to add context on 2022/09/14)
What are you trying to do?
Log into multiple tailscale accounts at once, on the same device, to access all the machines on both networks simultaneously.
FR to switch between accounts quickly, and only be able to access machines on one tailnet at a time: #713
--- Original content ---
We use Tailscale at work, and I'd like to use Tailscale at home. As such I want to be able to connect to the two networks simultaneously. When I was using relay-node, I created two separate systemd services with separate --tuns and --ports. When I switched to tailscaled, I had to work through all of that again, updating my service files to look like the default one.
It seems like my solution is probably not the best one. Is there a way that a single tailscaled process could manage the two networks?
(edited by Tailscalar to add context on 2022/09/14)
What are you trying to do?
Log into multiple tailscale accounts at once, on the same device, to access all the machines on both networks simultaneously.
FR to switch between accounts quickly, and only be able to access machines on one tailnet at a time: #713
--- Original content ---
We use Tailscale at work, and I'd like to use Tailscale at home. As such I want to be able to connect to the two networks simultaneously. When I was using
relay-node, I created two separate systemd services with separate--tuns and--ports. When I switched totailscaled, I had to work through all of that again, updating my service files to look like the default one.It seems like my solution is probably not the best one. Is there a way that a single
tailscaledprocess could manage the two networks?