2018-05-13 19:22:33 -06:00
|
|
|
## /network-config
|
|
|
|
---
|
|
|
|
version: 1
|
|
|
|
config:
|
|
|
|
- type: physical
|
|
|
|
name: eth0
|
|
|
|
subnets:
|
|
|
|
- type: static
|
2018-05-13 21:18:43 -06:00
|
|
|
address: %IP_ADDRESS%
|
|
|
|
netmask: %NETMASK%
|
2018-05-13 19:22:33 -06:00
|
|
|
routes:
|
|
|
|
- network: 0.0.0.0
|
|
|
|
netmask: 0.0.0.0
|
2018-05-13 21:18:43 -06:00
|
|
|
gateway: %GATEWAY%
|
2018-05-13 19:22:33 -06:00
|
|
|
- type: nameserver
|
2018-05-13 21:18:43 -06:00
|
|
|
address: [%NAME_SERVER%]
|
|
|
|
search: [%DOMAIN%]
|