From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZYMd-0004NT-Nu for qemu-devel@nongnu.org; Wed, 01 Dec 2004 12:34:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZYMa-0004Lr-Rf for qemu-devel@nongnu.org; Wed, 01 Dec 2004 12:34:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZYMa-0004Lg-O6 for qemu-devel@nongnu.org; Wed, 01 Dec 2004 12:34:00 -0500 Received: from [137.226.40.90] (helo=pc14.xtal.rwth-aachen.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CZYCO-000087-2L for qemu-devel@nongnu.org; Wed, 01 Dec 2004 12:23:28 -0500 Received: from [137.226.40.101] (pc42.xtal.rwth-aachen.de [137.226.40.101]) by pc14.xtal.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id QAA02726 for ; Wed, 1 Dec 2004 16:32:22 +0100 Message-ID: <41ADFEAA.8040802@xtal.rwth-aachen.de> Date: Wed, 01 Dec 2004 18:26:02 +0100 From: Jan Marten Simons MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] External Samba-server with Win98-guest on Linux/WinXP-host using user-net 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, I'm using qemu as a kind of a sandbox/virtualisation-layer. Thus a read-only Win98-diskimage is shared amongst different clients (WinXP, Debian, Gentoo) which all run qemu. As there are quite a few WinXP-clients right now, I cannot use the TAP/TUN-approach, but have to use -user-net. And here comes my problem: When I try to access our LAN-samba-server (xxx.yyy.20.123) I cannot reach it. Strangely enough I can telnet/ssh into it form the guest-Win98-OS. Is there a way to get this working? With regards, Jan PS: Qemu is a real great tool. Thanks to you Fabrice.