15 lines
308 B
YAML
15 lines
308 B
YAML
version: 1
|
|
config:
|
|
- type: physical
|
|
name: eth0
|
|
# mac_address: 'bc:24:11:74:12:51'
|
|
subnets:
|
|
- type: static
|
|
address: 'IP'
|
|
netmask: '255.255.255.0'
|
|
gateway: '10.10.35.1'
|
|
- type: nameserver
|
|
address:
|
|
- '8.8.8.8'
|
|
search:
|
|
- 'tvstart.ru' |