Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Fargate set-up - interal IP #26

Open
Janerikz opened this issue Oct 7, 2022 · 1 comment
Open

AWS Fargate set-up - interal IP #26

Janerikz opened this issue Oct 7, 2022 · 1 comment

Comments

@Janerikz
Copy link

Janerikz commented Oct 7, 2022

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?

@remixmabix
Copy link

I added '--serverpublicip', '$MYPUBLICIP' to solve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants