Dear Group,
            I am trying to setup a new node on an existing ltsp server.  The
new node has an original Intel D845GLVA mother board with onboard
ethernet card. The following is the relevant part of my dhcpd.conf:

host ckc{ # CKC MACHINE # PXE Floppy Drive
hardware ethernet 00:07:E9:42:37:6E;
fixed-address 192.168.0.88;
filename "/lts/vmlinuz-2.4.19-ltsp-1";
option option-128 e4:45:74:68:00:00; # This is _no_
MAC-address!
option option-129 "NIC=eepro100";
if (substring (option vendor-class-identifier, 0, 9) = "PXEClient")
{ filename "/lts/eb-5.2.2-82562et.zpxe";

}else if (substring (option vendor-class-identifier, 0, 9) =
"Etherboot")
{
option vendor-encapsulated-options
3c:09:45:74:68:65:72:62:6f:6f:74:ff;
}
}


Not sure if will help, but mine sure looks alot different.....
Not sure why you would need the option's 128/129?


host ws006 {
hardware ethernet 00:50:8B:C7:25:71;
fixed-address 192.168.2.55;
if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
filename "/eb-5.0.7-eepro100.lzpxe";
} else if substring (option vendor-class-identifier, 0, 9) = "Etherboot"


{
filename "/lts/vmlinuz-2.4.19-ltsp-1";
option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff


;
        }
    }



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_____________________________________________________________________
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.freenode.net

Reply via email to