From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EiHmV-0003mS-97 for qemu-devel@nongnu.org; Fri, 02 Dec 2005 15:45:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EiHmT-0003mG-OH for qemu-devel@nongnu.org; Fri, 02 Dec 2005 15:45:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiHmT-0003mD-L3 for qemu-devel@nongnu.org; Fri, 02 Dec 2005 15:45:21 -0500 Received: from [141.209.20.6] (helo=ob1.cmich.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EiHmV-0005uz-IZ for qemu-devel@nongnu.org; Fri, 02 Dec 2005 15:45:23 -0500 Received: from mail.cps.cmich.edu (cps1.cps.cmich.edu [141.209.168.41]) by ob1.cmich.edu (8.12.10/8.12.10) with ESMTP id jB2KLBI3011030 for ; Fri, 2 Dec 2005 15:21:11 -0500 Received: from pali.cps.cmich.edu (pali [141.209.169.81]) by mail.cps.cmich.edu (Postfix) with ESMTP id 1E0521B9BF for ; Fri, 2 Dec 2005 15:45:20 -0500 (EST) Date: Fri, 2 Dec 2005 15:45:46 -0500 (EST) From: Ishwar Rattan Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [Qemu-devel] multiple instances of qemu process? 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 If more than one qemu instances are started (with same different guest OS) on Linux with -user-net option each gets ip-address 10.0.2.15 and only one of them (the first one to come up) can acess Intenet. Has this issue come up before? Is there a solution? -ishwar