Skip to content

Commit 5faa99b

Browse files
authored
Merge pull request #1546 from cleot/patch-4
fix: Wrong op-node p2p port in base-config.mdx
2 parents 37cd811 + 260838b commit 5faa99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/operators/node-operators/configuration/base-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Unlike the previous system, the `op-node` participates in a peer-to-peer network
185185
186186
For best results, run `op-node` with a static IP address that is accessible from the public Internet. For Kubernetes deployments, this can be achieved by configuring a dedicated `Ingress` with an external IP, and using the `--p2p.advertise.ip` flag to specify the IP address of the load balancer when advertising IP addresses to peers.
187187
188-
The default port for the peer-to-peer network is `9003`. You will need to open this port on your firewall to receive unsubmitted blocks. For your node to be discoverable, this port must be accessible via both TCP and UDP protocols.
188+
The default port for the peer-to-peer network is `9222`. You will need to open this port on your firewall to receive unsubmitted blocks. For your node to be discoverable, this port must be accessible via both TCP and UDP protocols.
189189
190190
## Legacy Geth
191191

0 commit comments

Comments
 (0)