How can I assign a management network for the frontend and KVM nodes in OpenNebula?

Hello Oepnnebula Team,
I have one frontend node and one KVM node, with both nodes having two network interfaces connected to each other. How can I specify one network for managing (calling API or monitoring,…) the frontend node with respect to the KVM node?
Thanks

Hi @Khang_Nguyen_Phuc,

You can create a Virtual Network for that and attach it to your VMs in order to get access to the services on that network (APIs, monitoring, etc). Please refer to this section of the documentation for more info.

Best,
Victor.

Thank you for your response, but if the KVM node and frontend node (not VM and frontend) have two network connections to each other, how can I specify one network for them to communicate through that route?
Thanks