Date: Thu, 06 Jul 2000 11:54:07 -0500 From: Alan Edmonds <aedmonds@digitalconvergence.com> To: Doug White <dwhite@resnet.uoregon.edu> Cc: 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: <3964B9AF.4CB89178@digitalconvergence.com> References: <Pine.BSF.4.21.0007060942360.47167-100000@resnet.uoregon.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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 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?3964B9AF.4CB89178>