<p>Hello !!<br /><br />I´m running a network and a have two LTSP servers running on it.<br />But have a problem a want most of the clients to boot from my primary server and thats works fine.<br />But now a have a nother server and a want some of the clients to boot from that one.<br /><br />So a in my dhscp file a have added this.<br /><br />dhcp-boot=net:tag1,/opt/ltsp/pxelinuz.0,192.168.0.3<br />dhcp-boot=net:tag2,/opt/ltsp-4.2/pxelinuz.0,192.168.0.7<br /><br />This works fine but the problem is a also have the send the boot-option to the client.<br /><br />dhcp-bootoption=192.168.0.6:/opt/ltsp/<br />dhcp-bootoption=192.168.0.3:/opt/ltsp-4.2/<br /><br />And here is the problem how do a sett diffrent boot options to the differnt clients ??<br /><br />This is a part of my dhcp conf now<br /><br /><br />dhcp-boot=net:tag1,/opt/ltsp/pxelinuz.0,192.168.0.3<br />dhcp-boot=net:tag2,/opt/ltsp-4.2/pxelinuz.0,192.168.0.7<br /><br />#dhcp-bootoption=192.168.0.6:/opt/ltsp/<br />dhcp-bootoption=192.168.0.3:/opt/ltsp-4.2/<br /><br />dhcp-range=tag1,192.168.0.65,192.168.0.200<br /><br />dhcp-host=net:tag1,11:22:33:44:55:66<br /><br /><br />// matte<br /><br /><br /></p>