I think you problem is here

    host ws001 {
        hardware ethernet     00:40:95:34:40:A7;
        fixed-address         10.74.32.167;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
THis --> option option-128 00:40:95:34:40:A7;  !!!!!<-- this
        option option-129 "NIC=ne IO=0x0320";

it needs to look like this

        host ws001 {
                hardware ethernet 00:40:95:34:40:A7;
                fixed-address 10.74.32.167;
                filename "/tftpboot/lts/vmlinuz.ltsp";
                option option-128 e4:45:74:68:00:00
                option option-129 "NIC=ne IO=0x0320";

the string you had following the option 128 was incorrect just leave it the
same (e4:45:74:68:00:00) for everything

Hope it works

Matt


-----Original Message-----
From: giorgio rossi [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 09, 2001 5:03 AM
To: [EMAIL PROTECTED]
Subject: [Ltsp-discuss] LTSP-2.09pre4 - ne2000 ISA Boot problem


Hi all,
the distro is Mandrake 7.2 on  AMD500, 
with another  amd 500 with Davicom PCI  (ws002) running well,
with 486 cpu and ne2000 ISA, after kernel booting have a message
that i must specify the tipe if NIC but  in my dhcpd.conf I have this

# Sample configuration file for ISCD dhcpd
#
# Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd
# once you adjusted this file and copied it to /etc/dhcpd.conf.
#
next-server 10.74.32.220;
default-lease-time            21600;
max-lease-time                21600;
option option code 128 = string;
option option code 129 = text;
option subnet-mask            255.255.255.0;
option broadcast-address      10.74.32.255;
option routers                10.74.32.220;
option domain-name-servers    10.74.32.220;
option domain-name            "brazzoli.it";
option root-path              "10.74.32.220:/opt/ltsp/i386";

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

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

    host ws001 {
        hardware ethernet     00:40:95:34:40:A7;
        fixed-address         10.74.32.167;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
        option option-128 00:40:95:34:40:A7;
        option option-129 "NIC=ne IO=0x0320";
    }
    host ws002 {
        hardware ethernet     00:00:ab:a1:22:d9;
        fixed-address         10.74.32.205;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
##        option option-128     e4:45:74:68:00:00;
##        option option-129     "NIC=tulip";
    }
}

Have a suggest?
tanks 
giorgio

_____________________________________________________________________
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