Hi,
I have set up a public subnet in AWS Fargate ECS (on linux platform) to run this docker. Jamulus seems to be starting ok according to the AWS log, but I cannot connect from the Jamulus client.
Looking into this, in AWS the task is assigned:
Public IP
16.171.60.195
Private IP
10.0.7.124
The Jamulus log states:
2022-10-07 08:54:13 | Using "10.0.7.124" as external IP.
2022-10-07 08:54:13 | - Starting in server mode by default (due to compile time option)
2022-10-07 08:54:13 | No GUI support compiled. Running in headless mode.
Using the local IP as external seems like a source for the problem. Any thoughts on how to get it all running?
Hi, I have set up a public subnet in AWS Fargate ECS (on linux platform) to run this docker. Jamulus seems to be starting ok according to the AWS log, but I cannot connect from the Jamulus client.
Looking into this, in AWS the task is assigned: Public IP 16.171.60.195 Private IP 10.0.7.124
The Jamulus log states: 2022-10-07 08:54:13 | Using "10.0.7.124" as external IP. 2022-10-07 08:54:13 | - Starting in server mode by default (due to compile time option) 2022-10-07 08:54:13 | No GUI support compiled. Running in headless mode.
Using the local IP as external seems like a source for the problem. Any thoughts on how to get it all running?