I have problems to configure an subnet /25 on an vps with CentOs 6.4 have tried different version.
The original eth0 settings are:
DEVICE=eth0
#HWADDR=de:8f:24:e9:7b:04
TYPE=Ethernet
UUID=64e110dd-d5db-4d6c-b99a-9da73ecc26c5
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
IPADDR=84.60.42.181
NETMASK=255.255.255.224
Other eth's doesn't exist. Now I tried to configure the range with creating a range network file
vi ifcfg-eth0-range0
Then in the file
IPADDR_START=84.180.231.1
IPADDR_END=84.180.231.254
CLONENUM_START=0
NETMASK=255.255.255.255
Save and closed... and network restart
.
But it doesn't work. Still can't ping the IPs from outside. Perhaps someone can help me.