This is actually very simple and this example assumes your network device is "eth0"
In Centos your network config would be the following: /etc/sysconfig/network-scripts/ifcfg-eth0
Take the same path and just add a "-range0"
So to add a range create the following file: /etc/sysconfig/network-scripts/ifcfg-eth0-range0
IPADDR_START=192.168.1.50
IPADDR_END=192.168.1.99
CLONENUM_START=0
Obviously change the IPADDR_START and IPADDR_END to suit your subnet and actual range you are looking for.
This is much easier than having eth0:0 to eth:50 etc... set manually or
centos, multiple, ip, addresses, manually, static, ipthis, assumes, quot, eth, config, etc, sysconfig, scripts, ifcfg, ipaddr_start, ipaddr_end, clonenum_start, subnet,