11 lines
188 B
YAML
11 lines
188 B
YAML
network:
|
|
version: 2
|
|
renderer: networkd
|
|
ethernets:
|
|
eth0:
|
|
addresses: [ "10.10.10.1/24" ]
|
|
routes:
|
|
- to: 0.0.0.0/0
|
|
via: 9.9.9.9
|
|
on-link: true
|