GitHub user prashanthr2 edited a comment on the discussion: Multi-subnet setup with VPN – System VMs unreachable and agent not connecting
@TheKunalSen This setup is a non-standard implementation, I don't think this will work because CloudStack requires all hosts within a single Pod to share a Layer 2 broadcast domain, whereas a VPN only provides Layer 3 routing. The System VMs are failing because they are assigned .1.x addresses while residing on a .2.x host. Because there is no Layer 2 continuity they cannot resolve ARP requests or egress the local bridge making them unreachabel even within the .2.0/24 network. To resolve this try creating a separate Pod for the .2.0/24 network with its own Management IP range, cloudStack will then ensure that any System VM deployed in that Pod receives a local .2.x address ( this may resolve your issue) GitHub link: https://github.com/apache/cloudstack/discussions/12909#discussioncomment-16391990 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
