Hi all
is it possible to connect two different network with same Tailscale account?
I would like to connect two different home network with different ip network (i.e. 192.178.1.x and 192.179.1.x) and connect to them in the same moment?
Thanks
Hi all
is it possible to connect two different network with same Tailscale account?
I would like to connect two different home network with different ip network (i.e. 192.178.1.x and 192.179.1.x) and connect to them in the same moment?
Thanks
yes, this is possible.
you need two tailscale clients, one for each network.
on network1: tailscale up --advertise-routes=192.168.1.0/24
on network2: tailscale up --advertise-routes=192.168.2.0/24
than enable the subnet routes from you tailscale admin interface.
after that, your notebook / phone whatever is able to connect to both subnets simultaneously.