# ######## ! WARNING ! ######## # this file: /etc/netplan/01-qspf25g-bond.yml # if you don’t understand this configuration below # It is forbidden to modify any text # DO NOT EDIT THIS FILE ! # DO NOT EDIT THIS FILE ! # DO NOT EDIT THIS FILE ! # you have been warned # All consequences, good or bad, are your own responsibility
network: renderer:networkd bonds: bond0: addresses: # IP Address -10.172.168.192/16 interfaces: # Network Interfaces -ens1f0np0 -ens11f1np1 nameservers: addresses: # DNS Server IP -223.5.5.5 -223.6.6.6 parameters: lacp-rate:fast mode:802.3ad transmit-hash-policy:layer2 routes: # Network Gateway IP -to:default via:10.172.168.254 ethernets: # Networks interfaces ens11f0np0: {} ens11f1np1: {} version:2
# ######## ! WARNING ! ######## # this file: /etc/netplan/01-ethernet-static.yml # if you don’t understand this configuration below # It is forbidden to modify any text # DO NOT EDIT THIS FILE ! # DO NOT EDIT THIS FILE ! # DO NOT EDIT THIS FILE ! # you have been warned # All consequences, good or bad, are your own responsibility network: version:2 renderer:networkd ethernets: ens33: dhcp4:no addresses: -172.17.20.20/17 routes: -to:default via:172.17.255.254 nameservers: addresses: [119.29.29.29,114.114.114.114,8.8.8.8]