From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gl5N8-0002oL-M3 for qemu-devel@nongnu.org; Fri, 17 Nov 2006 10:11:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gl5N6-0002kQ-29 for qemu-devel@nongnu.org; Fri, 17 Nov 2006 10:11:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gl5N5-0002kA-U3 for qemu-devel@nongnu.org; Fri, 17 Nov 2006 10:11:15 -0500 Received: from [64.233.182.188] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gl5N5-0004a6-NM for qemu-devel@nongnu.org; Fri, 17 Nov 2006 10:11:15 -0500 Received: by nf-out-0910.google.com with SMTP id c31so2462658nfb for ; Fri, 17 Nov 2006 07:11:14 -0800 (PST) Message-ID: <8a6cde920611170711p7f046308jdbcf0c7445fc07dd@mail.gmail.com> Date: Fri, 17 Nov 2006 15:11:13 +0000 From: "Ricardo Almeida" Subject: Re: [Qemu-devel] User-mode proxy support In-Reply-To: <455DC126.5070606@eridani.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8a6cde920611170546ka101e18gafe9cbb9579e93db@mail.gmail.com> <455DC126.5070606@eridani.co.uk> 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 Thanks for the prompt response. Of course, it worked :) Regards, Ricardo Almeida On 11/17/06, Michael McConnell wrote: > Ricardo Almeida wrote: > > 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 :) > > If you set the guest's default route to 10.0.2.2 then it should be able > to reach your proxy server, perhaps using its IP address rather than > hostname if you haven't set up DNS. > > -- > -- Michael "Soruk" McConnell > Eridani Star System > > MailStripper - http://www.MailStripper.eu/ - SMTP spam filter > Mail Me Anywhere - http://www.MailMeAnywhere.com/ - Mobile email > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >