From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43072 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhPq7-00075D-Iu for qemu-devel@nongnu.org; Fri, 06 Aug 2010 12:32:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhNuY-0003lp-8B for qemu-devel@nongnu.org; Fri, 06 Aug 2010 10:28:39 -0400 Received: from mail.w33-berlin.de ([83.236.226.202]:36860) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhNuY-0003lB-1N for qemu-devel@nongnu.org; Fri, 06 Aug 2010 10:28:38 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.w33-berlin.de (Postfix) with ESMTP id 6ACF7264A0A5 for ; Fri, 6 Aug 2010 15:10:48 +0000 (UTC) Received: from mail.w33-berlin.de ([127.0.0.1]) by localhost (mail.w33-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RTwcbnDATfXT for ; Fri, 6 Aug 2010 15:10:33 +0000 (UTC) Received: from mail.w33-berlin.de (localhost.localdomain [127.0.0.1]) by mail.w33-berlin.de (Postfix) with ESMTP id 17381264A12C for ; Fri, 6 Aug 2010 15:10:33 +0000 (UTC) Date: Fri, 6 Aug 2010 15:10:32 +0000 (UTC) From: Robert Rebstock Message-ID: <838024127.11561281107432887.JavaMail.root@mail> In-Reply-To: <1400777598.11541281107378087.JavaMail.root@mail> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] guest MAC-address isolation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello all, can anyone recommend a better way to achive (guest agnostic) MAC-address isolation in qemu/kvm, then with user-mode networking? I have multiple guests requiring the same MAC-address, and user-mode/slirp networking is quite slow. best regards, Robert PS. Please BCC me, as I am not on the list.