Sudev Barar :

> On 22/02/07, Daniel Teixeira <[EMAIL PROTECTED]> wrote:
>> I've configured dhcpd and ltsp in the same machine, and it runs perfectly.
>> the problem is when I try to choose another ltsp (/TFTP) server for the
>> terminals...
>>
>> What options do i need to use to be able to boot a client with a dhcp server
>> A and a LTSP server B??
>
>
> AFAIK "next-server" option will have to be added and also the
> directory path should be clearly defined including the IP of server
>

we use something like this on the DHCP server

host terminal-name {
         hardware ethernet XX:XX:XX:XX:XX:XX;
         fixed-address terminal-IP-number;
         option host-name "terminal-name";
         option root-path "LTSP-bootserver-IP-number:/opt/ltsp-4.2.4/i386";
         filename        "lts/2.6.17.8-ltsp-1/pxelinux.0";
         next-server     LTSP-bootserver-IP-number;
}

it works just fine



/daleif

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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