How to assign IP to nodes when using vxlan SDN

Province0081

New Member
Sep 18, 2024
1
0
1
Hello,

I have 6 nodes to build a cluster, and I used vxlan as the sdn zone. Now I can create new VM inside the vxlan, and the VM could connect each other.

However, I also want to let nodes connect VM, which means I need to assign IPs within the vxlan to nodes. I have tried to update the /etc/network/interface.d/sdn, and it worked, but the config would be wiped after I modified the SDN config via the GUI.

I'm wondering,

- should I assign the SDN IP to the physical node;
- if so, how can I do it?

Thanks a lot!