Skip to content

Commit 3de1712

Browse files
authored
Merge pull request #1871 from celestiaorg/jcs/2121port
docs: update 2121 port for nodes
2 parents 49e5d7c + 0f879ec commit 3de1712

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

how-to-guides/bridge-node.md

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ add the port after the IP address or use the
8383
`--core.grpc.port` flag to specify another
8484
port if you prefer.
8585

86+
:::warning Important
87+
Make sure port 2121 TCP/UDP is open and publicly accessible on your bridge node so it can be discovered by other peers in the DHT network. This port is essential for P2P connectivity and if not properly configured, your node won't be able to participate in the network effectively.
88+
:::
89+
8690
Refer to
8791
[the ports section of the celestia-node troubleshooting page](/how-to-guides/celestia-node-troubleshooting.md#ports)
8892
for information on which ports are required to be open on your machine.

how-to-guides/full-storage-node.md

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ submit `PayForBlob` transactions, or query for the
7272
node's account balance, a gRPC endpoint of a validator
7373
(core) node must be passed as directed below.
7474

75+
:::warning Important
76+
Make sure port 2121 TCP/UDP is open and publicly accessible on your full storage node so it can be discovered by other peers in the DHT network. This port is essential for P2P connectivity and if not properly configured, your node won't be able to participate in the network effectively.
77+
:::
78+
7579
Refer to
7680
[the ports section of the celestia-node troubleshooting page](/how-to-guides/celestia-node-troubleshooting.md#ports)
7781
for information on which ports are required to be open on your machine.

0 commit comments

Comments
 (0)