docs: add ephemeral port range guidance for ACL users#1663
Merged
Conversation
Add a Warning callout in the Egress tab explaining that operators using network ACLs (not stateful SGs) must open outbound ephemeral ports 32768–60999 to avoid response packets being silently dropped. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Collaborator
✅ Heimdall Review Status
|
Keep master's cleaner prose ("superset of ERC-20") over the branch version.
Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
0x00101010
approved these changes
Jun 24, 2026
|
Thanks!
Sent from Yahoo Mail for iPhone
On Wednesday, June 24, 2026, 12:08 PM, Jon Roethke ***@***.***> wrote:
Merged #1663 into master.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
<Warning>callout in the Egress tab of the Networking section on the Run a Node pageContext
Based on internal discussion with Francis Li — the existing port table covers the well-known ports but omits the ephemeral range, which bites operators who use ACL-based egress control instead of stateful SGs.
Test plan
<Warning>is nested inside<Tab title="Egress">without breaking the Tabs component