# # This file is managed by HSAdmin. # Do not edit manually. Changes will be overwritten. # auto lo iface lo inet loopback auto eth0 iface eth0 inet static address ${hive.inetAddr.inetAddr} netmask 255.255.255.0 gateway ${hive.defaultGateway} #foreach( $pac in ${hive.pacs} ) #if( !${pac.managedServer} ) auto eth0:${pac.name} iface eth0:${pac.name} inet static address ${pac.curINetAddr.inetAddr} netmask 255.255.255.0 #end #end