How do I make a request to a Fly Machine in a private Fly App (custom 6PN) over the Wireguard VPN?

Hi… The fdaa:9:7823:* prefix matches your default network from earlier, so that looks ok. What does fly services list -a a41fbf70-e3cc-4436-a767-a6aadfe8ce45 show, at the moment?

Flycast is a function of the Fly Proxy, :proxy_robin:; if you’re creating things with the Machines API, you will consequently need to specify internal_port, the corresponding ports array, and (typically) at least one protocol handler.


Aside: It might also be wise to revisit the netstat test from the other thread just to make sure that you’re listening on IPv4. (Flycast is different from the .internal addresses in many respects.)