mrunalinikankariya opened a new pull request #2076: CLOUDSTACK-9905 : VPN 
Gateway with Public Subnet
URL: https://github.com/apache/cloudstack/pull/2076
 
 
   When we attempt to use a /24 subnet with a public IP ranges, for 
example,153.97.140.0/24. VPN Customer Gateways can be created with this type of 
CIDR, but cannot be updated, for example to 153.97.181.0/24 . Attempting to do 
so produces the error "The customer gateway cidr list 153.97.181.0/24 contains 
invalid guest cidr!"
   REPRO STEPS
   ==================
   I was able to repro this in 4.5.1
   1) Created a new VPN Customer Gateway using the same settings as the customer
   2) Attempted to change the CIDR list entry from 153.97.180.0/24 to 
153.97.181.0/24
   3) The UI became unresponsive
   4) The Management-server log shows the following:
   2017-03-31 17:10:42,471 WARN [c.c.u.n.NetUtils] 
(API-Job-Executor-9:ctx-ed9b5816 job-172 ctx-32369258) (logid:3a16f24b) cidr 
153.97.181.0/24 is not RFC 1918 compliant
   153.97.181.0/24
   EXPECTED BEHAVIOR
   ==================
   Users should be able to update existing VPN Customer Gateway CIDR list as 
needed
   
   Resolution
   ========
   Removed RFC 1918 compliant check during updation of VPN Customer Gateway CIDR
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to