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

slackbridge does not work on a ipv6 only cluster. #792

Open
ronnyaa opened this issue Sep 30, 2024 · 0 comments
Open

slackbridge does not work on a ipv6 only cluster. #792

ronnyaa opened this issue Sep 30, 2024 · 0 comments

Comments

@ronnyaa
Copy link

ronnyaa commented Sep 30, 2024

It looks like the slackbridge container only listen on the hardcoded ipv4-only address 0.0.0.0
this makes it non functional on any ipv6 only host or cluster.

/ # netstat -pan Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:5858 0.0.0.0:* LISTEN -

If the container could listen on the backwards compatible ipv6 any [::]:5858, or on all ( *:5858 ) instead it would work on all clusters.

I have tried making it listen on various versions of :: [::] "::" "[::]" using the hostname config values, but in those cases it the container fails to start at all.

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

1 participant