This issue is specifically caused by configuring with the non-standard CIDR expression at the Overlay Subnet box.
For example, suppose you want to set a subnet mask of
/255.240.0.0
to determine IP range as below:
10.240.0.0 - 10.255.255.255
In this case, you should configure the following at the Overlay Subnet box based on the CIDR expression:
Note: You can take 1,048,576 IPs starting from 10.240.0.0
for each container in this case.
Suppose you configure as below:
According to CIDR concept, this expression is non-standard expression. However, you should be able to take 1,048,576 IPs starting from 10.240.0.0 for each container.
But the older implementation of Silk Controller assigns 1,048,576 IPs starting from
10.255.0.0
for each containers, in this case.
As a result, Silk Controller may assign IPs exceeding the expected IP range with this older release of TAS for VMs products than v2.5.18 and v2.6.13.
Note: The IP range is determined by the start address and the number of assignable IPs, according to the standard CIDR expression.