From owner-freebsd-isp@FreeBSD.ORG Thu May 26 11:16:16 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FED16A41C; Thu, 26 May 2005 11:16:16 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) Received: from rutherford.zen.co.uk (rutherford.zen.co.uk [212.23.3.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id B94BB43D1F; Thu, 26 May 2005 11:16:15 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) Received: from [82.69.255.54] (helo=rtxnetworks.co.uk) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1DbGLW-0008Mb-Cu; Thu, 26 May 2005 11:16:14 +0000 Received: from mail pickup service by rtxnetworks.co.uk with Microsoft SMTPSVC; Thu, 26 May 2005 12:15:58 +0100 thread-index: AcVh5EptrvbbYMxcRda3tT3a7dxlWQ== X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org X-Originating-IP: [203.199.109.161] X-Originating-Email: [unixtools@hotmail.com] In-Reply-To: <000101c5608e$a8fd1cf0$144da8c0@rtxnetworks.local> From: "Sunil Sunder Raj" Message-ID: <000001c561e4$4a6d9320$144da8c0@rtxnetworks.local> To: Content-Transfer-Encoding: 7bit Date: Thu, 26 May 2005 12:15:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" X-OriginalArrivalTime: 26 May 2005 11:04:10.0373 (UTC)FILETIME=[A4B49B50:01C561E2] X-Mailer: Microsoft CDO for Exchange 2000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: Errors-To: owner-freebsd-questions@freebsd.org X-Zen-Test-Spam-Score: 0 X-Zen-Test-Spam-Bar: (/) X-Originating-Schroedinger-IP: [216.136.204.119] X-Envelope-From: owner-freebsd-questions@freebsd.org X-Envelope-To: james@rtxnetworks.co.uk X-Apparently-To: james@rtxnetworks.co.uk X-Zen-Loop: 4e5e9d7b303bfa0036200918db506edf Content-Class: urn:content-classes:message Importance: normal X-Zen-Stored: hausdorff.zen.co.uk/1DbGAH-0004nS-Hj/2005-05-26 11:04:37 Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 X-Originating-Rutherford-IP: [82.69.255.54] Cc: freebsd-isp@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Freebsd pxeboot problem X-BeenThere: freebsd-isp@freebsd.org List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 11:16:17 -0000 Hi, 10.0.0.10 is my dhcp server and 10.0.0.24 is the dynamic ip offered by the dhcp server. Below is the DHCP debug output ==================== DHCPDISCOVER from 00:07:e9:2f:45:55 via rl0 DHCPOFFER on 10.0.0.24 to 00:07:e9:2f:45:55 via rl0 DHCPREQUEST for 10.0.0.24 (10.0.0.10) from 00:07:e9:2f:45:55 via rl0 DHCPACK on 10.0.0.24 to 00:07:e9:2f:45:55 via rl0 DHCPDISCOVER from 00:07:e9:2f:45:55 via rl0 DHCPOFFER on 10.0.0.24 to 00:07:e9:2f:45:55 via rl0 DHCPREQUEST for 192.168.102.110 (192.168.102.1) from 00:07:e9:2f:45:55 via rl0: ignored (not authoritative). The first 4 lines are the communication between the rom pxe and the dhcp server. The last 3 lines are the communication between the downloaded pxeboot and the dhcp server. The downloaded pxeboot does not seem to retain the ip address offered by DHCP. Any don't know where it got 192.168.102.110 (192.168.102.1) from. Has anyone faced this problem before. Regards Sunil Sunder Raj >From: "Nathan Kinkade" >Reply-To: Nathan Kinkade >To: >CC: freebsd-isp@freebsd.org, freebsd-questions@freebsd.org >Subject: Re: Freebsd pxeboot problem >Date: Tue, 24 May 2005 19:30:28 +0100 > >On Mon, May 23, 2005 at 04:52:18PM +0000, Sunil Sunder Raj wrote: > > Hi, > > Was trying to install freebsd 5.3 via pxeboot. The Dhcp server leases >the > > Ip address, the tftp server is located fine and the pxeboot file gets > > downloaded at the client end. But this pxeboot is not getting the proper > > server path and gateway ip. > > > > It is always falling to the default /pxeroot server path (as programmed >in > > the pxe.c file) and don't know where it gets the gateway ip as >192.168.102.1 > > > > Display I get > > ======== > > pxe_open: server addr: "This is proper. The Dhcp/Tftp server ip" > > pxe_open: server path: /pxeroot ----------------------- default server > > path. This is not what I defined in my dhcpd.conf > > pxe_open: gateway ip: 192.168.102.1 --------------- Don't know where it >got > > it from. This is not what I defined in my dhcpd.conf > > >What is defined in your dhcpd.conf file? I think you may need two >perameters: > >option root-path "nfsserver:/diskless/root/path/" >next-server yourserver > >You may not need next-server if it's the same machine as the DHCP >server. > >Nathan ><< attach3 >> _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"