ABHIONLINUX
Site useful for linux administration and web hosting

2010/01/22

How to assign a range of IP's to server

Create a file /etc/sysconfig/network-scripts/ifcfg-eth0-range0 add the following entries

IPADDR_START=192.168.0.0
IPADDR_END=192.168.0.100
CLONENUM_START=1

Save it and restart network
/etc/init.d/network restart

No comments:

Post a Comment