From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GsgHv-0001Wa-Ue for qemu-devel@nongnu.org; Fri, 08 Dec 2006 09:01:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GsgHu-0001VO-6R for qemu-devel@nongnu.org; Fri, 08 Dec 2006 09:01:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsgHs-0001VD-UM for qemu-devel@nongnu.org; Fri, 08 Dec 2006 09:01:17 -0500 Received: from [64.233.184.234] (helo=wr-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GsgHs-00020K-BT for qemu-devel@nongnu.org; Fri, 08 Dec 2006 09:01:16 -0500 Received: by wr-out-0506.google.com with SMTP id 58so512428wri for ; Fri, 08 Dec 2006 06:01:15 -0800 (PST) Message-ID: <46d6db660612080601h85379f7v2ff19edfc67c11c9@mail.gmail.com> Date: Fri, 8 Dec 2006 15:01:14 +0100 From: "Christian MICHON" In-Reply-To: <46d6db660611301045t6d69b813g496eed254774d83a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46d6db660611301045t6d69b813g496eed254774d83a@mail.gmail.com> Subject: [Qemu-devel] Re: question on samba/linux_guest 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 it was silly of me to discard the qemu-tap stuff actually... Unless I use tunneling, I cannot access the guest from the windows host directly using an IP address. And windows refuses to mount something like \\10.0.2.16:5555\ The problem disappears if I use tap-win32... So now I can do some linux specific stuff inside the guest (kernel compilation) and get the result out of the guest filesystem using samba (launch a parallel session of qemu on windows using the freshly compiled kernel) If someone one day finds a way to do it using slirp/user mode, I'm still interested... :) On 11/30/06, Christian MICHON wrote: > I would like to do the opposite: having a Windows host and a properly configured > samba inside a linux guest, use windows explorer to browse specific disk areas > of the linux guest. > > I can already do this using vmplayer in host-only network mode, similar to the > network user mode over slirp. The problem is that I do not know what IP address > I should use when mapping the disk inside windows host. > > Indeed, the IP address inside the qemu guest is something like 10.0.2.15, but > I cannot access it from XP. I tried to fiddle with "-redir" options, but it > refuses to redirect port 445 (though I'm admin on XP). > > Has anyone managed this yet ? If so, please share the command lines. > It must be possible, but maybe not easy. > > Just a precision: I want to use the slirp mode only, not the tap-win32 stuff. > Thanks in advance -- Christian