From owner-freebsd-net@FreeBSD.ORG Thu Oct 23 08:38:41 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9740F16A4B3 for ; Thu, 23 Oct 2003 08:38:41 -0700 (PDT) Received: from blake.polstra.com (dsl081-189-066.sea1.dsl.speakeasy.net [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B9F43FBD for ; Thu, 23 Oct 2003 08:38:40 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.12.9p2/8.12.9) with ESMTP id h9NFcc8b091598; Thu, 23 Oct 2003 08:38:39 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 23 Oct 2003 08:38:38 -0700 (PDT) From: John Polstra To: Greg Black X-Bogosity: No, tests=bogofilter, spamicity=0.484612, version=0.14.5 cc: freebsd-net@freebsd.org Subject: Re: Remote Boot X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 15:38:41 -0000 On 22-Oct-2003 Greg Black wrote: > On 2003-10-20, Tobias P. Santos wrote: > >> I am trying to boot a FreeBSD diskless client with no success. >> Actually, I can boot the client, the kernel is downloaded and begins >> to boot. Then it tries to reach the DHCP/BOOT server, but this never >> occurs and the machine repeats the following messages forever: > > There is a nasty bug in most versions of the ISC DHCP code that > gave me a nasty time when attempting just this recently. > > Upgrading to the current DHCP code is essential. Upgrade which? The DHCP client, or the DHCP server? John