From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eprc2-0003dQ-Tb for qemu-devel@nongnu.org; Fri, 23 Dec 2005 13:25:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eprc1-0003dE-8L for qemu-devel@nongnu.org; Fri, 23 Dec 2005 13:25:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eprc1-0003dB-5w for qemu-devel@nongnu.org; Fri, 23 Dec 2005 13:25:53 -0500 Received: from [65.74.133.5] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EprbL-0004y0-SW for qemu-devel@nongnu.org; Fri, 23 Dec 2005 13:25:12 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Incorrect address translation in user-net implementation. Date: Fri, 23 Dec 2005 18:24:44 +0000 References: <43AC3543.1090708@easynet.be> In-Reply-To: <43AC3543.1090708@easynet.be> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512231824.45352.paul@codesourcery.com> 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 Cc: Mark Jonckheere > When you start qemu with the -redir switch e.g. -redir tcp:8080::80 > entering http://localhost:8080/ in your webbrowser on the host OS > should connect you with the web server on the guest OS, this doesn't > work when on the host OS the hostname command refers to the loopback > interface. You may need to use http://127.0.0.1:8080/ to reliably reproduce this. On some systems "localhost" resolves to the external address. Paul