File: //etc/netplan/50-cloud-init.yaml
# This file is generated from information provided by the datasource. Changes
# to it will not persist across an instance reboot. To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
version: 2
ethernets:
ens3:
dhcp4: true
match:
macaddress: fa:16:3e:74:d7:0e
mtu: 1500
set-name: ens3
ens4:
accept-ra: false
addresses:
- 2001:41d0:601:1100::6d29/128
match:
macaddress: fa:16:3e:8b:da:24
mtu: 1500
nameservers:
addresses:
- 213.186.33.99
search: []
routes:
- to: 2001:41d0:601:1100::1/128
via: '::'
- to: ::/0
via: 2001:41d0:601:1100::1
set-name: ens4