From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BuEJt-0005Al-3k for qemu-devel@nongnu.org; Mon, 09 Aug 2004 13:52:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BuEJr-00059v-2P for qemu-devel@nongnu.org; Mon, 09 Aug 2004 13:52:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuEJr-00059s-10 for qemu-devel@nongnu.org; Mon, 09 Aug 2004 13:52:23 -0400 Received: from [130.136.1.101] (helo=lea.cs.unibo.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BuEG3-000191-D1 for qemu-devel@nongnu.org; Mon, 09 Aug 2004 13:48:27 -0400 Date: Mon, 9 Aug 2004 19:48:26 +0200 Subject: Re: [Qemu-devel] Networking on Win2K host Message-ID: <20040809174826.GD3737@cs.unibo.it> References: <56402133040809075470e00759@mail.gmail.com> <20040809153833.GC3737@cs.unibo.it> <5640213304080910203d064272@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5640213304080910203d064272@mail.gmail.com> From: renzo@cs.unibo.it (Renzo Davoli) 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 On Mon, Aug 09, 2004 at 12:20:29PM -0500, Mike Tremoulet wrote: > Unfortunately, resolution doesn't appear to be working now that I'm on > my work network and not at home. Again, I don't know how to tell > which of three interfaces is used by slirp as the outbound side to the > world. Mike, the slirp tecnique works at user level, thus qemu+slirp acts as it were a standard application. All the TCP connections initiated from inside the guest os appear as TCP connections created by the application qemu itself. Thus the interface used by slirp is the same used by your browser and by all the other applications on the host os. (bind uses IP_ADDR_ANY) ciao renzo