[Bug] autoApprove works only after advertising and un-advertising and advertising again #2485
Closed
3 of 4 tasks
Labels
bug
Something isn't working
well described ❤️
Issues that are well described and researched, making it easier for maintainers.
Milestone
Is this a support request?
Is there an existing issue for this?
Current Behavior
hello, sorry to bother with this.
i run tailscale/tailscale:v1.80.3 on a linux instance and headscale/headscale:v0.25.1 as a controller on linux as well.
my current workaround for autoapprove:
--advertise-routes=172.32.0.0/16,172.31.0.0/16,172.23.0.0/16
)--advertise-routes=""
).the first run the routes list looks like this:
after unadvertising:
and re-advertising:
Expected Behavior
have the routes auto-enabled from start
Steps To Reproduce
see above
Environment
config:
policy
on the vpc node i run fw rule to allow clients to access routes' remote services
iptables -t nat -A POSTROUTING -o ens5 -j MASQUERADE
Runtime environment
Debug information
no debug - route management is not logged - even with trace
the only thing i see differs is that on 3rd run (re-advertising) - not repeated after restarting tailscale a 4th time
The text was updated successfully, but these errors were encountered: