When running fly proxy or fly ssh to apps/postgres databases on a personal org, this error occurs:
Connecting to tunnel 🌏Error: tunnel unavailable: Error contacting Fly.io API when probing "personal": connect tcp [fdaa:7:ba29::3]:53: connection was refused
Output from running fly doctor:
Testing authentication token... PASSED
Testing flyctl agent... PASSED
Testing local Docker instance... PASSED
Pinging WireGuard gateway (give us a sec)... PASSED
Testing WireGuard DNS... FAILED
(Error: wireguard dialer: failed to lookup _api.internal: connect tcp [fdaa:7:ba29::3]:53: connection was refused)
Accessing machines on shared orgs however work nicely. This also occurs on both fly.io-accounts I have tried (personal fails, shared org works), and also regardless if I try connecting from different local computers.
Hm… It looks like you can get packets through to the gateway, but perhaps not any farther. If you go to the dashboard, can you see (fresh) “live logs” for any of the machines in your personal organization?
https://fly.io/apps/<app-name>/monitoring
(Those logs maybe can’t even flow if the .internal network itself isn’t working…)
If things do look alive in there, it might be worth trying to SSH in via the numeric fdaa:* address:
Yes, everything else works (at least that I can tell), except for fly ssh & fly proxy.
This means live logs, deploying/restarting/suspending/stopping machines and so on.
Even fly pg connect works
Trying to connect via fly ssh to the same machine ips that fly pg connect uses, doesn’t work…
Yes, I’ve also exhausted all the “usual” options with removing all wg-peers, restarting the agent, enabling websockets, etc, still the same result, personal org(s) are inaccessible but other orgs works just as expected.
These orgs are also on the Hobby-plan, and changing to Pay As You Go apparently won’t take effect until Jan 1st, so I can’t apply for any support plans until then apparently, which leaves me with machines that I’m unable to reach the rest of this month, which is not sustainable really