You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/instances/reference-content/manual-configuration-private-ips.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Once you have [added your Instances to a Private Network](/instances/how-to/use-
20
20
21
21
<Messagetype="note">
22
22
- We recommend not using publicly routed IP subnets within your Private Network.
23
-
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.
23
+
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.
24
24
25
25
- We advise you to configure your Private Network using IPs from the following private IP ranges:
26
26
*`192.168.0.0` - `192.168.255.255` (65,536 IP addresses) and
@@ -30,8 +30,12 @@ Once you have [added your Instances to a Private Network](/instances/how-to/use-
30
30
31
31
- 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.
32
32
33
+
- Each Instance can only be configured with a **single private IP address** from each Private Network.
34
+
33
35
- This is only recommended for expert users.
34
36
</Message>
37
+
<Messagetype="important">
38
+
Note that it is not possible to configure more than one private IP on each Instance.
35
39
36
40
1. Connect to the Instance using [SSH](/instances/how-to/connect-to-instance/).
37
41
2. Delete the file `/lib/udev/rules.d/72-scw-vpc-iface.rules` to disable the automatic DHCP scripts:
0 commit comments