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 C883ED081 for ; Wed, 5 Dec 2012 18:28:23 +0000 (UTC) Received: (qmail 17532 invoked by uid 500); 5 Dec 2012 18:28:23 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 17506 invoked by uid 500); 5 Dec 2012 18:28:23 -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 17497 invoked by uid 99); 5 Dec 2012 18:28:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 18:28:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Xuefei.Xu@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 18:28:15 +0000 X-IronPort-AV: E=Sophos;i="4.84,224,1355097600"; d="scan'208";a="216519607" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 05 Dec 2012 18:27:54 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Wed, 5 Dec 2012 10:27:53 -0800 From: Anthony Xu To: "cloudstack-users@incubator.apache.org" Date: Wed, 5 Dec 2012 10:27:52 -0800 Subject: RE: Assigning ip address Thread-Topic: Assigning ip address Thread-Index: Ac3S5zn/Zfh5e7gITYSQA/kQSbUq/QALrCFA Message-ID: 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 In DeployVMCmd API, looks like you can specify IP in default network. @Parameter(name=3DApiConstants.IP_ADDRESS, type=3DCommandType.STRING, d= escription=3D"the ip address for default vm's network") private String ipAddress; I'm not sure if it works, you might want to try it out. CS UI doesn't provide this feature. -Anthony > -----Original Message----- > From: Nikita Mironov [mailto:mironnik@gmail.com] > Sent: Wednesday, December 05, 2012 4:51 AM > To: cloudstack-users@incubator.apache.org > Subject: Assigning ip address >=20 > Hi, All. >=20 > Create an instance, and I can manually assign any ip address in the > subnet. > How can this be avoided? Can be hard to assign ip address? Or as in > this > case, to trace ip address? >=20 > Thanks.