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?

1 Answer

Thanks to the Tailscale support, I've been able to fix this by changing the route to 192.168.0.1/32

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.