Skip to content

Commit 8b2a86f

Browse files
authored
Merge pull request MicrosoftDocs#8070 from MicrosoftDocs/chrisda
CIDR IP subnet mask clarification
2 parents b62b775 + 691a2ce commit 8b2a86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exchange/exchange-ps/exchange/New-InboundConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Accept wildcard characters: False
397397
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. You enter the IP addresses using the following syntax:
398398

399399
- Single IP: For example, 192.168.1.1.
400-
- CIDR IP: You can use Classless InterDomain Routing (CIDR), for example, 192.168.0.1/25.
400+
- CIDR IP: You can use Classless InterDomain Routing (CIDR), for example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
401401

402402
You can specify multiple IP addresses separated by commas.
403403

exchange/exchange-ps/exchange/Set-InboundConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Accept wildcard characters: False
411411
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. You enter the IP addresses using the following syntax:
412412

413413
- Single IP: For example, 192.168.1.1.
414-
- CIDR IP: You can use Classless InterDomain Routing (CIDR). For example, 192.168.0.1/25.
414+
- CIDR IP: You can use Classless InterDomain Routing (CIDR). For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
415415

416416
You can specify multiple IP addresses separated by commas.
417417

0 commit comments

Comments
 (0)