Thanks Wei I will try it
Regards ________________________________ From: Wei ZHOU <ustcweiz...@gmail.com> Sent: Monday, January 24, 2022 3:50:08 AM To: users <users@cloudstack.apache.org> Subject: Re: Connect 2 VPC with private gateway Hi Ricardo, You can use site-to-site VPN as Hari suggested. It depends on the StrongVPN service on both VPC VRs. Private gateway is another way to connect 2 VPCs. You can do it by following steps (1) create 2 VPCs with different cidr (2) Allocate a vlan and two Ips for the private gateways. for example 10.0.0.1 and 10.0.0.2 (3) Add private gateway on both VPCs (ACL: default_allow) in VPC 1: 10.0.0.1 with gw 10.0.0.2 in VPC 2: 10.0.0.2 with gw 10.0.0.1 (4) Add static routes in private gateways in VPC 1: cidr of VPC 2 in VPC 2: cidr of VPC 1 When all are configured, the vms in a VPC should be able to connect to vms in another VPC. -Wei On Sun, 23 Jan 2022 at 17:25, Ricardo Pertuz <ricardo.per...@kuasar.co> wrote: > Hi, > > Is there a tutorial or doc with the steps to connect VPCs from different > accounts using private gateways? > > Regards >