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

Default listen address values are not IPv6 friendly #294

Open
craigcabrey opened this issue Mar 4, 2024 · 0 comments
Open

Default listen address values are not IPv6 friendly #294

craigcabrey opened this issue Mar 4, 2024 · 0 comments

Comments

@craigcabrey
Copy link

In at least three of the client charts (lighthouse, besu, and nethermind), the default listen address is 0.0.0.0. This causes issues for single stack (or IPv6-first dual stack) environments.

The fix here is to update the defaults to :: instead of 0.0.0.0. From my research the global IPv6 address covers IPv4 as well, but there may be cases where this is not true. Today, one can override the command template in each chart to fix this, but it's fragile and prone to breakage from future chart updates.

E.g. I added --JsonRpc.EngineHost='::' for Nethermind.

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