*** From dhcp-server -- To unsubscribe, see the end of this message. ***

Hi-

Just downloaded dhcp-2.0b1pl24 and builit on Digital Unix 4.0Bpl8
box in hopes of taking advantage of the new always_reply_rfc1048 flag.
It built fine; however, upon invocation, it complains about the
config file:

# /usr/sbin/dhcpd
Internet Software Consortium DHCP Server V2.0b1pl24
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

/etc/dhcpd.conf line 15: no option named subnet-mask
   option subnet-mask 255.
          ^
/etc/dhcpd.conf line 16: no option named broadcast-address
   option broadcast-address 152.
          ^
/etc/dhcpd.conf line 17: no option named routers
   option routers 152.
          ^
/etc/dhcpd.conf line 18: no option named domain-name-servers
   option domain-name-servers 152.
          ^
/etc/dhcpd.conf line 19: no option named domain-name
   option domain-name "isds.duke.edu"
          ^
/etc/dhcpd.conf line 38: no option named root-path
   option root-path "server:/ris/kit"
          ^
Configuration file errors encountered -- exiting
exiting.

And here is my /etc/dhcpd.conf:
#
# $Id: dhcpd.conf,v 1.1 1999/03/29 22:20:33 sto Exp sto $
#

#----------------------------------------------------------------------#
# SECURITY ?
#----------------------------------------------------------------------#
deny unknown-clients ;
allow bootp ;

#----------------------------------------------------------------------#
# Make ISDS subnet entry ...
#----------------------------------------------------------------------#
subnet w.x.y.0 netmask 255.255.255.0 {
   option subnet-mask 255.255.255.0 ;
   option broadcast-address w.x.y.255 ;
   option routers w.x.y.z ;
   option domain-name-servers w.x.y.a ;
   option domain-name "isds.duke.edu" ;
   use-host-decl-names on ;
   always-reply-rfc1048 on ;

#----------------------------------------------------------------------#
# PRINTERS
#----------------------------------------------------------------------#
# Tektronix Color printer
host color {
   hardware ethernet 08:00:11:08:fb:47 ;
   fixed-address color ;
}

#----------------------------------------------------------------------#
# Net boot?
#----------------------------------------------------------------------#
host client {
   server-name "server" ;
   filename "/ris/kit/vmunix1" ;
   option root-path "server:/ris/kit" ;

   hardware ethernet 0:0:f8:1f:cc:12 ;
   fixed-address client ;
}

#----------------------------------------------------------------------#
# End of subnet
#----------------------------------------------------------------------#
}

-------------------------------------------------------------------------
Sean O'Connell                                  Email: [EMAIL PROTECTED]
Institute of Statistics and Decision Sciences   Phone: (919) 684-5419
Duke University                                 Fax:   (919) 684-8594


------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------

Reply via email to