Re: Reserved Guest VM CIDR Question

2014-10-07 Thread Logan Barfield
Hi Saksham, Thanks, I'll give that a shot. Thank You, Logan Barfield Tranquil Hosting On Tue, Oct 7, 2014 at 1:25 AM, Saksham Srivastava < saksham.srivast...@citrix.com> wrote: > Logan, > > The reason why reservation is not enabled in create stage is the case of > External network devices. >

RE: Reserved Guest VM CIDR Question

2014-10-06 Thread Saksham Srivastava
Logan, The reason why reservation is not enabled in create stage is the case of External network devices. When using external devices like NetScaler, CloudStack will not have a 'real' cidr unless the network has been implemented. So a cidr like /24 used at time of create may turn to /20 when th

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Logan Barfield
Yeah, that was my result as well. It seems like you should be able to specify a 'guestcidr' when creating the network, or at least with 'updateNetwork' without the network being in the "Implemented" state. I'm sure there's a reason for it being that way, but it doesn't make much intuitive sense.

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Marcus
Hmm, well that used to work, but I just tried it with a 4.4 release and it completely ignored the startip and endip parameters. I know at one point there was a db entry allocated for every ip in the range. It was not a good way to keep the info (large networks == lots of entries), so it may have be

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Marcus
Here's an example: create network vpcid=7276bcca-469c-4d23-9dd1-3391e964c453 displaytext=testnet zoneid=5e5f35d3-acb1-4142-84c2-e7f0ea7a36f4 name=testnet networkofferingid=82c67af0-f92e-479d-b1b4-8732abeef9b7 gateway=10.10.10.1 netmask=255.255.255.0 startip=10.10.10.100 endip=10.10.10.110 This re

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Logan Barfield
Specifying IPs doesn't work, and in the network details I see that "specifyipranges" is set to false. I should probably note that this is using Advanced Networking with an Isolated Guest Network. Thank You, Logan Barfield Tranquil Hosting On Mon, Oct 6, 2014 at 3:34 PM, Logan Barfield wrote:

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Logan Barfield
Hi Marcus, I'll give that a shot. I didn't know if those parameters specified the network CIDR or the guest CIDR. Thank You, Logan Barfield Tranquil Hosting On Mon, Oct 6, 2014 at 3:15 PM, Marcus wrote: > Do startip and endip createNetwork parameters not work for that (when > creating the n

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Marcus
Do startip and endip createNetwork parameters not work for that (when creating the network? That should carve out a subset of the network for cloudstack use and leave the rest untouched. On Oct 6, 2014 12:57 PM, "Logan Barfield" wrote: > We have decided internally to set up a CIDR reservation wit