Network Range Alias
-
I'm trying to create a network alias range, e.g. 192.168.1.3-192.168.1.126 (32 subnet mask). When I save it, the range is not created with incremented IP addresses, .3 - .126:
http://imgur.com/FLbxmun
Do I need to set a different CIDR for the IP addresses to be populated correctly?
-
The alias looks to be correct. The various mask sizes generated give the total address range in the smallest number of CIDR networks.
Steve
-
Thank you for the clarification. I guess I was expecting /32 addresses expanded through the whole range. I like this truncated method better anyway.