From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FtV7n-00022n-Ol for qemu-devel@nongnu.org; Thu, 22 Jun 2006 15:45:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FtV7l-00022P-7v for qemu-devel@nongnu.org; Thu, 22 Jun 2006 15:45:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FtV7l-00022M-1w for qemu-devel@nongnu.org; Thu, 22 Jun 2006 15:45:57 -0400 Received: from [129.79.1.73] (helo=plounts.uits.indiana.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FtVIn-0003q7-CV for qemu-devel@nongnu.org; Thu, 22 Jun 2006 15:57:21 -0400 Received: from mail-relay.iu.edu (stjoseph.uits.indiana.edu [129.79.1.78]) by plounts.uits.indiana.edu (8.13.6/8.12.10/IUPO) with ESMTP id k5MJjsoD012622 for ; Thu, 22 Jun 2006 15:45:54 -0400 (EDT) Received: from wombat.dlib.indiana.edu (wombat.dlib.indiana.edu [129.79.35.118]) (authenticated bits=0) by mail-relay.iu.edu (8.13.6/8.12.10/IUPO) with ESMTP id k5MJjrnw001763 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 22 Jun 2006 15:45:54 -0400 (EDT) From: Brian Wheeler Content-Type: text/plain Date: Thu, 22 Jun 2006 15:45:53 -0400 Message-Id: <1151005553.22820.9.camel@wombat.dlib.indiana.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [ot?] Vista Networking 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 Has anyone gotten this to work? I'm probably missing something obvious. Here's the command line I'm using (on linux with a CVS from today): qemu -hda disk0.img -net nic,model=rtl8139 -net user -m 512 -soundhw sb16 Vista is installed and I manually set the IP to 10.0.2.15 and the gateway to 10.0.2.2. I set the DNS to 10.0.2.3. I can't get any response from the DNS or anything beyond the firewall. Did I mess up something or is there a bug in user-space networking? Thanks! Brian