GitHub user prashanthr2 added a comment to the discussion: Multi-subnet setup with VPN – System VMs unreachable and agent not connecting
@TheKunalSen There are multiple ways to achieve a remote host connection, but the best approach depends on your specific requirements for high availability and migration. Apart from creating a separate Pod (which is the most straightforward fix for your current routing issues) you could also implement a VXLAN or GRE overlay if you need to maintain a single 'stretched' Layer 2 network for live migration support. However, for most remote site scenarios, using separate Pods or even separate Zones is the standard way to ensure that System VMs receive the correct local networking configuration automatically. Also, If going "Separate Pod" route make sure to ensure that the NFS Secondary Storage is reachable from the new .2.x as well, as the System VMs in the new Pod will still need to mount it. GitHub link: https://github.com/apache/cloudstack/discussions/12909#discussioncomment-16463938 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
