hi folks, I am doing a 4.3.1KVM install on one centOS 6.6 host (mgt + agent).
Trying to setup an advanced zone with two bridges I have two bridges br0 and br1 which have IPs like so: br0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 inet addr:172.16.0.1 Bcast:172.16.0.255 Mask:255.255.255.0 br1 Link encap:Ethernet HWaddr 2E:2B:6E:E6:83:35 inet addr:172.18.0.1 Bcast:172.18.0.255 Mask:255.255.255.0 br0 used for public and mgmt and br1 for guests. During the host install, I get this error: 2014-11-10 12:25:53,821 DEBUG [c.c.a.m.AgentManagerImpl] (AgentConnectTaskPool-209:ctx-687f8403) Failed to handle host connection: com.cloud.exception.ConnectionException: Incorrect Network setup on agent, Reinitialize agent after network names are setup, details : Can not find network: br1 2014-11-10 12:25:53,821 DEBUG [c.c.a.m.AgentManagerImpl] (AgentConnectTaskPool-209:ctx-687f8403) Can not send command com.cloud.agent.api.ReadyCommand due to Host 1 is not up the agent log just shows: 2014-11-10 12:31:22,684 INFO [cloud.agent.Agent] (Agent-Handler-2:null) Reconnecting... 2014-11-10 12:31:22,684 INFO [utils.nio.NioClient] (Agent-Selector:null) Connecting to 172.16.0.1:8250 2014-11-10 12:31:22,766 INFO [utils.nio.NioClient] (Agent-Selector:null) SSL: Handshake done 2014-11-10 12:31:22,766 INFO [utils.nio.NioClient] (Agent-Selector:null) Connected to 172.16.0.1:8250 2014-11-10 12:31:22,886 INFO [cloud.agent.Agent] (Agent-Handler-2:null) Proccess agent startup answer, agent id = 0 2014-11-10 12:31:22,887 INFO [cloud.agent.Agent] (Agent-Handler-2:null) Set agent id 0 2014-11-10 12:31:22,887 INFO [cloud.agent.Agent] (Agent-Handler-2:null) Startup Response Received: agent id = 0 2014-11-10 12:31:22,983 WARN [cloud.agent.Agent] (Agent-Handler-4:null) Unable to send response: null If I don't specify traffic labels everything more of less works, but with traffic labels if fails with this. Anybody will have a clue why cloudstack would not be able to recognize the bridges ? -sebastien