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

Reply via email to