diff --git a/pages/instances/reference-content/manual-configuration-private-ips.mdx b/pages/instances/reference-content/manual-configuration-private-ips.mdx index cf055cbc8d..05cb32bb89 100644 --- a/pages/instances/reference-content/manual-configuration-private-ips.mdx +++ b/pages/instances/reference-content/manual-configuration-private-ips.mdx @@ -20,7 +20,7 @@ Once you have [added your Instances to a Private Network](/instances/how-to/use- - We recommend not using publicly routed IP subnets within your Private Network. - While the configuration may work for your Instances to communicate with each other, it could lead to connectivity issues to machines on the public internet within these ranges. + While the configuration may work for your Instances to communicate with each other, it could lead to connectivity issues to machines on the public internet within these ranges. - We advise you to configure your Private Network using IPs from the following private IP ranges: * `192.168.0.0` - `192.168.255.255` (65,536 IP addresses) and @@ -30,6 +30,8 @@ Once you have [added your Instances to a Private Network](/instances/how-to/use- - Using the `10.0.0.0/8` private IP range is **not recommended**, as this block is used for the Instances' own private IPs and infrastructure services. + - Each Instance can only be configured with a **single private IP address** from each Private Network. + - This is only recommended for expert users.