Redd Vinylene wrote:
Can something similar be used for my

ifconfig_rl0_aliasN="inet 66.252.2.N netmask 255.255.255.255"

as well?

You'ld have to write a loop:

for N in $( jot 124 4 ) ; do
   eval "ifconfig_rl0_alias$N=\"inet 66.252.2.$N netmask 255.255.255.255\""
done

        Cheers,

        Matthew

--
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                 Kent, CT11 9PW

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to