Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78DFEEAD3 for ; Thu, 14 Feb 2013 14:22:58 +0000 (UTC) Received: (qmail 31626 invoked by uid 500); 14 Feb 2013 14:22:58 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 31419 invoked by uid 500); 14 Feb 2013 14:22:57 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 31403 invoked by uid 99); 14 Feb 2013 14:22:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 14:22:57 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sowmya.krishnan@citrix.com designates 203.166.19.134 as permitted sender) Received: from [203.166.19.134] (HELO SMTP.CITRIX.COM.AU) (203.166.19.134) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 14:22:49 +0000 X-IronPort-AV: E=Sophos;i="4.84,665,1355097600"; d="scan'208";a="851885" Received: from banpmailmx01.citrite.net ([10.103.128.73]) by SYDPIPO01.CITRIX.COM.AU with ESMTP/TLS/RC4-MD5; 14 Feb 2013 14:22:25 +0000 Received: from BANPMAILBOX01.citrite.net ([10.103.128.71]) by BANPMAILMX01.citrite.net ([10.103.128.73]) with mapi; Thu, 14 Feb 2013 19:52:23 +0530 From: Sowmya Krishnan To: "cloudstack-users@incubator.apache.org" Date: Thu, 14 Feb 2013 19:52:14 +0530 Subject: RE: DHCP IP range in the isolated network Thread-Topic: DHCP IP range in the isolated network Thread-Index: Ac4KtCnN3WkNSd6eQAW0ZVOPwMBPbAACmaVA Message-ID: <97F4356AEA71904482CD192135C038F9011CC1390D33@BANPMAILBOX01.citrite.net> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Option of specifying custom dhcp range is available while creating a new gu= est network - You can specify custom guest gateway and network during netwo= rk creation that would override the default zone level CIDR. But this is no= t allowed if you choose a network offering that uses external devices (like= Netscaler for example). The CIDR is generated by CloudStack in that case. For existing network, I think updateNetwork API does provide an option to c= hange cidr. But if you already have running VMs in the network, I am not ve= ry sure of the behavior in that case. -----Original Message----- From: Fabrice Brazier [mailto:fabrice.brazier@apalia.net]=20 Sent: Thursday, February 14, 2013 6:41 PM To: cloudstack-users@incubator.apache.org Subject: DHCP IP range in the isolated network Hi Folks, By default the guest CIDR for the advanced zone is 10.1.1.0/24 and the dhcp= ip range is on the entire subnet. Does it possible to modify the default dhcp ip range in this isolated netwo= rk ? Thanks, Fabrice