Systemd-Networkd with Bonding
With systemd-networkd setup and running, now let's setup bonding. Create virtual network device First, we have to create a new virtual network device for our bond connection. To do so, create a file at /etc/systemd/network/10-bond0.netdev with the following contents. [NetDev] Name=bond0 Kind=bond…