# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: no
dhcp6: no
optional: true
eth1:
dhcp4: no
dhcp6: no
optional: true
eth2:
dhcp4: no
dhcp6: no
vlans:
vlan15:
accept-ra: no
id: 15
link: eth2
vlan31:
accept-ra: no
id: 31
link: eth2
vlan16:
accept-ra: no
id: 16
link: eth2
vlan32:
accept-ra: no
id: 32
link: eth2
bridges:
br0:
interfaces: [vlan15]
dhcp4: no
addresses: [172.20.66.240/24]
gateway4: 172.20.66.254
mtu: 9000
nameservers:
addresses: [223.6.6.6,223.5.5.5]
parameters:
stp: false
br1:
interfaces: [vlan31]
dhcp4: no
parameters:
stp: false
forward-delay: 0
br2:
interfaces: [vlan16]
dhcp4: no
parameters:
stp: false
forward-delay: 0
br3:
interfaces: [vlan32]
dhcp4: no
parameters:
stp: false
forward-delay: 0