Hello Incus community,
I work with an incus (6.0.3.4) cluster on debian 12. have 4 debian based hosts in the cluster and actually experimenting with the mangaged network features. I have connected all 4 hosts with a separate physical ethernet card for my tests, each and want to create a managed bridged incus cluster network with uplink to my dedicated physical network cards. Forum and docs I could find, did not help me, to set it up.
I saw, St. Graber posting that this all sould be possible to setup already in 2019, but I could not find any usable howto and further information on
- host system prequisites
- limitations
- complete & working setup directives on cluster+members
For the beginning, I want to create a simple VNI=100 vxlan network in my cluster, that is running on my 4 dedicated nics, that therefor should be part of the cluster bridges, each on one host. I want to add this and similar networks with different vxlan ids in managed mode to my incus cluster and connect it to VMs/containers, that can talk on this vxlan network in an isolated manner across my cluster. Later it would be nice to add more vxlan segments, ideally to the same host bridge, if this is possible with incus.
I read information here
But it is not clear to me,
- what extra software prequisites I need for my vxlan network, if any… Do I need to create the vxlan aware bridge on every host and the vxlan uplink to the unicast vxlan network manually ? Or will incus do this all for me ? Do I need to have OVS/Open VSwitch deployed, or does the linux ip suite suffice ?
- What would be a a simple incus network setup commands example, in case my hosts have all eth1 as dedicated uplink network for my vxlan availabe ? I especially wonder, how to fill the bridged network parameters that reside unter the “tunnel” namespace. As I have a cluster, I cannot see, which of the bridged network paramters are member specific and which global… What, if uplink phys have not all the same name eth1 ? What other parameters are mandatory or required, to setup my “simplevxlan100” network ?
So any help or pointer to resources I did not find would be really appreciated