GitHub user rohityadavcloud added a comment to the discussion: Mandatory to have management service listening on IP on default NIC?
@benj-n per https://github.com/apache/cloudstack/blob/main/plugins/ca/root-ca/src/main/java/org/apache/cloudstack/ca/provider/RootCAProvider.java#L372 the mgmt server certificate should have all the IPs of the default nic - this is only used to communicate b/w mgmt server - mgmt server & not b/w agent (kvm host) & mgmt server. What you can do it to keep the default nic of your mgmt server hosts on the same subnet/cidr. GitHub link: https://github.com/apache/cloudstack/discussions/9429#discussioncomment-10144552 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
