qemu-devel@nongnu.org
[Top] [All Lists]

Re: [Qemu-devel] Multiple Qemu Instances

Subject: Re: [Qemu-devel] Multiple Qemu Instances
From: Paul Brook
Date: Mon, 20 Oct 2008 13:44:51 +0100
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


<Prev in Thread] Current Thread [Next in Thread>