From 2fa24014744586dce5c079bdcfe8436a81ea3865 Mon Sep 17 00:00:00 2001 From: Maximillian Laumeister Date: Thu, 2 Jan 2025 20:18:41 -0800 Subject: [PATCH] Port forwarding: Add Reth, fix broken Lodestar link --- networking/port-forwarding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/networking/port-forwarding.md b/networking/port-forwarding.md index effe891..1810cff 100644 --- a/networking/port-forwarding.md +++ b/networking/port-forwarding.md @@ -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 |