Files
warewulf/overlays/system/default/etc/network/interfaces.d/eth0.ww
2021-04-23 20:31:27 -07:00

11 lines
184 B
Plaintext
Executable File

auto eth0
allow-hotplug eth0
iface eth0 inet static
address {{.NetDevs.eth0.Ipaddr}}
netmask {{.NetDevs.eth0.Netmask}}
gateway {{.NetDevs.eth0.Gateway}}
up ifmetric eth0 30