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
?