Michael,
A range of ip addresses works fine. You are getting '.?F .$F', because
you don't have a 'filename' entry in your dhcpd.conf file.
Etherboot has no clue what file to download if you don't tell it.
Try adding something like:
filename "/lts/vmlinuz-2.4.26-ltsp-2";
to your dhcpd.conf file.
Jim McQuillan
[EMAIL PROTECTED]
On Sun, 19 Sep 2004, Michael Hoeller wrote:
> Hello,
>
> I try to set up ltsp 4.1 - I wanted to use the attached config -> assign
> IP addresses our of a range. But when I start this I only get .?F .?F
> in the var/log/messages of the server I can find the DHCPDISCOVER and
> DHCPOFFER. Why do I need to use fixed addresses? Using fixed IP
> addresses fixed problem! But I don't want this static. Any idea?
>
> Thanks a lot
> Michael
>
>
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.55.255;
> option routers 192.168.55.200;
> option domain-name-servers 192.168.55.200;
> option domain-name "tamboti"; # <--Fix this domain name
> option root-path "192.168.55.200:/opt/ltsp/i386";
> option option-128 code 128 = string;
> option option-129 code 129 = text;
> ddns-update-style none;
> default-lease-time 21600;
> max-lease-time 21600;
>
> subnet 192.168.55.0 netmask 255.255.255.0 {
> � option log-servers 192.168.55.200;
> � use-host-decl-names on;
> � range dynamic-bootp 192.168.55.1 192.168.55.25;
> }
>
> --
> Encrypted eMail welcome!
> Get my OpenPGP-Key ID: 0xE9B00731 from:�wwwkeys.de.pgp.net
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
> _____________________________________________________________________
> 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
>