Skip to content

Commit

Permalink
Merge pull request #793 from oasisprotocol/ptrus/feature/ports
Browse files Browse the repository at this point in the history
mention publicly exposing ports in node configuration pages
  • Loading branch information
ptrus authored Apr 19, 2024
2 parents 5082bf9 + f4d0ec6 commit fb2500f
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/node/run-your-node/keymanager-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

:::

Expand Down
7 changes: 7 additions & 0 deletions docs/node/run-your-node/non-validator-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions docs/node/run-your-node/paratime-client-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/node/run-your-node/paratime-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

:::

Expand Down
7 changes: 7 additions & 0 deletions docs/node/run-your-node/seed-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions docs/node/run-your-node/sentry-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

:::
7 changes: 7 additions & 0 deletions docs/node/run-your-node/validator-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb2500f

Please sign in to comment.