I installed CloudStack in a two node cluster. The management server is running on 11.11.11.21 and the agent is running on 11.11.11.22. The gateway is also 11.11.11.21.
The management server created two system vms in agent. When I type `virsh list` on 11.11.11.22, the statuses of secondary storage vm and console proxy vm are both "running". But It seems that the management server cannot detect the liveliness of system vms, so the creating vm job is all timed out. The management network ip range is between 11.11.11.53 and 11.11.11.59. The guest network ip range is between 11.11.11.60 to 11.11.11.200. The gateway is 11.11.11.21. The netmask is 255.255.255.0. I think the problem is that the system vms cannot access the network 11.11.11.0/24. Because I cannot ping or ssh VMs' public/private/link local ip address listed on cloudstack management server UI. But when I type `virsh console [VMName]`, there is a prompt for username and password. The creating vm job log: https://paste.ubuntu.com/p/tkNHM9r8yf/ The ifconfig output of agent: https://paste.ubuntu.com/p/6BHmS995Fh/ Could anyone help me? Any help will be appreciated.