Files
warewulf/overlays/system/default/etc/sysconfig/network-scripts/ifcfg-eth0.ww
2020-12-07 12:17:55 -06:00

11 lines
221 B
Plaintext

DEVICE=eth0
NAME=eth0
IPADDR={{$.Self.NetDevs.eth0.Ipaddr}}
NETMASK={{$.Self.NetDevs.eth0.Netmask}}
GATEWAY={{$.Self.NetDevs.eth0.Gateway}}
HWADDR={{$.Self.NetDevs.eth0.Hwaddr}}
BOOTPROTO=static
ONBOOT=yes
DEVTIMEOUT=10