Hi Gary,

>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";
>    }

1. Try changing your option-128 line as follows (this is a required string for 
Etherboot):
option option-128       e4:45:74:68:00:00;

2. This might pose a problem later...
    Your option root path seem to point to your image (tftpboot) area. It should point 
to the area where
    your remote workstation should chroot later (this is different from your tftp 
kernel image area). it
    should look like:

option root-path              "192.168.1.1:/opt/ltsp/i386";

where 192.168.1.1 is the address of the your ltsp server.

hope this helps,

phil

Gary Jaffe <[EMAIL PROTECTED]> quoted last 8/17/02 9:12:13 AM as follows:
>
>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



-------------------------------------------------------
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