From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQmeM-0005EM-K5 for qemu-devel@nongnu.org; Tue, 04 Apr 2006 10:36:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQmeJ-0005E9-Bd for qemu-devel@nongnu.org; Tue, 04 Apr 2006 10:36:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQmeJ-0005E5-6z for qemu-devel@nongnu.org; Tue, 04 Apr 2006 10:36:51 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FQmhb-000324-Po for qemu-devel@nongnu.org; Tue, 04 Apr 2006 10:40:16 -0400 Message-ID: <4432847F.6090803@gmx.de> Date: Tue, 04 Apr 2006 16:36:47 +0200 From: Oliver Gerlich MIME-Version: 1.0 Subject: Re: [Qemu-devel] VLAN inside qemu References: <1144152948.44326374b4b32@webmail.alinto.com> In-Reply-To: <1144152948.44326374b4b32@webmail.alinto.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 octane indice wrote: > Hello, > > I'm trying to experiment VLAN networking with qemu but the doc doesn't help > me at all. > > I want to setup a LAN composed by qemu host, each guest communicating > with each other. > > It's for testing etherboot. > I want to have a host e.g. 172.16.12.1 acting as a DHCP/TFTP/nfs server > and several clients (at least 2) connecting with it. > > What could be the command line to launch these qemu? Is tun/tap > unavoidable? > > Thanks > > "Ce Caillou-là" un conte en téléchargement gratuit sur http://www.Manuscrit.com > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > > Maybe the "-net socket" option helps in this case - see the QEMU doc for an exact description. There are also some threads about this option in the forum (search for "net socket"). Regards, Oliver Gerlich