Hi, so i was trying the subnet routers feature and put it on my intel nuc, and when i try to access one of the subnets from my windows laptop it works just fine but when i try to use my daily driver linux laptop(using arch linux specificly archcraft) i cannot access any of the subnets and i install tailscale using pacman, does anyone knows the problem and how to fix it?, Thanks!
Linux was the first client developed and is often used for routing; it does not accept subnet routes from other nodes by default. You can use tailscale up --accept-routes
to tell it to do so.
The other platforms switched the default to accept.
1 Like
okay imma try this thx
It works, thank you so much!