From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVqZ2-0000IZ-2r for qemu-devel@nongnu.org; Thu, 03 Jun 2004 07:39:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVqYz-0000Hc-TQ for qemu-devel@nongnu.org; Thu, 03 Jun 2004 07:39:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVqYz-0000HZ-Rf for qemu-devel@nongnu.org; Thu, 03 Jun 2004 07:39:13 -0400 Received: from [130.136.10.114] (helo=pob.cs.unibo.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVqWB-0000lJ-62 for qemu-devel@nongnu.org; Thu, 03 Jun 2004 07:36:19 -0400 Date: Thu, 3 Jun 2004 13:33:22 +0200 Subject: Re: [Qemu-devel] For what is slirp ? Message-ID: <20040603113322.GA31655@cs.unibo.it> References: <200406031153.50588.a_mulyadi@softhome.net> <20040603112037.15d37195.Jens.Arm@gmx.de> <20040603095716.GJ31335@cs.unibo.it> <200406031309.12586.Rudi@LYRIKpage.de> <20040603131848.114cd93d.Jens.Arm@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040603131848.114cd93d.Jens.Arm@gmx.de> 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 Thu, Jun 03, 2004 at 01:18:48PM +0200, Jens Arm wrote: > Is there a description, what I have to do at the Host and qemu-client to use network > over slirp? AFAIK: Client: configure the net interface for DHCP. You'll get an address like 10.0.2.15 default route to 10.0.2.2 (or something similar). Also the DNS access get forwarded through SLIRP. There is a fake DNS @10.0.2.2 (or similar) and queries are forwarded. Ping (ICMP) may have trouble but TCP works like a charm. Host: nothing at all. Be connected to something... You'll access from qemu what is connected to the host machine, nothing more ;-) renzo