From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BWJBb-0004ag-2I for qemu-devel@nongnu.org; Fri, 04 Jun 2004 14:12:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BWJBZ-0004ZP-2U for qemu-devel@nongnu.org; Fri, 04 Jun 2004 14:12:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWJBY-0004Z4-WE for qemu-devel@nongnu.org; Fri, 04 Jun 2004 14:12:57 -0400 Received: from [24.21.209.245] (helo=pdx.silverbeach.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BWJB9-0001Es-Gg for qemu-devel@nongnu.org; Fri, 04 Jun 2004 14:12:31 -0400 Received: from localhost (localhost [127.0.0.1]) by pdx.silverbeach.net (Postfix) with ESMTP id 0A8E31BF33C for ; Fri, 4 Jun 2004 11:12:33 -0700 (PDT) From: Kyle Hayes Subject: Re: [Qemu-devel] For what is slirp ? Date: Fri, 4 Jun 2004 11:12:31 -0700 References: <200406031153.50588.a_mulyadi@softhome.net> <1086271641.9038.9.camel@localhost> <40C096C6.4010005@bellard.org> In-Reply-To: <40C096C6.4010005@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200406041112.31664.kyle@silverbeach.net> Reply-To: kyle@silverbeach.net, 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 Friday 04 June 2004 08:35, Fabrice Bellard wrote: > 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 !). That's nasty :-( Of course, what would the script kiddy gain? "Yay, I 0wn3d a VM instance. I am s0 l33t!" :-) I'll be trying Knoppix 3.4 soon. That has a couple of kernels try try as well as some of the most involved (and hacked) hardware detection. Best, Kyle