Date: Thu, 6 Jul 2000 14:16:44 -0700 From: Paul Saab <paul@mu.org> To: Alan Edmonds <aedmonds@digitalconvergence.com> Cc: Doug White <dwhite@resnet.uoregon.edu>, Bill Fumerola <billf@chimesnet.com>, John Baldwin <jhb@FreeBSD.ORG>, ps@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: pxeboot problems with 4.0-stable (continued) Message-ID: <20000706141644.A43875@elvis.mu.org> In-Reply-To: <3964B9AF.4CB89178@digitalconvergence.com>; from aedmonds@digitalconvergence.com on Thu, Jul 06, 2000 at 11:54:07AM -0500 References: <Pine.BSF.4.21.0007060942360.47167-100000@resnet.uoregon.edu> <3964B9AF.4CB89178@digitalconvergence.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000706141644.A43875>