From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CAamo-0005XV-2u for qemu-devel@nongnu.org; Thu, 23 Sep 2004 17:05:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CAamn-0005XB-6o for qemu-devel@nongnu.org; Thu, 23 Sep 2004 17:05:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CAamn-0005Wt-3s for qemu-devel@nongnu.org; Thu, 23 Sep 2004 17:05:53 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CAagQ-0002pb-6n for qemu-devel@nongnu.org; Thu, 23 Sep 2004 16:59:18 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CAagO-0000U2-00 for ; Thu, 23 Sep 2004 22:59:16 +0200 Received: from amarseille-206-1-15-192.w81-49.abo.wanadoo.fr ([81.49.203.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2004 22:59:15 +0200 Received: from daimon55 by amarseille-206-1-15-192.w81-49.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2004 22:59:15 +0200 From: Ronald Date: Thu, 23 Sep 2004 22:59:12 +0200 Message-ID: References: <4152D15D.1040602@bigpond.net.au> <1095853793.19743.18.camel@rapid> <20040922210030.GA18599@jbrown.mylinuxbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: w2000 host networking question Reply-To: daimon55@free.fr, 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 Le Wed, 22 Sep 2004 17:00:30 -0400, Jim C. Brown a écrit : > > On Thu, 23 Sep 2004 at 09:36:29 -0400, Kim Adil wrote: >> I have searched the docs and do not believe the answer is available, >> forgive me if it is there somewhere. I am using the windows port of qemu >> on a w2k host (using "-user-net"). I have installed knoppix as a guest >> and it works well. I am able to ping the host and use "smbclient -L >> -W -U " and it reports the available shares >> on the host, but smbmount will not connect. I have not applied any >> patches, but the network appears to be working. I cannot ping any other >> hosts on the switch though. Can someone explain if it is possilbe to >> have the guest pc virtually on the lan with the windows host yet. Also >> is there any binaries available with patches applied? >> >> Thanks, >> Kim > > Bochs can do this. It uses winpcap, which in turn edits raw packets in the > ethernet driver. Someone (I don't remember who) said this was possible for > qemu to do, but I have never seen any code for qemu to do this. So my > conclusion is still no. (I would love to be proved wrong.) BTW this > question was answered before on this list and you can find it if you > search the mailing list archive. > There is a tun driver in the openvpn distribution, I don't how if this could be used with qemu and I think this work only for nt based os.