From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BWGhd-0003Rr-G5 for qemu-devel@nongnu.org; Fri, 04 Jun 2004 11:33:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BWGhb-0003RM-T6 for qemu-devel@nongnu.org; Fri, 04 Jun 2004 11:33:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWGhb-0003RJ-Pt for qemu-devel@nongnu.org; Fri, 04 Jun 2004 11:33:51 -0400 Received: from [193.252.22.23] (helo=mwinf0802.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BWGgv-0007RQ-Kr for qemu-devel@nongnu.org; Fri, 04 Jun 2004 11:33:09 -0400 Received: from bellard.org (ATuileries-112-1-1-246.w80-11.abo.wanadoo.fr [80.11.167.246]) by mwinf0802.wanadoo.fr (SMTP Server) with ESMTP id 5E4281800133 for ; Fri, 4 Jun 2004 17:33:08 +0200 (CEST) Message-ID: <40C096C6.4010005@bellard.org> Date: Fri, 04 Jun 2004 17:35:34 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] For what is slirp ? 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> <20040603113322.GA31655@cs.unibo.it> <20040603134732.0e3cdbd9.Jens.Arm@gmx.de> <1086271641.9038.9.camel@localhost> In-Reply-To: <1086271641.9038.9.camel@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 James Ascroft-Leigh wrote: > On Thu, 2004-06-03 at 13:47 +0200, Jens Arm wrote: > > [...] > > >>Hmmmm, Knoppix 3.4 tries to find a IP over DHCP, but I do not get one from slirp. > > > On Morphix I found that pump did not work but dhclient did. Of these > two, I think Knoppix only has pump. QEMU now supports pump too. Note that although it was a bug in QEMU dhcp server, it is also a severe security problem in pump (buffer overflow if reply packet from DHCP server too long !). Fabrice.