From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gl4Ax-0004zb-AE for qemu-devel@nongnu.org; Fri, 17 Nov 2006 08:54:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gl4Au-0004ty-Ou for qemu-devel@nongnu.org; Fri, 17 Nov 2006 08:54:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gl435-0007Rv-Po for qemu-devel@nongnu.org; Fri, 17 Nov 2006 08:46:31 -0500 Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gl435-0000Kc-Ql for qemu-devel@nongnu.org; Fri, 17 Nov 2006 08:46:31 -0500 Received: by nf-out-0910.google.com with SMTP id c31so2419779nfb for ; Fri, 17 Nov 2006 05:46:30 -0800 (PST) Message-ID: <8a6cde920611170546ka101e18gafe9cbb9579e93db@mail.gmail.com> Date: Fri, 17 Nov 2006 13:46:29 +0000 From: "Ricardo Almeida" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] User-mode proxy support 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 Hello, I'm using QEmu with user mode network. The host machine can't access the Internet directly, only through a proxy server. Since I'm using user mode network there's no way I can connect to the proxy from inside the guest machine (is there?). What I'm suggesting is building a proxy server (just as there is a DNS and a SMB server) that in reality is just a package forwarder to the real proxy server... I don't know if this easy to do, but it's what I would like :) Regards, Ricardo Almeida