Skip to content

Commit f2e1722

Browse files
committed
docs(ins): add information about private ip
1 parent 5dd091a commit f2e1722

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/instances/reference-content/manual-configuration-private-ips.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Once you have [added your Instances to a Private Network](/instances/how-to/use-
2020

2121
<Message type="note">
2222
- 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.
2424

2525
- We advise you to configure your Private Network using IPs from the following private IP ranges:
2626
* `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-
3030

3131
- 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.
3232

33+
- Each Instance can only be configured with a **single private IP address** from each Private Network.
34+
3335
- This is only recommended for expert users.
3436
</Message>
37+
<Message type="important">
38+
Note that it is not possible to configure more than one private IP on each Instance.
3539

3640
1. Connect to the Instance using [SSH](/instances/how-to/connect-to-instance/).
3741
2. Delete the file `/lib/udev/rules.d/72-scw-vpc-iface.rules` to disable the automatic DHCP scripts:

0 commit comments

Comments
 (0)