Dears,
would you please mail me your /etc/dhcpd.conf.
My file has error.
My file is :

#
# Sample configuration file for ISC dhcpd
#
# Make changes to this file and copy it to
/etc/dhcpd.conf.sample
#

ddns-update-style            none;

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

option subnet-mask           255.255.255.0;
option broadcast-address     192.168.1.255;
filename            
"/tftpboot/lts/vmlinuz-2.4.26-ltsp-1";


option root-path            
"192.168.1.1:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;



shared-network workstation {
   subnet 192.168.1.0 netmask 255.255.255.0 {
   }
}

group {
       use-host-decl-names      on;
       option log-servers       192.168.1.1;

   host ws001{
              option subnet-mask          
255.255.255.0;
              option broadcast-address    
192.168.1.255;
              hardware ethernet    00:0F:3D:CA:E0:FC; 
        <-- Fix this MAC addr
              fixed-address        192.168.1.253;     
           <-- Fix this IP addr
              filename            
"/tftpboot/lts/vmlinuz-2.4.26-ltsp-1";
#              range dynamic-bootp 192.168.1.1
192.168.1.253;
    }
}
##
## If you want to use a dynamic pool of addresses,
then un-comment the following
## lines and modify to match your network.
##


#
# If you need to pass parameters on the kernel command
line, you can
# do it with option-129.  In order for Etherboot to
look at option-129,
# you MUST have option-128 set to a specific value. 
The value is a
# special Etherboot signature of 'e4:45:74:68:00:00'.
#
# Add these two lines to the host entry that needs
kernel parameters
#
#        option option-128     e4:45:74:68:00:00;     
 # NOT a mac address
#        option option-129     "NIC=ne IO=0x300";
#
[EMAIL PROTECTED]:/home/mohsen#


############################################333
Then when i run /usr/sbin/dhcpd ,I receive following
messages:
[EMAIL PROTECTED]:/home/mohsen# /usr/sbin/dhcpd
Internet Software Consortium DHCP Server V3.0pl2
Copyright 1995-2003 Internet Software Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/products/DHCP
/etc/dhcpd.conf line 36: expecting a parameter or
declaration
              hardware ethernet    00:0F:3D:CA:E0:FC; 
        <
                                                     ^
/etc/dhcpd.conf line 37: expecting a parameter or
declaration
              fixed-address        192.168.1.253;     
           <
                                                 ^
Configuration file errors encountered -- exiting

If you did not get this software from ftp.isc.org,
please
get the latest from ftp.isc.org and install that
before
requesting help.

If you did get this software from ftp.isc.org and have
not
yet read the README, please read it before requesting
help.
If you intend to request help from the
[EMAIL PROTECTED]
mailing list, please read the section on the README
about
submitting bug reports and requests for help.

Please do not under any circumstances send requests
for
help directly to the authors of this software - please
send them to the appropriate mailing list as described
in
the README file.

exiting.
[EMAIL PROTECTED]:/home/mohsen#





Please guide me.......................


                
__________________________________ 
Do you Yahoo!? 
Jazz up your holiday email with celebrity designs. Learn more. 
http://celebrity.mail.yahoo.com


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to