llukeell opened a new issue, #12953: URL: https://github.com/apache/cloudstack/issues/12953
### The required feature described as a wish When creating a shared network, the CloudStack UI enforces two mutually exclusive constraints: Gateway IP cannot be within the guest IP range Virtual router IP must be within the guest IP range This makes it impossible for the VR IP and gateway IP to match. As a result, the VR health check (gateways_check.py) fails permanently since nothing responds at the gateway IP in a virtual environment. Steps to reproduce: 1. Create a shared network in a Security Group zone 2. Attempt to set the VR IP to match the gateway IP 3. UI returns error: The gateway ip should not be part of the ip range being added 4. Attempt to set VR IP outside the guest range 5. UI returns error: Router IPv4 IP provided is not within the specified range Expected behavior: Allow the VR IP to be designated as the gateway IP, or provide a supported configuration path where the VR IP and gateway IP can match. CloudStack version: 4.22.0.0 Hypervisor: KVM Zone type: Security Group zone -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
