Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F64810474 for ; Fri, 27 Feb 2015 20:12:31 +0000 (UTC) Received: (qmail 21383 invoked by uid 500); 27 Feb 2015 20:12:30 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 21336 invoked by uid 500); 27 Feb 2015 20:12:30 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 21322 invoked by uid 99); 27 Feb 2015 20:12:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2015 20:12:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of theflockers@gmail.com designates 209.85.218.44 as permitted sender) Received: from [209.85.218.44] (HELO mail-oi0-f44.google.com) (209.85.218.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2015 20:12:04 +0000 Received: by mail-oi0-f44.google.com with SMTP id a3so17586861oib.3 for ; Fri, 27 Feb 2015 12:09:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6VS9U8fWaycz+SmcZljn9ADSVg1dotJAabL3rNaLn28=; b=VglRGZS718Ko2GQ6SnPvEVsgMuSRbzMhW2YA0p+36HDZziIWC+1bsWBZDOCqQ+qMqn lwgu/fDTLSKwpW9HWO+29JabMhzrcd2eaaiWt+8lP1UdmyIFOjH6jZ+1LbBs/Y/RIzyN +TCurhqz92BBOGDCaErNiLfhoIf59TFntafc2/L7riYfoxoU6a6YpgivwIoDC/ygAn+p IPr8kB0VLD2rrvbvuB7Mbvk3mg7XTx0YIe4F5XpWDMBcyAv3j0OEit9XV46KDaolki/4 H1OZ0BSam80NEidz+LpI7qRvooVdcbLIy4PVCDgzkNFpDJgj7WiZo6auCOJRl+mjV8gn QwBQ== MIME-Version: 1.0 X-Received: by 10.182.72.225 with SMTP id g1mr11364364obv.80.1425067787642; Fri, 27 Feb 2015 12:09:47 -0800 (PST) Received: by 10.76.80.2 with HTTP; Fri, 27 Feb 2015 12:09:47 -0800 (PST) Date: Fri, 27 Feb 2015 17:09:47 -0300 Message-ID: Subject: LXC container and VirtualRouter DHCP problem From: Leandro Mendes To: users@cloudstack.apache.org Content-Type: multipart/alternative; boundary=001a11c360344375f4051017731e X-Virus-Checked: Checked by ClamAV on apache.org --001a11c360344375f4051017731e Content-Type: text/plain; charset=UTF-8 Hi Guys, I just setup a LXC Host (with OpenvSwitch) with in a basic Zone. I've created a CentOS7 container and i got frustrated when i saw it wans't acquiring the IP address from router. Some hours of troubleshoothing, i discover that the MAC Address configured by cloudstack in the /etc/dhcphosts.txt differs with the configured inside the container. After a manual fix in the dhcphosts.txt file, it start to work. Is there any bug related to this behavior or could be a configuration issue? Thanks. --001a11c360344375f4051017731e--