... I already have a DHCP server on my network... how can I add this 'DHCP
Patch' ?
My gateway has two jobs, to share my internet connection, and serve IP
address to my network. Is it a wise idea to have another machine take over
the function of DHCP?


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



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_____________________________________________________________________
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