Binding IPS (Installing IPS) On A Server



Binding (Installing) IPS into a server:
ifcfg-eth0-range0

If that file does not exist, create it with nano or pico.  This will be your first additional range installed.  Note: to repeat this process
create files that end in range1, range2, etc. Ok so you have this range0 file opened, should be blank.  Add the following lines to it:
IPADDR_START=64.50.1.5
IPADDR_END=64.50.1.12
CLONENUM_START=1
Save this time.  Ok the first variable in that file is your first IP to add, the next is the last IP to add in the series.  The CLONESTART
variable corresponds to what ETH## (see above) you are adding.  In this example we assume that only one IP is installed onto
the server, thus only eth0 is taken up, and this the next available is eth1.  So CLONENUM should be set to 1.  Now since you
are adding 8 new ip addresses, if you were going to repeat this process for yet another range eth1, eth2, eth3, eth4, eth5, eth6.
eth7, eth8 would all be used.  So the next CLONENUM would be 9, etc, etc, et.

Ok save the above file then run the command:
service network restart

You should see a clean restart, if not then UNDO what you did, delete any files you created or your server will lock up.  The
most common error is not setting the right CLONENUM number.   For instance an error like:
"error in ifcfg-eth0-range1: already seen device eth0:3 in ifcfg-eth0-range0" means you messed that up.

Repeating this process

To install another range

To repeat the process, remember to write down the next CLONENUM to use.  And then create a file called:

ifcfg-eth0-range1

Good luck ...... WEBster Computing Service (webcs.com server hosting support)