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

bbb-install.sh fails without IPv6-support #747

Open
TobiasEgg opened this issue Jul 1, 2024 · 1 comment
Open

bbb-install.sh fails without IPv6-support #747

TobiasEgg opened this issue Jul 1, 2024 · 1 comment

Comments

@TobiasEgg
Copy link

If IPv6 is not enabled on the (future) BBB server, installation fails when trying to start nginx.

nginx: [emerg] bind() to [::1]:82 failed (99: Cannot assign requested address)
nginx: configuration file /etc/nginx/nginx.conf test failed
bbb-install: greenlight-v3 failed to install/update due to nginx tests failing to pass - if using the official image then please contact the maintainers.

So, here I am, contacting the maintainers.

A work around is to download the script, edit it and remove lines 1536, 1538

1535 listen 127.0.0.1:82 http2 proxy_protocol;
1536 listen [::1]:82 http2;
1537 listen 127.0.0.1:81 proxy_protocol;
1538 listen [::1]:81;
1539 server_name $HOST;

Rather than working around, it would be great to have a command line parameter like "--no-ipv6" for bbb-install.sh, which automatically ignores these lines. In a perfect world, bbb-install.sh would automatically make freeswitch fall back to IPv4 by removing the v6-config.

Thank you.

@Takashi-Mishima
Copy link

Thanks a lot.
Our university network cannot use IPv6.
I had a trouble on BBB2.7.
When I modified install.sh, our BBB can work.

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