From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5A4J-000105-So for qemu-devel@nongnu.org; Mon, 24 Jul 2006 19:42:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5A4I-0000zt-Dh for qemu-devel@nongnu.org; Mon, 24 Jul 2006 19:42:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5A4I-0000zq-8c for qemu-devel@nongnu.org; Mon, 24 Jul 2006 19:42:34 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G5A5T-0004Du-UJ for qemu-devel@nongnu.org; Mon, 24 Jul 2006 19:43:48 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re QuickStartGuide on QEMU Wiki Date: Tue, 25 Jul 2006 00:42:26 +0100 References: <1153783702.22048.266774470@webmail.messagingengine.com> In-Reply-To: <1153783702.22048.266774470@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607250042.26899.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 > qemu -hda mylinux.raw -cdrom /dev/cdrom -boot d -net user -m 256 This is wrong. "-net user" by itself won't give you a working network. You need to specify "-net nic -net user" (this is the default if no -net options are given). Paul