Skip to content

Commit 0073085

Browse files
Merge pull request #11023 from mendix/nc-private-conn-ips
Add restricted IP ranges
2 parents 9dc2fa5 + dabaff3 commit 0073085

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

content/en/docs/control-center/security/private-connectivity/configure-private-connectivity.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ Mendix Cloud Private Connectivity currently supports exposing physical [subnet r
346346
* Multiple IP ranges separated by a comma, such as `192.0.2.0/24,198.51.100.0/24`
347347
* A single IP address, such as `10.100.0.5/32`
348348

349+
Do not expose broad IP ranges such as `0.0.0.0/0` and `::/0`. Mendix recommends only exposing the IP range of the target service or database.
350+
349351
#### Exposing Subnet Routes on a Windows Server {#private-connectivity-resources-expose-routes-windows}
350352

351353
To expose subnet routes for an agent that is already running, run the following script on the machine where the agent is installed.
@@ -477,3 +479,10 @@ The Mendix internal systems operate on the following subnets:
477479

478480
As such, when you expose a subnet or a single IP address, it must not conflict with our private IP ranges.
479481
If you absolutely must use the subnets on which Mendix operates, please configure [Network address translation (NAT)](https://en.wikipedia.org/wiki/Network_address_translation) on your infrastructure.
482+
483+
### Restricted IP Ranges
484+
485+
To maintain robust security, network access to services and databases must be strictly controlled. As such, do not expose broad IP ranges such as:
486+
487+
* `0.0.0.0/0` for IPv4
488+
* `::/0` for IPv6

0 commit comments

Comments
 (0)