From owner-freebsd-isp@FreeBSD.ORG Tue May 24 18:30:46 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 3468E16A41C; Tue, 24 May 2005 18:30:46 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) Received: from pythagoras.zen.co.uk (pythagoras.zen.co.uk [212.23.3.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4F4743D49; Tue, 24 May 2005 18:30:44 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) Received: from [82.69.255.54] (helo=rtxnetworks.co.uk) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1DaeAu-0007Wf-0c; Tue, 24 May 2005 18:30:44 +0000 Received: from mail pickup service by rtxnetworks.co.uk with Microsoft SMTPSVC; Tue, 24 May 2005 19:30:28 +0100 thread-index: AcVgjqj91A5mqx6OTC6G6Aloab2Mfg== X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org X-Sasl-enc: ttu0zr41Dt0KD6Bu4rrMi7d2d68+6kjuNbxo70oDnZvq 1116958755 Date: Tue, 24 May 2005 19:30:28 +0100 From: "Nathan Kinkade" To: Mail-Followup-To: Sunil Sunder Raj , freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Message-ID: <000101c5608e$a8fd1cf0$144da8c0@rtxnetworks.local> References: MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kXdP64Ggrk/fb43R" Content-Disposition: inline In-Reply-To: X-PGP-Fingerprint: 3FDF A406 B149 3959 A8CB C5A9 3B46 4812 D852 7E49 User-Agent: Mutt/1.5.6i 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: 1 X-Zen-Test-Spam-Bar: (/) X-Originating-Oppenheimer-IP: [216.136.204.119] Content-Class: urn:content-classes:message X-Envelope-From: owner-freebsd-questions@freebsd.org Importance: normal Priority: normal X-Envelope-To: james@rtxnetworks.co.uk X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 X-Apparently-To: james@rtxnetworks.co.uk X-Zen-Loop: 4e5e9d7b303bfa0036200918db506edf X-Zen-Stored: hausdorff.zen.co.uk/1Dae1B-0003C6-Ds/2005-05-24 18:20:41 X-OriginalArrivalTime: 24 May 2005 18:30:28.0687 (UTC) FILETIME=[A8FF8DF0:01C5608E] X-Originating-Pythagoras-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 Reply-To: Nathan Kinkade List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 18:30:46 -0000 This is a multi-part message in MIME format. --kXdP64Ggrk/fb43R Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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= =20 > Ip address, the tftp server is located fine and the pxeboot file gets=20 > downloaded at the client end. But this pxeboot is not getting the proper= =20 > server path and gateway ip. >=20 > It is always falling to the default /pxeroot server path (as programmed i= n=20 > the pxe.c file) and don't know where it gets the gateway ip as 192.168.10= 2.1 >=20 > Display I get > =3D=3D=3D=3D=3D=3D=3D=3D > pxe_open: server addr: "This is proper. The Dhcp/Tftp server ip" > pxe_open: server path: /pxeroot ----------------------- default server=20 > path. This is not what I defined in my dhcpd.conf > pxe_open: gateway ip: 192.168.102.1 --------------- Don't know where it g= ot=20 > 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 --kXdP64Ggrk/fb43R Content-Transfer-Encoding: 7bit Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD4DBQFCk3AiO0ZIEthSfkkRArkZAJ9Qe/gQ+3EZkgXx9pDBSdKNRHmGBQCY8PIh PtYSw63m78m3t54ryeArHw== =lET9 -----END PGP SIGNATURE----- --kXdP64Ggrk/fb43R--