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

default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.100.255;
option routers 192.168.100.100;
option domain-name-servers 206.154.138.2, 206.154.138.9;
option domain-name "daryl.com";

subnet 192.168.100.0 netmask 255.255.255.0 {
        range 192.168.100.1 192.168.100.254;

}

host Winona {
        hardware ethernet 8:0:20:c:27:4;
        fixed-address 192.168.100.11;
}

host Bacall {
        hardware ethernet 8:0:20:c:d1:84;   
        fixed-address 192.168.100.4;
}

host hal9000 {
        harware ethernet 00:60:97:60:1C:DB;
        fixed-address 192.168.100.103;
}

host johanna {
        hardware ethernet 00:AA:00:B6:63:16;
        fixed-address 192.168.100.101;
}
host router {
        hardware ethernet 00:c0:7b:7f:e9:2d;
        fixed-address 192.168.100.100;
}

host lila {   
        hardware ethernet 00:60:97:B5:CF:FE;
        fixed-address 192.168.100.120;
}

host audrey {
        hardware ethernet 08:00:20:C0:FF:EE;
        fixed-address 192.168.100.6;  
}


And this is what I get, any help would be great. Is there a better way of
doing this?


[root@aurdey init.d]# ./dhcpd start -d
Starting dhcpd: dhcpd Internet Software Consortium DHCPD $Name:
V2-BETA-1-PATCHL
EVEL-6 $
Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.
All rights reserved.
/etc/dhcpd.conf line 25: expecting a parameter or declaration.
        harware 
 ^
Configuration file errors encountered -- exiting
exiting.


 James Taggart
 [EMAIL PROTECTED]




------------------------------------------------------------------------------
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.

Archives for this mailing list are available at 
http://www.webnology.com/list-archives/dhcp/dhcp-server

------------------------------------------------------------------------------

Reply via email to