11 lines
221 B
Plaintext
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
|
|
|