Forum Discussion
Dan_Snape
Sep 26, 2017Steel Contributor
Exchange 2016 Receive Connector - maximum number of IP's in the RemoteIPRanges field?
I've seen some vagure references to the RemoteIPRanges property for a Receive Connactor object in Exchange Server 2016 having a maximum number of entries. Does anyone know what this maximum number is...
Brian Reid
Jun 06, 2018MVP
The schema value for that property will have a fixed length. You can add
as many IP addresses or ranges or CIDR ranges as can fit in the array.
So for example you can get more 1.2.3.4 type ranges (7 characters) than
123.123.123.123/32 (18 characters)