Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA5D1EA49 for ; Tue, 8 Jan 2013 11:57:12 +0000 (UTC) Received: (qmail 93482 invoked by uid 500); 8 Jan 2013 11:57:11 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 93248 invoked by uid 500); 8 Jan 2013 11:57:11 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 93158 invoked by uid 99); 8 Jan 2013 11:57:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 11:57:11 +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 bharat.kumar@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; Tue, 08 Jan 2013 11:57:03 +0000 X-IronPort-AV: E=Sophos;i="4.84,430,1355097600"; d="scan'208";a="312304" Received: from banpmailmx01.citrite.net ([10.103.128.73]) by SYDPIPO01.CITRIX.COM.AU with ESMTP/TLS/RC4-MD5; 08 Jan 2013 11:56:40 +0000 Received: from BANPMAILBOX01.citrite.net ([10.103.128.72]) by BANPMAILMX01.citrite.net ([10.103.128.73]) with mapi; Tue, 8 Jan 2013 17:26:38 +0530 From: Bharat Kumar To: "cloudstack-users@incubator.apache.org" , "cloudstack-dev@incubator.apache.org" Date: Tue, 8 Jan 2013 17:26:36 +0530 Subject: [Discuss] Support for multiple ip ranges. Thread-Topic: [Discuss] Support for multiple ip ranges. Thread-Index: Ac3tlzaeY8g603OaRFa3CJVBkUMWxw== Message-ID: 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 Hi all, Currently in cloudstack we can add multiple public ip ranges. we want to p= rovide similar flexibility for management and guest ip ranges. Motivation: There may be cases where some part of the subnet is allocated f= or some other purpose and the admin wants to use the rest of the ip range o= r admin may want to add more ip address once the old ones are exhausted. A= dmin may want to add the ip ranges form the same subnet or from different = one. Currently in cloudstack there is no flexibility to do this for managem= ent and guest ip ranges (ip ranges from different subnets).=20 This feature allows adding multiple management ip ranges in advanced and ba= sic zones, and guest ip ranges in basic zones. Regards, Bharat Kumar. =