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

   > I have discovered a new clue. The steps to reproduce is the same, but for 
VPC with a CIDR of 192.168.0.0/16 or 172.16.0.0/16, the VPN C2S does not work. 
On the contrary, for VPCs with a CIDR of 10.x.0.0/16, it is okay. The issue 
seems to be related to CIDR, but currently, I cannot change CIDR for the 
already created VPC as it is in use. Is there any way for the VPN C2S to still 
function with the CIDR 192.168.0.0/16 as it is currently?
   
   so, it seems the issue is because your IP (192.168.75.1) is in the VPC CIDR 
(192.168.0.0/16).
   
   There is no API to update CIDR of existing VPC, as @DaanHoogland mentioned.
   You can try to update CIDR by manual database change to a smaller CIDR (for 
example 192.168.0.0/20, or /22), and restart VPC with cleanup. 
   I have not tested it, maybe some other changes are required.


-- 
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-unsubscr...@cloudstack.apache.org

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

Reply via email to