From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EslLT-00086h-TU for qemu-devel@nongnu.org; Sat, 31 Dec 2005 13:20:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EslLP-0007vV-5f for qemu-devel@nongnu.org; Sat, 31 Dec 2005 13:20:47 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EslLP-0007vF-20 for qemu-devel@nongnu.org; Sat, 31 Dec 2005 13:20:43 -0500 Received: from [212.247.154.193] (helo=swip.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EslM8-0005RS-N8 for qemu-devel@nongnu.org; Sat, 31 Dec 2005 13:21:28 -0500 Received: from [83.182.17.48] (HELO aphrodite.beeznest.net) by mailfe07.swip.net (CommuniGate Pro SMTP 5.0.2) with ESMTP id 67574693 for qemu-devel@nongnu.org; Sat, 31 Dec 2005 19:19:09 +0100 Subject: Re: [Qemu-devel] QEmu and simple networking From: =?ISO-8859-1?Q?J=E9r=F4me?= Warnier In-Reply-To: References: Content-Type: text/plain; charset=ISO-8859-15 Date: Sat, 31 Dec 2005 19:19:02 +0100 Message-Id: <1136053142.25010.0.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: List qemu-devel Le vendredi 30 d=E9cembre 2005 =E0 15:47 +0100, FrekoDing a =E9crit : > Hi, > Does anyone have a link or tutorial to do Virtual OS on QEmu communicate=20 > with > the net ?! > I want that my virtual OS be seen like an host. > With QEmu 0.7 and older, I used the bridging method like on this tutorial > (http://compsoc.dur.ac.uk/~djw/qemu.html) > How to do now ?! The "-user-net" option has been renamed to "-net user" in 0.8.x. > Thanks for everyone who can help me. You're welcome.