oceanA to Selfhosted@lemmy.worldEnglish · 3 months 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 · 3 months agomessage-square12fedilinkfile-text
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up3·3 months agoYou need to adjust your ACLs to allow traffic over Tailscale.
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up4·3 months agoFor all traffic. Tailscale ACLs deny by default. If you’ve never changed them, you need to do that.
minus-squareoceanOPAlinkfedilinkEnglisharrow-up2·3 months agoI have this set { “action”: “accept”, “src”: [“group:admin”], “dst”: [“:”], },
minus-squareoceanOPAlinkfedilinkEnglisharrow-up2·3 months agoDoes subnet only work for incoming not outgoing?
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up3·3 months 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.
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.
I have this set { “action”: “accept”, “src”: [“group:admin”], “dst”: [“:”], },
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.