From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 10 03:39:16 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD3616A4CE for ; Thu, 10 Mar 2005 03:39:16 +0000 (GMT) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5CEF43D5A for ; Thu, 10 Mar 2005 03:39:16 +0000 (GMT) (envelope-from bsdzz@verizon.net) Received: from [10.0.0.25] ([68.236.212.14])0.04 <0ID400CZ2A5FC5X0@vms046.mailsrvcs.net> for freebsd-emulation@freebsd.org; Wed, 09 Mar 2005 21:39:16 -0600 (CST) Date: Wed, 09 Mar 2005 22:39:37 -0500 From: bsdzz In-reply-to: To: Christopher Nehren Message-id: <422FC179.8000607@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <422FB236.3000706@verizon.net> User-Agent: Mozilla Thunderbird 1.0 (X11/20050226) cc: freebsd-emulation@freebsd.org Subject: Re: QEMU needs /dev/tun0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 03:39:17 -0000 >You won't be able to ping any systems other than the FreeBSD host >because of the way ping works. ping requires superuser access because of >what it does with the socket() that it uses. This is why it's suid to >root on your system. For the most part, I've found user-mode networking >to be sufficient for use with QEMU. > > > Well, my Windows 2000's now works - and I have no idea why. I spent several hours last night trying to access the internet, and it never worked. I boot today, and now it works fine (though slow). I am using "-user-net" again, as you suggested. thanks!