From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7ZoT-0006Jb-7V for qemu-devel@nongnu.org; Wed, 15 Sep 2004 09:27:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7ZoP-0006J5-W7 for qemu-devel@nongnu.org; Wed, 15 Sep 2004 09:27:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7ZoP-0006J2-Rl for qemu-devel@nongnu.org; Wed, 15 Sep 2004 09:27:05 -0400 Received: from [62.241.160.9] (helo=shockwave.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7Zik-0004cJ-WD for qemu-devel@nongnu.org; Wed, 15 Sep 2004 09:21:15 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu multiple network interfaces Date: Wed, 15 Sep 2004 14:21:07 +0100 References: <5AA325DF823E0B42AB8495E77B6C7D2A010DBA81@exchange01.mcmarketing.at> In-Reply-To: <5AA325DF823E0B42AB8495E77B6C7D2A010DBA81@exchange01.mcmarketing.at> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409151421.07180.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: Gerald Leier On Wednesday 15 September 2004 13:51, Gerald Leier wrote: > i have only one problem, i cant figure out how to add another > network interface card to the emulated pc. the manpages talks > about hw adresses and that it gets incremented for every other > nic. but i cant find where to define that there should be another > nic. qemu -nics 4 Paul