From 066d91fa5729befac650eb839acfb5ccbc38f24e Mon Sep 17 00:00:00 2001 From: Rowena Date: Tue, 19 Nov 2024 11:56:57 +0100 Subject: [PATCH 1/3] fix(em): add info for reserved IP --- bare-metal/elastic-metal/how-to/use-private-networks.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bare-metal/elastic-metal/how-to/use-private-networks.mdx b/bare-metal/elastic-metal/how-to/use-private-networks.mdx index ced71a3f30..5cf19a5120 100644 --- a/bare-metal/elastic-metal/how-to/use-private-networks.mdx +++ b/bare-metal/elastic-metal/how-to/use-private-networks.mdx @@ -66,7 +66,8 @@ You can attach/detach Elastic Metal servers to a Private Network from either the - It is created in your [default VPC](/network/vpc/concepts/#default-vpc) for the region - It has an auto-generated [CIDR block](/network/vpc/concepts/#cidr-block) used to allocate private IP addresses to servers attached to the network. Each attached Elastic Metal server will get an IPv4 and an IPv6 address on the Private Network. -6. Click **Attach Private Network** to confirm. +6. Choose whether to auto-allocate an available IP from the pool (the [CIDR block](/network/vpc/concepts/#cidr-block) defined at the time of creating the Private Network), or use a [reserved IP address](/network/ipam/concepts/#reserved-ip-address) for the attachment. You must make this choice for both the IPv4 and IPv6 address that the Elastic Metal server will have on this Private Network. +7. Click **Attach Private Network** to confirm. ### From the VPC section of the console From 5021ba88b594972780282f715ea7283768359ac9 Mon Sep 17 00:00:00 2001 From: Rowena Date: Tue, 19 Nov 2024 11:58:29 +0100 Subject: [PATCH 2/3] fix(em): wording --- bare-metal/elastic-metal/how-to/use-private-networks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bare-metal/elastic-metal/how-to/use-private-networks.mdx b/bare-metal/elastic-metal/how-to/use-private-networks.mdx index 5cf19a5120..db27192357 100644 --- a/bare-metal/elastic-metal/how-to/use-private-networks.mdx +++ b/bare-metal/elastic-metal/how-to/use-private-networks.mdx @@ -67,7 +67,7 @@ You can attach/detach Elastic Metal servers to a Private Network from either the - It has an auto-generated [CIDR block](/network/vpc/concepts/#cidr-block) used to allocate private IP addresses to servers attached to the network. Each attached Elastic Metal server will get an IPv4 and an IPv6 address on the Private Network. 6. Choose whether to auto-allocate an available IP from the pool (the [CIDR block](/network/vpc/concepts/#cidr-block) defined at the time of creating the Private Network), or use a [reserved IP address](/network/ipam/concepts/#reserved-ip-address) for the attachment. You must make this choice for both the IPv4 and IPv6 address that the Elastic Metal server will have on this Private Network. -7. Click **Attach Private Network** to confirm. +7. Click **Attach to Private Network** to confirm. ### From the VPC section of the console From 378761d568c3a1eef1223473442b0b27ff9a53ea Mon Sep 17 00:00:00 2001 From: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:01:09 +0100 Subject: [PATCH 3/3] Apply suggestions from code review --- bare-metal/elastic-metal/how-to/use-private-networks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bare-metal/elastic-metal/how-to/use-private-networks.mdx b/bare-metal/elastic-metal/how-to/use-private-networks.mdx index db27192357..51e2c79758 100644 --- a/bare-metal/elastic-metal/how-to/use-private-networks.mdx +++ b/bare-metal/elastic-metal/how-to/use-private-networks.mdx @@ -66,7 +66,7 @@ You can attach/detach Elastic Metal servers to a Private Network from either the - It is created in your [default VPC](/network/vpc/concepts/#default-vpc) for the region - It has an auto-generated [CIDR block](/network/vpc/concepts/#cidr-block) used to allocate private IP addresses to servers attached to the network. Each attached Elastic Metal server will get an IPv4 and an IPv6 address on the Private Network. -6. Choose whether to auto-allocate an available IP from the pool (the [CIDR block](/network/vpc/concepts/#cidr-block) defined at the time of creating the Private Network), or use a [reserved IP address](/network/ipam/concepts/#reserved-ip-address) for the attachment. You must make this choice for both the IPv4 and IPv6 address that the Elastic Metal server will have on this Private Network. +6. Choose whether to **auto-allocate an available IP from the pool** (the [CIDR block](/network/vpc/concepts/#cidr-block) defined at the time of creating the Private Network), or use a [reserved IP address](/network/ipam/concepts/#reserved-ip-address) for the attachment. You must make this choice for both the IPv4 and IPv6 address that the Elastic Metal server will have on this Private Network. 7. Click **Attach to Private Network** to confirm. ### From the VPC section of the console