#!/bin/bash i=0; while read ip do /sbin/ifconfig eth0:${i} $ip netmask 255.255.255.240 up let i=$i+1 done < /etc/network/ip_range