Date: Thu, 6 Jul 2000 22:36:40 +0200 From: Gerhard Sittig <Gerhard.Sittig@gmx.net> To: stable@FreeBSD.ORG Subject: Re: pxeboot problems with 4.0-stable (continued) Message-ID: <20000706223640.J5945@speedy.gsinet> 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
On Thu, Jul 06, 2000 at 11:54 -0500, Alan Edmonds 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"; I'm not sure (never booted diskless stations from the net), but are relative pathnames OK? Did you try to put in the fully qualified name? > 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"; > } > [ ... ] > > 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 would expect the daemon to listen on and to send to a "real" address (i.e. 10.25.1.1) instead of the network address. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. 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?20000706223640.J5945>