I ahve created aws VPC and try to create additional CIDR. I have always got overlaps error whever values I tried /8
, /0
, /16
, /32
:
What are correct values?
I ahve created aws VPC and try to create additional CIDR. I have always got overlaps error whever values I tried /8
, /0
, /16
, /32
:
What are correct values?
10.0.0.0/16 covers 10.0.0.0 through 10.0.255.255 (ie /16 means the first 16 bits are constant, the rest vary through the whole remaining range) so 10.1.0.0/16, 10.2.0.0/16, 10.3.0.0/16 ... 10.255.0.0/16 do not overlap.