From ec037f24e2e1c3e1a1fd01f26f1fb5e2b07054d9 Mon Sep 17 00:00:00 2001 From: Rowena Date: Thu, 30 Jan 2025 10:35:18 +0100 Subject: [PATCH] fix(ipam): correct address --- pages/ipam/concepts.mdx | 2 +- pages/ipam/how-to/reserve-ip.mdx | 2 +- pages/ipam/quickstart.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/ipam/concepts.mdx b/pages/ipam/concepts.mdx index d4b23e9f9f..aca31c053c 100644 --- a/pages/ipam/concepts.mdx +++ b/pages/ipam/concepts.mdx @@ -45,7 +45,7 @@ Private IP addresses identify devices on Private Networks. They are not routed o When you attach a resource to a Private Network, you can either specify a [reserved IP address](/ipam/how-to/reserve-ip/) to use for the attachment, or let the Private Network's [DHCP](/vpc/concepts/#dhcp) assign it a private [IPv4](#ipv4) address from the Private Network's [CIDR](/vpc/concepts/#cidr-block) block. In both cases, the resource's private IP address will not change unless you detach the resource from the Private Network, or delete the resource. [IPv6](#ipv6) addresses can also be assigned for IPv6-compatible resources. -Four IP addresses from each CIDR block are unavailable for reservation/use: the first two and last two in the block. For example, for the subnet `172.16.12.0/22` the following addresses cannot be reserved or assigned to any resource: `172.16.12.0`, `172.16.12.1`, `172.16.15.254` and `172.16.15.256`. +Four IP addresses from each CIDR block are unavailable for reservation/use: the first two and last two in the block. For example, for the subnet `172.16.12.0/22` the following addresses cannot be reserved or assigned to any resource: `172.16.12.0`, `172.16.12.1`, `172.16.15.254` and `172.16.15.255`. ## Public (flexible) IP address diff --git a/pages/ipam/how-to/reserve-ip.mdx b/pages/ipam/how-to/reserve-ip.mdx index 2a9aeea07f..d2048d33a9 100644 --- a/pages/ipam/how-to/reserve-ip.mdx +++ b/pages/ipam/how-to/reserve-ip.mdx @@ -47,7 +47,7 @@ This page sets out the steps necessary to reserve an IP address with IPAM. 4. Define whether you want to specify the IP address to reserve, or reserve any available IP on the Private Network (the IP selected will be displayed after reservation). If specifying the IP address yourself, do **not** include the network prefix (e.g. `/22`). - Four IP addresses from each CIDR block are unavailable for reservation: the first two and last two in the block. For example, for the subnet `172.16.12.0/22` the following addresses cannot be reserved or assigned to any resource: `172.16.12.0`, `172.16.12.1`, `172.16.15.254` and `172.16.15.256`. + Four IP addresses from each CIDR block are unavailable for reservation: the first two and last two in the block. For example, for the subnet `172.16.12.0/22` the following addresses cannot be reserved or assigned to any resource: `172.16.12.0`, `172.16.12.1`, `172.16.15.254` and `172.16.15.255`. 5. Define whether you want to attach a MAC address to the reserved IP. **Only do this for custom resources** e.g. virtual machines hosted on a Proxmox cluster on an Elastic Metal server. diff --git a/pages/ipam/quickstart.mdx b/pages/ipam/quickstart.mdx index a6f26ba56f..844baa7cca 100644 --- a/pages/ipam/quickstart.mdx +++ b/pages/ipam/quickstart.mdx @@ -77,7 +77,7 @@ You can currently use IPAM in the Scaleway console to list the [private IP addre 4. Define whether you want to specify the IP address to reserve, or reserve any available IP on the Private Network (the IP selected will be displayed after reservation). If specifying the IP address yourself, do **not** include the network prefix (e.g. `/22`). - Four IP addresses from each CIDR block are unavailable for reservation: the first two and last two in the block. For example, for the subnet `172.16.12.0/22` the following addresses cannot be reserved or assigned to any resource: `172.16.12.0`, `172.16.12.1`, `172.16.15.254` and `172.16.15.256`. + Four IP addresses from each CIDR block are unavailable for reservation: the first two and last two in the block. For example, for the subnet `172.16.12.0/22` the following addresses cannot be reserved or assigned to any resource: `172.16.12.0`, `172.16.12.1`, `172.16.15.254` and `172.16.15.255`. The IP address is reserved, and you are returned to the list of your private IP addresses, where the reserved address now displays. You can use this address to attach a resource to the Private Network you reserved it from. If and when you no longer need the reserved IP, you can [release](/ipam/how-to/reserve-ip/#how-to-release-a-reserved-private-ip-address) it. \ No newline at end of file