IP routes installed by Tailscale
Last validated:
Starting with Tailscale v0.99, to prevent routing loops in subnet routers, Tailscale routes moved into a separate routing table. The legacy netstat tool doesn't display the Tailscale routes.
To review routes installed by Tailscale, use the following command:
ip route show table 52
If you want to show the Tailscale routes alongside any other routing tables on your device, use the following command:
ip route show table all