Hi there, I don't get what is installed inside what (KVM vs VirtualBox)?
Why don't you take a look into ACS Quick install guide which requires only a single host (your physical KVM host would do fine) - http://docs.cloudstack.apache.org/en/latest/quickinstallationguide/qig.html - you can go with ACS 4.13 (this guide is for 4.11) - there are 3 things that needs change: - do NOT add the mysql repo - but instead install Epel repo which will provide the needed mysql-connector-python (rmost recent versions of it from the MysQL repo are incompatible with ACS) - use 4.13 in ACS repo - use systemVM template 4.11.3 (instead of 4.11.2) when preseeding it (just replace "4.11.2" with "4.11.3" inside the section http://docs.cloudstack.apache.org/en/latest/quickinstallationguide/qig.html#system-template-setup ) Cheers Andrija On Wed, 19 Feb 2020 at 18:01, Marciel Bonamigo < [email protected]> wrote: > Hello, I'm setting up a test lab with ACS 4.13 and KVM at centos7 > > Scenario: > -KVM physical server > -ACS is in the Virtual Box > > After all the configurations when starting SSVM it takes a long time and > when I start I can't access them by any IP address, because for some reason > these SSVM are not going out to the internet. > > KVM Network Settings: > > cloudbr0: > DEVICE = cloudbr0 > TYPE = Bridge > ONBOOT = yes > BOOTPROTO = none > IPADDR = 172.26.0.222 > GATEWAY = 172.26.0.1 > NETMASK = 255.255.255.0 > USERCTL = no > > cloudbr1: > DEVICE = cloudbr1 > TYPE = Bridge > ONBOOT = yes > BOOTPROTO = none > IPV6INIT = no > IPV6_AUTOCONF = no > > enp6s0: > DEVICE = enp6s0 > ONBOOT = yes > HOTPLUG = no > BOOTPROTO = none > TYPE = Ethernet > BRIDGE = cloudbr0 > > enp6s0.300: > DEVICE = enp6s0.300 > ONBOOT = yes > HOTPLUG = no > BOOTPROTO = none > TYPE = Ethernet > VLAN = yes > BRIDGE = cloudbr1 > > ACS Network Settings in Virtual BOx: > Adapter A connected in Bridge mode, so that it stays on the same KVM > network as on 172.26.0.0/24 > _____________________________________ > > My question is how to configure the Public network so that SSVM can start > correctly. > > Anyone who could help I appreciate it. > > -- Andrija Panić
