cloudstack
cloudstack copied to clipboard
ACS doesn't let me create isolated networks with ranges which are not RFC1918
ISSUE TYPE
- Bug Report
COMPONENT NAME
API, UI, logic
CLOUDSTACK VERSION
4.18
CONFIGURATION
N/A
OS / ENVIRONMENT
KVM with Tungsten Fabric
SUMMARY
I want to create an isolated network with Public IPs which will be then routed with a Tungsten Logical Router.
STEPS TO REPRODUCE
-> Add Network, Isolated. In Gateway place a non-RFC1918 range.
EXPECTED RESULTS
For the network to be created with that range
ACTUAL RESULTS
"Virtual Guest Cidr 33.65.45.0/24 is not RFC 1918 or 6598 compliant"
this is a known restriction: isolated networks must use IP in the following ranges "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "100.64.0.0/10"
@alexandremattioli why do you want to create isolated network with 33.65.45.0/24 ,which seems to be a public range ?