From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hu4hV-0001cu-EV for qemu-devel@nongnu.org; Fri, 01 Jun 2007 06:49:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hu4hU-0001cR-1s for qemu-devel@nongnu.org; Fri, 01 Jun 2007 06:49:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hu4hT-0001cM-PR for qemu-devel@nongnu.org; Fri, 01 Jun 2007 06:49:43 -0400 Received: from mx03.kabsi.at ([195.202.128.130]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hu4hS-0001BV-AN for qemu-devel@nongnu.org; Fri, 01 Jun 2007 06:49:42 -0400 Received: from [192.168.1.101] (h081217014229.dyn.cm.kabsi.at [81.217.14.229]) by mx03.kabsi.at (8.13.6/8.13.6) with ESMTP id l51AnZN5032471 for ; Fri, 1 Jun 2007 12:49:35 +0200 Message-ID: <465FF9BA.4060608@univie.ac.at> Date: Fri, 01 Jun 2007 12:49:30 +0200 From: Axel Kittenberger MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Mac addresses hashing of network cards Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi list! I got a suggestion. I first posted this to kvm, but they said its a qemu issue. Just have a new host server which several guests, set up networking via bridges, and wondered why it didn't work reliable. Surprise, Mac-Address Konflikt! For now I just hard-set some other Mac-Adresses in the Guests.... Random Macs have their disadvantage of confusing dhcp servers, disturbing ARP-Tables and so on. So Suggestion: Make a Mac-Address of the guest hashed from the image path+filename (if available). So the same "machine" always gets the same mac-addresses, different "machine" get different macaddresses.