[Prev][Next][Index][Thread]

Re: bootp question




So I've made sure the following are in my dhcpd.conf file,
but I am still getting the same results.

Would it be better if I build a new disk from the current release?

thanx
natez

#	$OpenBSD: dhcpd.conf,v 1.1 1998/08/19 04:25:45 form Exp $
#
# DHCP server options.
# See dhcpd.conf(5) and dhcpd(8) for more information.
#

default-lease-time	21600;
max-lease-time		21600;

option domain-name "sihighway.net";
option domain-name-servers 208.36.67.226;

option subnet-mask 255.255.255.224;
option broadcast-address 208.36.67.255;
option routers 208.36.67.225; 

shared-network LOCAL-NET 
{
	subnet 208.36.67.224 netmask 255.255.255.224 
	{
		range dynamic-bootp 208.36.67.230 208.36.67.254;
	}
}

group
{
	use-host-decl-names	on;
	option log-servers	208.36.67.246;
	next-server		208.36.67.246;
		
	allow booting;
	allow bootp;

	host ws001
	{	
		option host-name "ws001";
		hardware ethernet	8:0:2b:38:58:e8;
		fixed-address		208.36.67.254;
		filename		"/tftpboot/vmlinux";
	}
}

.Nate Gelbard
..GRAWK Developer
...gelbardn@grawk.net
..fax: 801.650.0612





Follow-Ups: References: