I would like to set up a bond on incusos, but it seems to not work. I tried copying the example for bond/vlan verbatim (changing only the interface names) into the install seed, and it just went with the normal non-bonded DHCP setup. I also tried converting it to YAML and putting it into the network config, but it gives me an error that udev can’t rename the interface. Since I can’t get a shell on the machine, I can’t really troubleshoot it.
Could anyone give me a working example configuration with two bonded interfaces, with either the IP address set directly or vlans on the bond? Would much appreciate it! YAML would be fine.
Unfortunately, the network part seems to have been completely ignored, as the resulted installed system just looks for DHCP addresses from the individual interfaces, and not creating the bond or using the vlan. It’s not a big problem, because now I can go in and set it up afterwards, but I’m wondering if there’s a way I could have this working from the beginning.