Add network.yaml
This commit is contained in:
15
network.yaml
Normal file
15
network.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
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'
|
||||||
Reference in New Issue
Block a user