20 lines
424 B
YAML
20 lines
424 B
YAML
# This is the network config written by 'subiquity'
|
|
network:
|
|
ethernets:
|
|
eno1:
|
|
critical: true
|
|
dhcp-identifier: mac
|
|
# dhcp4: true
|
|
addresses:
|
|
- 185.181.229.82/24
|
|
- 2a0a:d580:40:60::124/64
|
|
gateway4: 185.181.229.1
|
|
gateway6: 2a0a:d580:40:60::1
|
|
nameservers:
|
|
addresses:
|
|
- 194.33.40.10
|
|
- 8.8.8.8
|
|
search:
|
|
- iphost.md.
|
|
version: 2
|