Hallo all,

I edit dhcpd.conf with the following line:

shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
 range dynamic-bootp 192.168.0.10 192.168.0.100;
 if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
filename "/lts/pxelinux.0"; }
  else if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
filename "/lts/vmlinuz-2.4.19-ltsp-1"; }
    }
}

After doing this all my clients are working without problems - without
editing /ec/hosts lts.conf or anything else.

Is there nevertheless  any reason to edit /etc/hosts or something else?

Kind regards
Dieter



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_____________________________________________________________________
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