From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gpqur-0007R4-BG for qemu-devel@nongnu.org; Thu, 30 Nov 2006 13:45:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gpquq-0007QS-G3 for qemu-devel@nongnu.org; Thu, 30 Nov 2006 13:45:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gpquq-0007QP-3j for qemu-devel@nongnu.org; Thu, 30 Nov 2006 13:45:48 -0500 Received: from [66.249.92.171] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gpquq-0008OO-3v for qemu-devel@nongnu.org; Thu, 30 Nov 2006 13:45:48 -0500 Received: by ug-out-1314.google.com with SMTP id j40so1949018ugd for ; Thu, 30 Nov 2006 10:45:45 -0800 (PST) Message-ID: <46d6db660611301045t6d69b813g496eed254774d83a@mail.gmail.com> Date: Thu, 30 Nov 2006 19:45:44 +0100 From: "Christian MICHON" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] 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 Hi list, I know for sure "-smb" option is meant for using samba inside a Windows guest inside a linux host. 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