From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C0GFe-0006eh-MF for qemu-devel@nongnu.org; Thu, 26 Aug 2004 05:08:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C0GFa-0006df-2Z for qemu-devel@nongnu.org; Thu, 26 Aug 2004 05:08:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0GFZ-0006cJ-LT for qemu-devel@nongnu.org; Thu, 26 Aug 2004 05:08:53 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C0GAf-0000gg-Ia for qemu-devel@nongnu.org; Thu, 26 Aug 2004 05:03:49 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C0GAe-0001hJ-00 for ; Thu, 26 Aug 2004 11:03:48 +0200 Received: from 84-72-9-74.dclient.hispeed.ch ([84.72.9.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2004 11:03:48 +0200 Received: from cwalther by 84-72-9-74.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2004 11:03:48 +0200 From: Christian Walther Date: Thu, 26 Aug 2004 11:03:46 +0200 Message-ID: References: <6D2FF176-F5DA-11D8-A74D-000A95C4C03E@gmx.de> <9F346DC6-F5E0-11D8-A771-000A2796D230@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <9F346DC6-F5E0-11D8-A771-000A2796D230@free.fr> Sender: news Subject: [Qemu-devel] Re: networking on Mac OS X! 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 Mattias Nissler wrote: > check out http://www-user.rhrk.uni-kl.de/~nissler/tuntap/index.html > if you want to have a look/give it a try Works, thanks! Now I can use FTP to copy files between Mac OS X (10.3.5) host and Windows 98 guest. With user-net, only sftp worked. SMB still doesn't work for some reason (it says my password is wrong). Pierre d'Herbemont wrote: > Good work, I thought Qemu's networking was working on Mac OS X according > to this: > http://lists.gnu.org/archive/html/qemu-devel/2004-07/msg00054.html > Qemu networking is indeed working on Mac OS X. User-net has worked since your first Mac OS X port (that's what I meant in that post), but not tun/tap since there's no tun/tap support in Mac OS X. -Christian