On 5/5/2011 4:11 PM, relosrl wrote:
> My dhcp.conf
>
> #
> # Default LTSP dhcpd.conf config file.
> #
>
> authoritative;
>
> subnet 192.168.1.0 netmask 255.255.255.0 {
>       range 192.168.1.11 192.168.1.20;
>       option domain-name "NNNN";
>       option domain-name-servers 192.168.1.10;
>       option broadcast-address 192.168.1.255;
>       option routers 192.168.1.1;
> #    next-server 192.168.1.10;
> #    get-lease-hostnames true;
>       option subnet-mask 255.255.255.0;
>       option root-path "/opt/ltsp/i386";
>       if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
>           filename "/ltsp/i386/pxelinux.0";
>       } else {
>           filename "/ltsp/i386/nbi.img";
>       }
>
> host ws001 {
>     hardware ethernet 00:00:00:00:00:00;
>     fixed-address 192.168.1.12;
>     filename "opt/ltsp/images/i386.img";}
>
> host ws002 {
>     hardware ethernet 00:00:00:00:00:00:00;
>     fixed-address 192.168.1.11;
>     filename "opt/ltsp/images/i386.img";}
>
> host ws003 {
>     hardware ethernet 00:00:00:00:00:00;
>     fixed-address 192.168.1.13;
>     filename "opt/ltsp/images/i386.img";}
>
Should that start with a "/" =>

filename "/opt/ltsp/images/i386.img";}

> }
>
> ws002 work, ws001 ws002 no.
are they identical hardware?
> This is the error:
> Booting from filename "opt/ltsp/images/i386.img"
> tftp://192.168.1.10/opt/ltsp/images/i386.img. File not found (0x2d12603b)
>
> I try to start from CD and from BIOS
>
>
> Hardware server: HP proliant DL585 G1 192.168.1.10
> getaway 192.168.1.1


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_____________________________________________________________________
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