{"slug":"ip-routes-installed-by-tailscale","title":"IP routes installed by Tailscale","tags":["tailscale","networking","routing","setup"],"agent_summary":"Last validated: Mar 25, 2026","trigger_phrases":[],"runnable":false,"markdown":"\r\n# IP routes installed by Tailscale\r\n\r\nLast validated: Mar 25, 2026\r\n\r\nStarting with Tailscale v0.99, to prevent routing loops in [subnet routers](https://tailscale.com/docs/features/subnet-routers), Tailscale routes moved into a separate routing table. The legacy `netstat` tool doesn't display the Tailscale routes.\r\n\r\nTo review routes installed by Tailscale, use the following command:\r\n\r\n```shell\r\nip route show table 52\r\n```\r\n\r\nIf you want to show the Tailscale routes alongside any other routing tables on your device, use the following command:\r\n\r\n```shell\r\nip route show table all\r\n```\r\n","html":"<h1>IP routes installed by Tailscale</h1>\n<p>Last validated: Mar 25, 2026</p>\n<p>Starting with Tailscale v0.99, to prevent routing loops in <a href=\"https://tailscale.com/docs/features/subnet-routers\">subnet routers</a>, Tailscale routes moved into a separate routing table. The legacy <code>netstat</code> tool doesn't display the Tailscale routes.</p>\n<p>To review routes installed by Tailscale, use the following command:</p>\n<pre><code class=\"language-shell\">ip route show table 52\n</code></pre>\n<p>If you want to show the Tailscale routes alongside any other routing tables on your device, use the following command:</p>\n<pre><code class=\"language-shell\">ip route show table all\n</code></pre>\n"}