oceanA to Selfhosted@lemmy.worldEnglish · 2 days agonon-tailscale sever 1 via tailscale router cannot ping server 2, but server 2 can ping server 1. Why?message-squaremessage-square12fedilinkarrow-up114file-text
arrow-up114message-squarenon-tailscale sever 1 via tailscale router cannot ping server 2, but server 2 can ping server 1. Why?oceanA to Selfhosted@lemmy.worldEnglish · 2 days agomessage-square12fedilinkfile-text
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up3·2 days agoYou need to adjust your ACLs to allow traffic over Tailscale.
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up4·2 days agoFor all traffic. Tailscale ACLs deny by default. If you’ve never changed them, you need to do that.
minus-squareoceanOPAlinkfedilinkEnglisharrow-up2·2 days agoDoes subnet only work for incoming not outgoing?
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up3·2 days agoI’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.
minus-squareoceanOPAlinkfedilinkEnglisharrow-up2·2 days agoI have this set { “action”: “accept”, “src”: [“group:admin”], “dst”: [“:”], },
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”: [“:”], },