The client agent setup not get the correct mgmtcidr ? On my ONE BOX set-up.
I have one NIC. CloudStack 4.02 with KVM on CentOS 6.4 x86_64. for advance network. Here is how my bridge setup. eth1 --- *br0 *------- 192.168.100.0/24 is the management network for Cloudstack eth1 --- *br0:0* ----- 3.3.3.0/29, 3.3.3.2 is a public IP for remote operate this computer. eth1.1200 --- cloudVirBr1200 --- Vlan 1200, public network for Cloudstack with IP 4.4.4.0/24 eth1.1300 --- cloudVirBr1300 --- Vlan 1300, guest network for Cloudstack with 10.1.1.0/24 Okay, Please see br0, and br0:0, this is ONE bridge, but have assigned TWO ip cidr, one is 192.168.100.0/24 another one is 3.3.3.0/29 . As it is a ONE BOX, I have added 192.168.100.2 and also 3.3.3.2 to this computer. 3.3.3.2 is use for remote operate this host(computer), it is not related to Cloudstack at all. 192.168.100.2 is the IP for the host also I add it to the UI. Here the problem is, when I added everything from the UI, I add the br0 to the mgnt network, the cloud management and the agent is up and running, but in the /etc/cloud/agent/agent.properties , the host=3.3.3.2 but not 192.168.100.2, and inside the SSVM and the CPVM, the mgmtcidr in the Kernel argument, /var/cache/cloud/cmdline file, it is 3.3.3.0/29 too but not 192.168.100.0/24 . So it is confusing here. Why the agent set-up use 3.3.3.0/29 but not 192.168.100.0/24? It maybe a set-up configuration problem when deploy the ZONE? Thank you.