Hi all, I am trying to install CloudStack in basic configuration. I've spent almoust one week, but still can't setup it.
My environment is: one machine (my laptop with eth card) network - cable attached to router (dlink) CenOS 6.4 x64 Cloustack 4.1.1 (installed from official repo) Configuration: eth0 IP - 192.168.0.115 IP of router - 192.168.0.1 zone: dns 1: 8.8.8.8 internal dns 1: 8.8.8.8 pod: gateway: 192.168.0.1 netmask: 255.255.255.0 ip range: 192.168.0.50 - 192.168.0.60 guest network: gateway: 192.168.0.1 netmask: 255.255.255.0 ip range: 192.168.0.150 - 192.168.0.160 cluster: kvm host: host name: 192.168.0.115 user: root password: qwerty primary storage: server: 192.168.0.115 path: /export/primary secondary storage: server: 192.168.0.115 path: /export/secondary According to CloudStack panel, SSVM have next params: Public IP Address192.168.0.150Private IP Address192.168.0.57Link Local IP Adddress169.254.3.45Hostlocalhost.localdomainGateway192.168.0.1 But according to router ui, there is no machine with 192.168.0.150 or 192.168.0.57 address. in top output I see two kvm processes. I can login on proxy and SS VMs using ip like 169.254.3.* . Also, I can ping only proxy machine from SS and vice versa. Any other destination (including public ip addresses and address of real machine) is unavaliable. network configs (copied from deployment script): eth0_body=""" DEVICE=eth0 HWADDR=F0:DE:F1:A0:0E:D4 ONBOOT=yes HOTPLUG=no BOOTPROTO=none TYPE=Ethernet """ eth0_100_body=""" DEVICE=eth0.100 HWADDR=F0:DE:F1:A0:0E:D4 ONBOOT=yes HOTPLUG=no BOOTPROTO=none TYPE=Ethernet VLAN=yes IPADDR=192.168.0.120 GATEWAY=192.168.0.1 NETMASK=255.255.255.0 """ eth0_200_body=""" DEVICE=eth0.200 HWADDR=F0:DE:F1:A0:0E:D4 ONBOOT=yes HOTPLUG=no BOOTPROTO=none TYPE=Ethernet VLAN=yes BRIDGE=cloudbr0 """ eth0_300_body=""" DEVICE=eth0.300 HWADDR=F0:DE:F1:A0:0E:D4 ONBOOT=yes HOTPLUG=no BOOTPROTO=none TYPE=Ethernet VLAN=yes BRIDGE=cloudbr1 """ cloudbr0_body=""" DEVICE=cloudbr0 TYPE=Bridge ONBOOT=yes BOOTPROTO=none IPV6INIT=no IPV6_AUTOCONF=no DELAY=5 STP=yes """ cloudbr1_body=""" DEVICE=cloudbr1 TYPE=Bridge ONBOOT=yes BOOTPROTO=none IPV6INIT=no IPV6_AUTOCONF=no DELAY=5 STP=yes """ -- Best regards, Vadim Bartko skype: hudvin email: hud...@gmail.com mobile: +380994334484