'Tailscale - Can't connect to LAN of the exit node
I have an exit node, that's configured like this:
tailscale up --advertise-exit-node --advertise-routes=192.168.0.0/24
The route shows up on admin page, I've enabled it. I use the client like this:
tailscale up --exit-node=thatnode --exit-node-allow-lan-access
However even though requests to the internet work fine through the exit node (I see its IP on a checker site), when I open 192.168.0.1
I still get my local service.
How do I open exit node's 192.168.0.1
?
Solution 1:[1]
Thanks to the Tailscale support, I've been able to fix this by changing the route to 192.168.0.1/32
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Henlo |