diff --git a/docs/node/run-your-node/keymanager-node/README.md b/docs/node/run-your-node/keymanager-node/README.md index 5e84787304..d8045c8a2c 100644 --- a/docs/node/run-your-node/keymanager-node/README.md +++ b/docs/node/run-your-node/keymanager-node/README.md @@ -130,8 +130,8 @@ Before using this configuration you should collect the following information to :::caution -Make sure the `worker.p2p.port` (default: `9200`) port is exposed and publicly -accessible on the internet (for `TCP` traffic). +Make sure the `consensus` port (default: `26656`) and `p2p.port` (default: `9200`) are exposed and publicly +accessible on the internet (for `TCP` and `UDP` traffic). ::: diff --git a/docs/node/run-your-node/non-validator-node.mdx b/docs/node/run-your-node/non-validator-node.mdx index 487a9cc03d..2ef50d2483 100644 --- a/docs/node/run-your-node/non-validator-node.mdx +++ b/docs/node/run-your-node/non-validator-node.mdx @@ -73,6 +73,13 @@ Before using this configuration you should collect the following information to You can find the current Oasis Seed Node address in the Network Parameters page ([Mainnet], [Testnet]). +:::caution + +Make sure the `consensus` port (default: `26656`) and `p2p.port` (default: `9200`) are exposed and publicly +accessible on the internet (for `TCP` and `UDP` traffic). + +::: + ## Starting the Oasis Node You can start the node by running the following command: diff --git a/docs/node/run-your-node/paratime-client-node.mdx b/docs/node/run-your-node/paratime-client-node.mdx index 0fa69b8421..8c4231d803 100644 --- a/docs/node/run-your-node/paratime-client-node.mdx +++ b/docs/node/run-your-node/paratime-client-node.mdx @@ -209,6 +209,13 @@ Before using this configuration you should collect the following information to * `{{ runtime_orc_path }}`: Path to the [ParaTime bundle](paratime-client-node.mdx#the-paratime-bundle) of the form `/node/runtimes/foo-paratime.orc`. * You can find the current Oasis-supported ParaTimes in the Network Parameters page ([Mainnet], [Testnet]). +:::caution + +Make sure the `consensus` port (default: `26656`) and `p2p.port` (default: `9200`) are exposed and publicly +accessible on the internet (for `TCP` and `UDP` traffic). + +::: + ## Starting the Oasis Node You can start the node by running the following command: diff --git a/docs/node/run-your-node/paratime-node.mdx b/docs/node/run-your-node/paratime-node.mdx index e4923e8abf..8f0b113cdc 100644 --- a/docs/node/run-your-node/paratime-node.mdx +++ b/docs/node/run-your-node/paratime-node.mdx @@ -336,8 +336,8 @@ Before using this configuration you should collect the following information to :::caution -Make sure the `p2p.port` (default: `9200`) port is exposed and publicly -accessible on the internet (for `TCP` traffic). +Make sure the `consensus` port (default: `26656`) and `p2p.port` (default: `9200`) are exposed and publicly +accessible on the internet (for `TCP` and `UDP` traffic). ::: diff --git a/docs/node/run-your-node/seed-node.md b/docs/node/run-your-node/seed-node.md index 1c55b743ff..674e16714f 100644 --- a/docs/node/run-your-node/seed-node.md +++ b/docs/node/run-your-node/seed-node.md @@ -53,6 +53,13 @@ genesis: file: /node/etc/genesis.json ``` +:::caution + +Make sure the `consensus` port (default: `26656`) and `p2p.port` (default: `9200`) are exposed and publicly +accessible on the internet (for `TCP` and `UDP` traffic). + +::: + ## Starting the Oasis Node You can start the node by running the following command: diff --git a/docs/node/run-your-node/sentry-node.md b/docs/node/run-your-node/sentry-node.md index 46abfe67a2..11e3bbc665 100644 --- a/docs/node/run-your-node/sentry-node.md +++ b/docs/node/run-your-node/sentry-node.md @@ -219,3 +219,10 @@ sentry: - {{ sentry_node_grpc_public_key }}@{{ sentry_node_private_ip }}:9009 ``` + +:::caution + +Make sure the `consensus` port (default: `26656`) and `p2p.port` (default: `9200`) are exposed and publicly +accessible on the internet (for `TCP` and `UDP` traffic). + +::: \ No newline at end of file diff --git a/docs/node/run-your-node/validator-node.mdx b/docs/node/run-your-node/validator-node.mdx index 0c0326605e..9b60103332 100644 --- a/docs/node/run-your-node/validator-node.mdx +++ b/docs/node/run-your-node/validator-node.mdx @@ -226,6 +226,13 @@ registration: entity: /node/etc/entity.json ``` +:::caution + +Make sure the `consensus` port (default: `26656`) and `p2p.port` (default: `9200`) are exposed and publicly +accessible on the internet (for `TCP` and `UDP` traffic). + +::: + ## Starting the Oasis Node You can start the node by simply running the command: