I have a NixOS machine running on AWS configured with Tailscale. It’s name is doodoo
. I have two servers running on doodoo. However, on my macOS machine (macOS 10.15.4, Tailscale 1.4.4), I’m not able to access both servers:
❯ curl --max-time 5 doodoo:9695
curl: (28) Connection timed out after 5005 milliseconds
❯ curl --max-time 5 doodoo:8080
{"path":"$","error":"resource does not exist","code":"not-found"}% ### successful response
I’ve confirmed that both servers are up and running on doodoo, and can be accessed with localhost:XXXX when ssh’d into the machine.
What could be going on here? Are only certain port ranges supported?