Add note for dual-stack listening on same port - #771
Merged
alexandratran merged 4 commits intoJul 14, 2026
Conversation
|
@alexandratran is attempting to deploy a commit to the Consensys Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add note clarifying behavior for listening on the same port in dual-stack mode, when the IPv6 wildcard listener (
::) is configured.fixes #770
preview: https://doc-teku-git-fork-alexandratran-770-d-7a1e8b-consensys-ddffed67.vercel.app/development/how-to/find-and-connect/configure-ipv6#listen-over-both-ipv4-and-ipv6-dual-stack
Note
Low Risk
Documentation-only changes to IPv6 dual-stack guidance; no runtime or code impact.
Overview
Updates
configure-ipv6.mdin the dual-stack section: clearer wording for--p2p-interface(comma-separated IPv4/IPv6, with0.0.0.0,::as the all-interfaces example) and a small phrasing tweak for default ports.Adds a "Listen on the same port" admonition: when IPv6 P2P ports match their IPv4 counterparts and
--p2p-interfaceincludes::, Teku uses one IPv6 wildcard listener per port that accepts both IPv4 and IPv6 traffic—separately for TCP, UDP discovery, and QUIC.Reviewed by Cursor Bugbot for commit 4a1c0bb. Bugbot is set up for automated code reviews on this repo. Configure here.