Skip to content

Commit 8df26c6

Browse files
chore: add required subnet sizes (#434)
* chore: add required subnet sizes * chore: add required subnet sizes - minor --------- Co-authored-by: Joe Zhou <[email protected]>
1 parent 37188d7 commit 8df26c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cloud/networks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ To create a private network:
3030
- Specify a **Name**, a **Cloud Provider**, and a **Cloud Region** for your network.
3131
- Specify the **CIDR** block (IP range) for your network.
3232
- The CIDR of the Dragonfly Cloud network must not overlap with any CIDR of your application VPC from where the requests or commands will be sent to the data store.
33+
- The subnet must be at least **/24** (256 addresses) and no larger than **/16** (65,536 addresses).
3334
- For example, the following [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation) pairs are overlapping:
3435
- **192.168**.0.0/**16**, **192.168**.0.0/**16**
3536
- **192.168**.0.0/**16**, **192.168.1**.0/**24**

0 commit comments

Comments
 (0)