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

Port forwarding: Add Reth, fix broken Lodestar link #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion networking/port-forwarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ Below are a list of the default ports that the software(s) are set to listen on.
| [Erigon](https://github.com/ledgerwatch/erigon#default-ports-and-protocols--firewalls) | 30303 TCP/UDP, 30304 TCP/UDP |
| [Geth](https://geth.ethereum.org/docs/fundamentals/security#networking-security) | 30303 TCP/UDP |
| [Nethermind](https://docs.nethermind.io/nethermind/ethereum-client/configuration/network) | 30303 TCP/UDP |
| [Reth](https://reth.rs/run/ports.html) | 30303 TCP/UDP |



| Consensus client | Port(s) |
| ----------------------------------------------------------------------------------------------------------- | -------------------- |
| [Lighthouse](https://lighthouse-book.sigmaprime.io/advanced\_networking.html#nat-traversal-port-forwarding) | 9000 TCP/UDP |
| [Lodestar](https://chainsafe.github.io/lodestar/reference/cli/#beacon) | 9000 TCP/UDP |
| [Lodestar](https://chainsafe.github.io/lodestar/run/beacon-management/networking/#nat-traversal) | 9000 TCP/UDP |
| [Nimbus](https://nimbus.guide/networking.html) | 9000 TCP/UDP |
| [Prysm](https://docs.prylabs.network/docs/prysm-usage/p2p-host-ip#incoming-p2p-connection-prerequisites) | 12000 UDP, 13000 TCP |
| [Teku](https://docs.teku.consensys.net/Reference/CLI/CLI-Syntax/#p2p-port) | 9000 TCP/UDP |
Expand Down