From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bxr8N-00008n-I5 for qemu-devel@nongnu.org; Thu, 19 Aug 2004 13:55:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bxr8N-00008b-2c for qemu-devel@nongnu.org; Thu, 19 Aug 2004 13:55:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bxr8M-00008Y-VF for qemu-devel@nongnu.org; Thu, 19 Aug 2004 13:55:31 -0400 Received: from [64.233.170.205] (helo=mproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bxr40-0003F5-I7 for qemu-devel@nongnu.org; Thu, 19 Aug 2004 13:51:00 -0400 Received: by mproxy.gmail.com with SMTP id 80so12466rnk for ; Thu, 19 Aug 2004 10:50:58 -0700 (PDT) Message-ID: <56402133040819105034044c9d@mail.gmail.com> Date: Thu, 19 Aug 2004 12:50:57 -0500 From: Mike Tremoulet Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Odd slirp behavior Reply-To: Mike Tremoulet , 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 All -- I'm having trouble with networking behavior on Windows. HOST: Windows 2000 SP3 primary NIC is integrated ethernet adapter, shared via ICS to TAP adapter wireless NIC is currently disconnected (no AP available) TAP adapter (OpenVPN 2.0beta2) is alive, fixed at 192.168.0.1 for ICS GUEST: Debian sarge SLIRP networking In a nutshell, something appears wrong with the name resolution. My /etc/resolv.conf in the guest is: search nameserver 10.0.2.3 I've also tried it without the search. Names do not resolve. A check with Ethereal shows the DNS queries to come out from the primary NIC on my machine to ip 192.168.1.1, which exists nowhere on my machine or network. I don't know where that IP address is coming from or configured. I've also tried to set the nameserver to 192.168.0.1, to feed through the TAP adapter, with no success. I can ping that address and it shows up as alive, but that's all. I have also tried this with ICS disabled, which has had no effect. Any ideas? Thanks, -- Mike