19 lines
401 B
YAML
19 lines
401 B
YAML
|
# This is the network config written by 'subiquity'
|
||
|
network:
|
||
|
ethernets:
|
||
|
eno1:
|
||
|
critical: true
|
||
|
dhcp-identifier: mac
|
||
|
addresses:
|
||
|
- 194.33.40.70/24
|
||
|
- 2a0a:d580:40:60::11e/64
|
||
|
gateway4: 194.33.40.1
|
||
|
gateway6: 2a0a:d580:40:60::1
|
||
|
nameservers:
|
||
|
addresses:
|
||
|
- 194.33.40.10
|
||
|
- 8.8.8.8
|
||
|
search:
|
||
|
- iphost.md.
|
||
|
version: 2
|