Comment on non-tailscale sever 1 via tailscale router cannot ping server 2, but server 2 can ping server 1. Why?
just_another_person@lemmy.world 1 year ago
You need to adjust your ACLs to allow traffic over Tailscale.
On the router or on server 2?
For all traffic. Tailscale ACLs deny by default. If you’ve never changed them, you need to do that.
Does subnet only work for incoming not outgoing?
I’m not sure what you mean. You either need to post a lot more details and information about your setup, or you need to read and understand the Tailscale docs.
I have this set { “action”: “accept”, “src”: [“group:admin”], “dst”: [“:”], },
ocean@lemmy.selfhostcat.com 1 year ago
On the router or on server 2?
just_another_person@lemmy.world 1 year ago
For all traffic. Tailscale ACLs deny by default. If you’ve never changed them, you need to do that.
ocean@lemmy.selfhostcat.com 1 year ago
Does subnet only work for incoming not outgoing?
just_another_person@lemmy.world 1 year ago
I’m not sure what you mean. You either need to post a lot more details and information about your setup, or you need to read and understand the Tailscale docs.
ocean@lemmy.selfhostcat.com 1 year ago
I have this set { “action”: “accept”, “src”: [“group:admin”], “dst”: [“:”], },