From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EIZ46-0006z3-B3 for qemu-devel@nongnu.org; Thu, 22 Sep 2005 17:57:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EIZ44-0006y7-Je for qemu-devel@nongnu.org; Thu, 22 Sep 2005 17:57:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EIZ44-0006xg-Ca for qemu-devel@nongnu.org; Thu, 22 Sep 2005 17:57:12 -0400 Received: from [64.233.182.192] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EIZ3r-0000ng-E2 for qemu-devel@nongnu.org; Thu, 22 Sep 2005 17:56:59 -0400 Received: by nproxy.gmail.com with SMTP id x4so98815nfb for ; Thu, 22 Sep 2005 14:56:57 -0700 (PDT) Message-ID: <46d6db6605092214567b1611f2@mail.gmail.com> Date: Thu, 22 Sep 2005 23:56:57 +0200 From: Christian MICHON MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [Qemu-devel] Trying to emulate an openmosix cluster Reply-To: Christian MICHON , 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, my host is winXPpro, with TAP-win32 drivers. I installed 2 TAP and openvpn. Only one tap can do ICS (internet connection share) at a time (this is unfortunately needed for dhcp??). Guests are openmosix linux nodes done by: http://www.purehacking.com/chaos/iso/chaos-1.6.iso I'm using qemu-0.7.1 with tap precompiled for win32. I read on the originating webpage that only one qemu can connect to one TAP. Right now I'm doing 2 instances of qemu with each 1 tap enabled and of course 2 different macadr. They boot fine (I need to switch ICS manually to the next tap otherwise dhcp doesn't start in the 2nd guest). Yet, they do not see each other. I've 3 questions: - is it possible in XP hosts to have 2 qemu guests connected to taps and in network with the host and each other ? - what would be the proper way to configure openvpn/tap ? - Is there a way to get both tap to do ICS transparently ? Thanks in advance -- Christian