From owner-freebsd-stable Thu Jul 6 14:16:53 2000 Delivered-To: freebsd-stable@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 706D637B77D; Thu, 6 Jul 2000 14:16:50 -0700 (PDT) (envelope-from paul@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 0B7B02B23E; Thu, 6 Jul 2000 16:16:45 -0500 (CDT) Date: Thu, 6 Jul 2000 14:16:44 -0700 From: Paul Saab To: Alan Edmonds Cc: Doug White , Bill Fumerola , John Baldwin , ps@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: pxeboot problems with 4.0-stable (continued) Message-ID: <20000706141644.A43875@elvis.mu.org> References: <3964B9AF.4CB89178@digitalconvergence.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3964B9AF.4CB89178@digitalconvergence.com>; from aedmonds@digitalconvergence.com on Thu, Jul 06, 2000 at 11:54:07AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG option dhcp-max-message-size 2048; Add that and see if it fixes the problem. Alan Edmonds (aedmonds@digitalconvergence.com) wrote: > Here's the entire dhcpd config file. > > option domain-name "test.dcnv.com"; > option routers 10.25.1.1; > option subnet-mask 255.255.255.0; > option broadcast-address 10.25.1.255; > option domain-name-servers 10.25.1.1; > server-name "test.dcnv.com"; > server-identifier 10.25.1.1; > default-lease-time 1200; > max-lease-time 1200; > next-server 10.25.1.1; > #option root-path "/tftpboot"; > option tftp-server-name "10.25.1.1"; > > subnet 10.25.1.0 netmask 255.255.255.0 { > filename "pxeboot"; > next-server 10.25.1.1; > # option root-path "/tftpboot"; > range 10.25.1.100 10.25.1.199; > option option-130 "10.25.1.1"; > option option-131 "script"; > } > > The dhcp and file server is 10.25.1.1. I currently have the > root-path option commented out since it doesn't work :-( > I had tried putting in the root-path in both the global options > and in the specific subnet options. The two options are for > a specific application. Those are being passed corerctly; the > dhclient-enter-hook script saves the environment in a file so > I can see what's being passed in. That part works. It's the > pxe dhcp part that's having problems. > > dhcpd reports itself as: > > Internet Software Consortium DHCP Server V3.0b1pl13 > Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. > All rights reserved. > > Please contribute if you find this software useful. > For info, please visit http://www.isc.org/dhcp-contrib.html > > Listening on BPF/fxp1/00:50:8b:d3:0b:ba/10.25.1.0 > Sending on BPF/fxp1/00:50:8b:d3:0b:ba/10.25.1.0 > Sending on Socket/fallback/fallback-net > > > > I'm using the Intel Pro 100+ Management Adapter (part number 721383) > and it's using the fxp driver. > > -- > Alan Edmonds Director of International Technology > DigitalConvergence.:Com > aedmonds@digitalconvergence.com > Phone: +1-214-292-6040 -- Paul Saab Technical Yahoo paul@mu.org - ps@yahoo-inc.com - ps@freebsd.org Do You .. uhh .. Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message