# Pastebin YuR5RFai # cat 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: renderer: networkd bonds: bond0: interfaces: - eno1 - eno2 - eno3 - eno4 parameters: mode: balance-xor transmit-hash-policy: layer2+3 bridges: br-bond0: # dhcp4: yes addresses: - 10.0.0.16/16 gateway4: 10.0.0.1 interfaces: - bond0 mtu: 1500 nameservers: addresses: - 10.0.0.20 - 10.0.0.10 - 8.8.8.8 - 8.8.4.4 search: - aiqs.de parameters: forward-delay: 15 stp: false ageing-time: 0 max-age: 0 forward-delay: 0 ethernets: eno1: {} eno2: {} eno3: {} eno4: {} version: 2