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

Feature: Dual-stack works with --p2p-port-ipv6 set to --p2p-port #8659

Open
yorickdowne opened this issue Sep 30, 2024 · 1 comment
Open
Labels
enhancement 🕵️‍♀️ New feature or request

Comments

@yorickdowne
Copy link

Description

Currently, with --p2p-interface 0.0.0.0,::, the --p2p-port and --p2p-port-ipv6 options need to be distinct.

This means additional configuration steps for users, whether for ufw or host-mapped docker ports.

From a networking perspective, the ports could be the same and a program could listen on v4 and v6. This is the standard behavior for dual-stack applications.

Versions (Add all that apply)

  • Software version: 24.8.0
  • Java version: 21
@rolfyone
Copy link
Contributor

rolfyone commented Oct 1, 2024

Hey - thanks for raising this, we'll have a look at what's going on.

@rolfyone rolfyone added the enhancement 🕵️‍♀️ New feature or request label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🕵️‍♀️ New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants