Network Bonding

Going from a one interface setup, to two bonded:

Before:

Create the netdev bond file /etc/systemd/network/25-bond1.netdev.

Create network for bond.

Select interfaces.

Restart network:

Check if functional:

Before:

After:

Note: systemd automatically creates bond0, it can be ignored.

Status:

Note: DNS using systemd-resolved config in /etc/systemd/resolved.conf

References

https://kerlilow.me/blog/setting-up-systemd-networkd-with-bonding/#setting-up-the-bond https://www.freedesktop.org/software/systemd/man/systemd.netdev.html https://www.reversengineered.com/2014/08/21/setting-up-bonding-in-systemd/

Last updated