[root@localhost~]# cat /etc/redhat-release
CentOS release 6.7 (Final)
[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr FA:16:3E:AB:ED:37
inet addr:172.16.3.13 Bcast:172.16.3.255 Mask:255.255.255.0
inet6 addr: fe80::f816:3eff:feab:ed37/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1
RX packets:500 errors:0 dropped:0 overruns:0 frame:0
TX packets:343 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:48072 (46.9 KiB) TX bytes:42814 (41.8 KiB)
[root@localhost ~]# cd /etc/sysconfig/network-scripts/
[root@localhost ~] # cp ifcfg-eth0 ifcfg-eth0-range0
#DEVICE=eth0
#onBOOT=yes
#NM_ConTROLLED=yes
#BOOTPROTO=none
TYPE=Ethernet
IPADDR_START=172.16.3.20
IPADDR_END=172.16.3.25
NETMASK=255.255.255.0
¡Ø IPADDR_START / IPADDR_END ¿¡ ½ÃÀÛ°ú ³¡ ¾ÆÀÌÇǸ¦ ÁöÁ¤
[root@localhost ~]# /etc/init.d/network restart
[root@localhost ~]# ifconfig
Alias µð¹ÙÀ̽º ½ÃÀÛ¹øÈ£¸¦ Á¤ÇÏ·Á¸é....CLONNUM_START °ªÀ¸·Î......
CLONENUM_START=5
[root@localhost ~]# /etc/init.d/network restart
[root@localhost ~]# ifconfig