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 1E1DBEF8E for ; Wed, 16 Jan 2013 03:34:16 +0000 (UTC) Received: (qmail 81923 invoked by uid 500); 16 Jan 2013 03:34:14 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 81727 invoked by uid 500); 16 Jan 2013 03:34:14 -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 81706 invoked by uid 99); 16 Jan 2013 03:34:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 03:34:14 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.149.69] (HELO na3sys009aog102.obsmtp.com) (74.125.149.69) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 03:34:08 +0000 Received: from mail-qc0-f197.google.com ([209.85.216.197]) (using TLSv1) by na3sys009aob102.postini.com ([74.125.148.12]) with SMTP ID DSNKUPYfjxnvG8XiWwVh31lZ3eqnhezzOML5@postini.com; Tue, 15 Jan 2013 19:33:48 PST Received: by mail-qc0-f197.google.com with SMTP id x40so1344308qcs.8 for ; Tue, 15 Jan 2013 19:33:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=Mr73c4yqoyZXYCwoLfbrC2KEZO7fItpzC8+W8HW2GRE=; b=hh0ZCK4JPtHehuqbTdL+zjym61717mRHeMporVcwMjhP32X13j6+H6HaIYpWIffjIQ 5nILR+N+WpQo5y/AERjG5PJfxMAFpxjYhqN6s/uMNzEHd4MGSjcSQj6cveuN9hhzU8nn gdaej//z9/TJH0Pz0ig14aD3QI5t6xS3IqqOad+BRi2rZlnlvmCOUUfaD+dkMqRUgWMj 8bEAloN3iqsN5rhEOk3AE5cSHaOr4as7q50SklQnL839f3MfMHNsIRq79z+QgToKbv+j 0aTr5T9oKGaWLm4Kv0L3y0okCcpL8xe1qF2cz/bBdKgHEGkr0UTVzehyZrHvmWnGMs1d AS3Q== X-Received: by 10.220.108.2 with SMTP id d2mr106721009vcp.60.1358307207750; Tue, 15 Jan 2013 19:33:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.108.2 with SMTP id d2mr106721005vcp.60.1358307207610; Tue, 15 Jan 2013 19:33:27 -0800 (PST) Received: by 10.220.249.198 with HTTP; Tue, 15 Jan 2013 19:33:27 -0800 (PST) In-Reply-To: <201301152135275159354@travelsky.com> References: <201301152135275159354@travelsky.com> Date: Tue, 15 Jan 2013 22:33:27 -0500 Message-ID: Subject: Re: Issue about using a invalid MAC Address in vSphere From: Chris Sears To: cloudstack-users@incubator.apache.org, caow Content-Type: multipart/alternative; boundary=f46d043c7d609b002f04d35f8ac3 X-Gm-Message-State: ALoCoQn+PMZGUzwzIhSZMadd5+LOCE/s8oi4mkLE9G9kYZGeM5ahpq2Qy7ZTBqusCf7oukkrl4luNGZVfdk12XH5kfMDiQUw8Zk9diHiusO1Qw9WsDoDvGeROkwcM65r0eDhzKnUfeq3+FdIO8eEwhlmRE8LYMMaCt6RvcUc7iIrmwfiQWTnqgzavzmoUz0E5lsOumb93uVB X-Virus-Checked: Checked by ClamAV on apache.org --f46d043c7d609b002f04d35f8ac3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Greetings, Based on a quick review of the code, there is no way to force CloudStack to assign MAC addresses in the range which VMware considers valid/expected. If you wanted to suppress the warning for specific VMs, you could try adding a line to the VMX files: ethernet0.checkMACAddress =3D "false" The procedure is described here: http://www.networknet.nl/apps/wp/archives/= 787 If that works for you, please let us know and we could file an improvement to have it automatically included for new VMware VMs. - Chris On Tue, Jan 15, 2013 at 8:35 AM, =E6=9B=B9=E4=BC=9F wr= ote: > Hi all, > > When I use cloudstack create a VM in VMware vSphere 4.1 enviroment, the V= M > will be applied a MAC Address is not in the valid MAC range of VMware.If= I > edit the VM configuration, there will be an error like this:"The MAC > Address entered is not in the valid range. Valid values are between > 00:50:56:00:00:00 and 00:50:56:3F:FF:FF:FF", and I can't take any > configuration for this VM. > > So how can I make cloudstack to use the MAC address within the range that > vmware permit? --f46d043c7d609b002f04d35f8ac3--