Difference between revisions of "Updating your node's IPv4 and domain name"
From Internet Computer Wiki
m (Andrew.battat moved page Node Provider IPv4 instructions to Updating your node's IPv4 and domain name: More descriptive name) |
|||
| Line 1: | Line 1: | ||
| + | All Node Providers are requested to deploy at least one node in their data center with IPv4. | ||
| + | Node providers are able to add, update, or remove a node’s IPv4 and domain name configuration in one of two ways: | ||
| + | *Method #1: dfx commands (no redeployment required) | ||
| + | **This method is designed for nodes that onboarded without using a Nitrokey HSM. | ||
| + | *Method #2: IC-OS installation image configuration (redeployment required) | ||
| + | **This method is designed for nodes that onboarded using a Nitrokey HSM. | ||
| + | |||
| + | |||
| + | '''''<big><u>Requirements</u></big>''''' | ||
| + | *IPv4 address | ||
| + | *Domain Name | ||
| + | |||
| + | == Method #1: Configure IPv4 via dfx (no redeployment required) == | ||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | == | + | == Method #2: Configure IPv4 via IC-OS Installation (redeployment required) == |
| + | |||
| + | |||
| + | <syntaxhighlight lang="shell"> | ||
| + | </syntaxhighlight> | ||
Revision as of 20:52, 5 February 2024
All Node Providers are requested to deploy at least one node in their data center with IPv4.
Node providers are able to add, update, or remove a node’s IPv4 and domain name configuration in one of two ways:
- Method #1: dfx commands (no redeployment required)
- This method is designed for nodes that onboarded without using a Nitrokey HSM.
- Method #2: IC-OS installation image configuration (redeployment required)
- This method is designed for nodes that onboarded using a Nitrokey HSM.
Requirements
- IPv4 address
- Domain Name