- gpg control packet

Check the server logs on 192.168.0.254 (is your GATEWAY really also a
*NIX/TFTP server?)

If yes, then the logs will tell you what is happening here.


[EMAIL PROTECTED] wrote:
> i`ve done that
> but the kernel still doens`t load
> the screen:
> loading 192.168.0.254:lts/vmlinuz-2.4.26-ltsp-3
>
> stays up forever
>
> Quoting Bill Arlofski <[EMAIL PROTECTED]>:
>
>
> [EMAIL PROTECTED] wrote:
>
>>Hi everyone
>>when I boot my clients (using a floppy) I get:
>>searching for server (dhcp)...
>>Me? 192.168.0.1, dhcp 192.168.2.151, tftp 192.168.2.151 gateway
>
> 192.168.0.254
>
>>loading 192.168.2.151:/lts/vmlinuz-2.6.9-ltsp-3
>
>>but the kernel never loads, I`m sure the network is up all the parameters
>
> are
>
>>write. Does anyone knows what`s going on?
>>I want the clients to load the kernel from 192.168.0.254 (server subnet
>
> adress)
>
>>and not from 192.168.2.151 (server adress in network) how do I do that?
>
> You need to use the "next-server" option in your DHCP server's dhcpd.conf.
>
> - From the dhcpd.conf man page:
>
> next-server server-name;
>
> The next-server statement is used to specify the host ddress of the
> server from  which  the initial  boot  file  (specified  in  the
> filename statement) is to be loaded.   Server-name should be a numeric
> IP address or a domain name.   If no next-server parameter applies to a
> given client, the DHCP server's IP address is used.
>
> eg:
>
> host ws020 {
>      hardware ethernet    xx:xx:xx:xx:xx:xx;
>      fixed-address        yy.yy.yy.yy;
>      filename             "/pxe/pxelinux.0";
>      next-server          192.168.0.254;
> }
>
> Only if .254 (your gateway) is ALSO a *nix machine running your tftp
> server. Otherwise substitute the correct IP on the 192.168.0/24 subnet.
>
>
> -
> Bill Arlofski
> Reverse Polarity
> 860-824-2433
> [EMAIL PROTECTED]

> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _____________________________________________________________________
> 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


--
Bill Arlofski
Reverse Polarity
860-824-2433
[EMAIL PROTECTED]


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_____________________________________________________________________
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