I’m having issues while trying to connect to a newly created vm. The idea is to being able to ping the vm and after that setting up the ssh access via contextualization.
As @marcindulak says the best approach will be accessing the VM with VNC. Also check the IP of virbr0 and try to ping/connect from the same node as @atodorov_storpool suggests. The bridge created by libvirt is not accesible from other nodes.
— With this setup you should be able to ping and connect to them from the HV node on which they are running.
Yes you are right, I can ping the newly created vm from within the HV node.
— Accessing the instance over VNC …
I’ve provisioned the opennebula stack (front and node) within a private cluster. This implies that I have to ssh into a bastion in order to have access to the latter resources. At this point It’d a time consuming task to setup a tunnel or a NAT or a port forwarding to being able to VNC from outside the private cluster network. So the VNC option is discarded … sorry
— …The bridge created by libvirt is not accesible from other nodes.
This image describes the topology layout and the network setup
As I can ping/ssh now (from the HV node to the vm), the next step will be to being able to access the newly created vm from the proxy host. How can I make the bridge created by libvirt accesible from the proxy???