I’ve been experimenting with networking on scale and bound my 10GbE and 2.5GbE together in a fail over “bond0” and it works fine.
Now I want to delete it and return the configuration to two individual NICs.
I’m doing this:
Delete bond0
Configure enp1s0
Configure enp4s0
Test changes
I lose the connection and it returns after the timeout.
How do I “undo” adding the bond? Is there some kind of undocumented procedure?