ocean@lemmy.selfhostcat.com to Selfhosted@lemmy.worldEnglish · 30 days agonon-tailscale sever 1 via tailscale router cannot ping server 2, but server 2 can ping server 1. Why?message-squaremessage-square9fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1message-squarenon-tailscale sever 1 via tailscale router cannot ping server 2, but server 2 can ping server 1. Why?ocean@lemmy.selfhostcat.com to Selfhosted@lemmy.worldEnglish · 30 days agomessage-square9fedilinkfile-text
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up0·30 days agoYou need to adjust your ACLs to allow traffic over Tailscale.
minus-squareocean@lemmy.selfhostcat.comOPlinkfedilinkEnglisharrow-up0·30 days agoOn the router or on server 2?
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up0·30 days agoFor all traffic. Tailscale ACLs deny by default. If you’ve never changed them, you need to do that.
minus-squareocean@lemmy.selfhostcat.comOPlinkfedilinkEnglisharrow-up0·30 days agoI have this set { “action”: “accept”, “src”: [“group:admin”], “dst”: [“:”], },
minus-squareocean@lemmy.selfhostcat.comOPlinkfedilinkEnglisharrow-up0·30 days agoDoes subnet only work for incoming not outgoing?
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up0·29 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.
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.