22 lines
440 B
Plaintext
22 lines
440 B
Plaintext
|
<!-- BEGIN: main -->#
|
||
|
# 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_IP}
|
||
|
netmask 255.255.255.0
|
||
|
gateway {HIVE_GATEWAY}
|
||
|
|
||
|
<!-- BEGIN: iterate -->auto eth0:{PAC}
|
||
|
iface eth0:{PAC} inet static
|
||
|
address {PAC_IP}
|
||
|
netmask 255.255.255.0
|
||
|
|
||
|
<!-- END: iterate -->
|
||
|
<!-- END: main -->
|
||
|
|