I have workstations with NE2000 ISA cards purchased from 
disklessworkstations.com in 1999.  I have been using these cards successfully 
with ltsp until I upgraded to ltsp-3.0.4.  I read that because the new kernel 
can't scan ISA cards, I need to place two lines in my dhcpd.conf file.  I did 
that and restarted dhcpd, got no error messages from dhcpd, but got a kernel 
panic when I booted the workstation.  There was an error message saying that 
it couldn't scan the NIC and suggested that I add a line to my dhcpd.conf 
file (which I already did).

So maybe, I put the lines in the the wrong place.  Here is my dhcpd.conf file.
-----------------------------------------------------
# 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.
#

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.1;
option domain-name-servers    192.168.1.1;
option domain-name            "xxxxx.xxx";
option root-path              "/tftpboot/lts/ltsroot";

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

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

    host ws102 {
        hardware ethernet     aa:bb:cc:dd:ee:ff;
        option option-128     aa:bb:cc:dd:ee:ff;
        option option-129     "NIC=ne IO=0x0300";
        fixed-address         192.168.1.2;
        filename              "/lts/vmlinuz-2.4.18-ltsp-1";
    }
}
---------------------------------------------------
I changed my MAC addr in this listing, but I checked the MAC addr, and the 
addr in the 'hardware ethernet' line is the same as the addr in the 'option 
option-128' line.  The rest of the file is the same that worked with ltsp-2 
with the exception of the 'filename' line.

Could someone please tell me if I am doing these option lines correctly, or is 
there some other problem?

Thanks for any help.

Gary
[EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_____________________________________________________________________
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