From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kru83-00045I-5D for qemu-devel@nongnu.org; Mon, 20 Oct 2008 08:44:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kru81-00044u-5R for qemu-devel@nongnu.org; Mon, 20 Oct 2008 08:44:58 -0400 Received: from [199.232.76.173] (port=53400 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kru80-00044r-Vz for qemu-devel@nongnu.org; Mon, 20 Oct 2008 08:44:57 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:45290) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kru7z-0008Fj-Mq for qemu-devel@nongnu.org; Mon, 20 Oct 2008 08:44:56 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Multiple Qemu Instances Date: Mon, 20 Oct 2008 13:44:51 +0100 References: <87od1fe94s.fsf@alamut.mobiliz.com.tr> In-Reply-To: <87od1fe94s.fsf@alamut.mobiliz.com.tr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810201344.51654.paul@codesourcery.com> 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 Cc: Volkan YAZICI On Monday 20 October 2008, Volkan YAZICI wrote: > Hi, > > While trying to run two qemu instances on a single server with a single > NIC, I'm having network related problems. When I start the second qemu > instance, ping'ing both servers concurrently works like below: > > ping 192.168.1.11 ping 192.168.1.14 > ------------------------------- ------------------------------- > 10 packets transmitted. Waking up... > Packets get started to lost. 10 packets transmitted. (No loss.) > 10 packets transmitted. (No loss.) Packets get started to lost. >... > I start qemu using a command similar to below > > /usr/local/bin/qemu-system-x86_64 ... -net nic -net tap You need to give the emulated NICs different MAC addresses. Paul