commit | author | age
|
6208e0
|
1 |
# |
PH |
2 |
# This file is managed by HSAdmin. |
|
3 |
# Do not edit manually. Changes will be overwritten. |
|
4 |
# |
|
5 |
|
|
6 |
auto lo |
|
7 |
iface lo inet loopback |
|
8 |
|
|
9 |
auto eth0 |
|
10 |
iface eth0 inet static |
|
11 |
address ${hive.inetAddr.inetAddr} |
|
12 |
netmask 255.255.255.0 |
|
13 |
gateway ${hive.defaultGateway} |
|
14 |
|
|
15 |
#foreach( $pac in ${hive.pacs} ) |
3efcc8
|
16 |
#if( !${pac.managedServer} ) |
6208e0
|
17 |
iface eth0:${pac.name} inet static |
PH |
18 |
address ${pac.curINetAddr.inetAddr} |
|
19 |
netmask 255.255.255.0 |
|
20 |
|
|
21 |
#end |
3efcc8
|
22 |
#end |
6208e0
|
23 |
|
PH |
24 |
|