#! /bin/shfor i in `jot 56 7`douuid=`uuid`cat <<HERE <vip uuid="${uuid}"> <interface>opt2</interface> <mode>ipalias</mode> <subnet>X.Y.Z.${i}</subnet> <subnet_bits>32</subnet_bits> <gateway/> <noexpand>0</noexpand> <nobind>0</nobind> <password>secret</password> <vhid>2</vhid> <advbase>1</advbase> <advskew>0</advskew> <descr>External services address</descr> </vip>HEREdone