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

Consider enabling IPv4 / IPv6 dual-stack by default #43

Open
one-three-three-seven opened this issue Sep 20, 2024 · 1 comment
Open

Comments

@one-three-three-seven
Copy link

one-three-three-seven commented Sep 20, 2024

Currently, Grandine does not listen for IPv6 connections with the default settings.
Enabling the IPv6 listener is already very easy with the --listen-address-ipv6 :: argument.
Please consider enabling the IPv6 listener by default to improve the network's overall IPv6 readiness.

I suggest informing users about this change in the release notes if you decide to implement it. This change will open ports 9050 (UDP6/TCP6) and 9051 (QUIC) by default, which may already be in use on the user's system or blocked by a firewall.

JFYI: sigp/lighthouse#2023 (comment)

@totoCZ
Copy link

totoCZ commented Sep 24, 2024

With

--listen-address-ipv6 :: --libp2p-port-ipv6 9000 --discovery-port-ipv6 9000 --quic-port-ipv6 9001

I am able to use just two ports. 9000/tcp 9000/udp 9001/udp on both v4/v6.

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