I think you have a pre version 3 DHCP server

(that's fine)

just remove your 

ddns-update-style             ad-hoc;

and

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

or comment them out with a # and try restarting.

Good Luck

matt

-----Original Message-----
From: Christopher Perez [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 19, 2002 12:37 AM
To: [EMAIL PROTECTED]
Subject: [Ltsp-discuss] still a dhcpd problem

Hello Peeps,

First of all... i would like to thank all the lister who helped me when my
dhcpd is missing.....
But still i have a never ending question (normal for a newbie like me)...




Here are my dhcpd.conf file

ddns-update-style             ad-hoc;
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.1.255;
option routers                192.168.1.29;
option domain-name-servers    192.168.1.29;
option domain-name            "yourdomain.com";
option root-path              "192.168.1.29:/opt/ltsp/i386";

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

shared-network WORKSTATIONS {
    subnet 192.168.1.29 netmask 255.255.255.0 {
    }
}

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

    host ws001 {
        hardware ethernet     00:60:97:DB:19:81;
        fixed-address         192.168.1.35;
        filename              "tftpboot/lts/vmlinuz-2.4.9-ltsp-5";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=3c509";
    }
    
}


but when i execute service dhcpd restart, this where the error messages...

/etc/dhcpd.conf line 7: expecting a parameter or declaration
       ddns-update-style
/etc/dhcpd.conf line 17: expecting a string or hexadecimal data
       option option - 128 code
/etc/dhcpd.conf line 18: expecting a parameter or declaration
       echo

i'm using LTSP ver 3.0 and Mandrake 8.0 as my distro....

what will i do??????

TIA

[ CHRIS ]
 

_____________________________________________________________________
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.openprojects.net

_____________________________________________________________________
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.openprojects.net

Reply via email to