Hi!

> Try putting this line in your dhcpd.conf file:
> ddns-update-style ad-hoc;
> if that doesn't work try __
> ddns-update-style none;
That cannot be the solution because this entry is already available.


Here dhcpd.conf with the LTSP modifications therein:

[-------beginning of /etc/dhcpd.conf-------]
ddns-update-style none;
authoritative;

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

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.1;
option domain-name-servers    192.168.0.2;
option domain-name        "intern.tinne.de";
option root-path              "192.168.0.2:/opt/ltsp/i386";


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

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

    host ws001 {
        hardware ethernet     00:E0:06:E8:00:84;
        fixed-address         192.168.0.1;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=eepro100";
    }
    host ws002 {
        hardware ethernet     00:D0:09:30:6A:1C;
        fixed-address         192.168.0.2;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=tulip";
    }
}


host printserver {
 hardware ethernet 00:10:83:3e:ac:74;
 fixed-address 192.168.0.10;
}
[-------end of /etc/dhcpd.conf-------]



That's the error message which appears by trying to start the dhcpd with the
upper configuration:

[-------beginning of errormessage-------]
Starting DHCP server Internet Software Consortium DHCP Server V3.0rc12
Copyright 1995-2001 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
//etc/dhcpd.conf line 28: unknown option dhcp.option-128
        option option-128     e4:
               ^
//etc/dhcpd.conf line 29: unknown option dhcp.option-129
        option option-129     "NIC=eepro100"
               ^
//etc/dhcpd.conf line 35: unknown option dhcp.option-128
        option option-128     e4:
               ^
//etc/dhcpd.conf line 36: unknown option dhcp.option-129
        option option-129     "NIC=tulip"
               ^
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.
[-------end of errormessage-------]


PLEASE HELP!!!

Matthias



_____________________________________________________________________
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