Hey @kayson , that's great to hear. If possible, could you share your network interfaces file or an example? I think we're very similar at this point.
Regarding the MACs, I've read conflicting information about handling this and haven't had a...
Hey @kayson, Yes, I, too, have had some troubles related to the Mac address. Even after applying trust=on to the VF, I sometimes see this issue. I have not cracked the code either, but I am hopeful.
I was able to get my system working by making the following changes to /etc/network/interfaces
# original
auto enp1s0f0v0
iface enp1s0f0v0 inet manual
auto enp1s0f1v0
iface enp1s0f1v0 inet manual
to
# new
auto enp1s0f0v0
iface enp1s0f0v0 inet...
I found this thread and wanted to share that I'm having a similiar issue. My configuration has 3 bonds defined, and whichever I specify highest in the /etc/network/interfaces file does not get created automatically, but the other bonds do. Once...