From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DP8AA-0005jw-LH for qemu-devel@nongnu.org; Fri, 22 Apr 2005 20:06:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DP8A8-0005jN-T0 for qemu-devel@nongnu.org; Fri, 22 Apr 2005 20:06:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DP8A8-00053Q-Py for qemu-devel@nongnu.org; Fri, 22 Apr 2005 20:06:20 -0400 Received: from [141.209.20.6] (helo=ob1.cmich.edu) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DP8Br-0002rO-HX for qemu-devel@nongnu.org; Fri, 22 Apr 2005 20:08:07 -0400 Date: Fri, 22 Apr 2005 20:01:56 -0400 (EDT) From: Ishwar Rattan Subject: Re: [Qemu-devel] Qemu network? In-Reply-To: <20050422210345.KIZZ10612.lakermmtao12.cox.net@smtp.east.cox.net> Message-ID: References: <20050422210345.KIZZ10612.lakermmtao12.cox.net@smtp.east.cox.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sol10x86@cox.net, qemu-devel@nongnu.org On Fri, 22 Apr 2005, Ben Taylor wrote: > Ishwar Rattan wrote: > > > > > > Finally got the qemu working under 2.6.10 kernel. Wtih > > -user-net option ifconfig -a (linux guest too!) I can see > > the interface assigned address 10.0.2.15. I can't ping it > > from host side. Is there way to allow guest OS to have Internet > > access? > > The qemu process "proxies" the requests from the user-net > network stack out to the public net. It's documented that > you can't ping the guest interface from the host. If you > need access from the host to the guest, you can setup > a couple of redirection ports which the qemu process > opens as listeners on the host which then get redirected > to the guest network stack. Where can I find info on this on these proxies? Thanks in advance, -ishwar