> Wei Pin wrote:
> 
> Hi,
> I'm just trying to install the LTSP v3.0. in RedHat 7.3 now (and 7.2 before). But 
>the problem i faced is
> the workstation stop at this stage:
> Me:192.168.0.1, Server: 192.168.0.254, Gateway 192.168.0.254
> Loading 192.168.0.254:/lts/vmlinuz-2.4.9-ltsp-lpp-6...........
> 
> I have configure my /etc/dhcpd.conf file well according to the user guide.
> 
> host ws001 {
>         hardware ethernet      00:E0:18:04:82;
>         fixed address             192.168.0.1;
>         filename                    "/lts/vmlinuz-2.4.9-ltsp-lpp-6";
>      }
> 
> 
> and my /etc/xinetd.d/tftp file is with the   -s /tftpboot.
> 
> tftp is running, dhcp is running too.
> Then what is this problem ?
> 
> Hope anyone can give me some guideliness on these..
> 
> thanks a lot in advanced.
> 
> 
Hi,

Your mac address is not correct one byte is missing.
         hardware ethernet      00:E0:18:04:82;

is the correct address ?
         hardware ethernet      00:00:E0:18:04:82;

Regards
Joergen Kristensen
Denamrk


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
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.openprojects.net

Reply via email to