You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "weizhouapache (via GitHub)" <gi...@apache.org> on 2023/03/01 10:56:14 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #7295: How to achieve connectivity between different VPCs under different zones in CloudStack?

weizhouapache commented on issue #7295:
URL: https://github.com/apache/cloudstack/issues/7295#issuecomment-1449873683

   > @weizhouapache @DaanHoogland @kiranchavala
   > 
   > The example:
   > 
   > The Zone name is Tesra, The goal is **achieve connectivity between VPC-103 and VPC-104 using VPC Private gateway under the Tesra zone.**
   > 
   > The VPC-103 info:
   > 
   > * CIDR: 10.26.28.0/22
   > * Public IP addresses:10.26.20.63 (source-nat)
   > * Virtual routers: r-78-VM | Running | 10.26.20.63 | 4.17.2
   > * Have two tier: VLAN-1128 (CIDR:10.26.28.0/24) and VLAN-1129 (CIDR: 10.26.29.0/24)
   > * Have two VM in order to test: 10.26.28.73 and 10.26.29.94,They can ping each other.
   > 
   > The VPC-104 info:
   > 
   > * CIDR: 10.26.32.0/22
   > * Public IP addresses:10.26.20.67 (source-nat)
   > * Virtual routers: r-77-VM | Running | 10.26.20.67 | 4.17.2
   > * Have two tier: VLAN-1132 (CIDR:10.26.32.0/24) and VLAN-1133 (CIDR: 10.26.33.0/24)
   > * Have two VM in order to test: 10.26.32.114 and 10.26.33.231, They can ping each other.
   > 
   > How to
   > 
   > ![image](https://user-images.githubusercontent.com/4197714/222101530-ab54d4d1-f81f-40eb-a846-8baa7a18b9a8.png)
   
   @xuanyuanaosheng 
   you need to have an ip range (with optional vlan) , similar as shared network.
   
   
   you can refer to 
   https://github.com/apache/cloudstack/blob/main/test/integration/smoke/test_privategw_acl.py#L353-L376
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org