qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Multiple Qemu Instances


From: Paul Brook
Subject: Re: [Qemu-devel] Multiple Qemu Instances
Date: Mon, 20 Oct 2008 13:44:51 +0100
User-agent: KMail/1.9.9

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]