Dears,I have readed your wiki,But i couldn�t find my
mistake.
My /etc/dhcpd.conf is :
#  Sample configuration file for ISC dhcpd # # Make
changes to this file and
# copy it to /etc/dhcpd.conf.sample

ddns-update-style            none;

default-lease-time           21600;
max-lease-time               21600;

option subnet-mask           255.255.255.0;
option broadcast-address     192.168.1.255;
filename            
"/tftpboot/lts/vmlinuz-2.4.26-ltsp-1";


option root-path            
"192.168.1.6:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;



shared-network workstation {
   subnet 192.168.1.0 netmask 255.255.255.0 {
         range dynamic-bootp 192.168.1.6
192.168.1.253;

   }
}

group {
       use-host-decl-names      on;
       option log-servers       192.168.1.6;

   host ws001{
              option subnet-mask          
255.255.255.0;
              option broadcast-address    
192.168.1.255;
#              hardware ethernet            Sepehr
00:0C:6E:8C:A9:59;      # Laptop 00:C0:9F:08:FD:78;   
  # ;
              hardware ethernet     00:11:09:9E:9F:50;
              fixed-address        192.168.1.253;
              filename            
"/tftpboot/lts/2.4.26-ltsp-2/pxelinux.0";
    }
}
##
## If you want to use a dynamic pool of addresses,
then un-comment the following
## lines and modify to match your network.
##


#
# If you need to pass parameters on the kernel command
#line, you can
# do it with option-129.  In order for Etherboot to
#look at option-129,
# you MUST have option-128 set to a specific value. 
#The value is a
# special Etherboot signature of 'e4:45:74:68:00:00'.
#
# Add these two lines to the host entry that needs
#kernel parameters
#
#        option option-128     e4:45:74:68:00:00;     
 # NOT a mac address
#        option option-129     "NIC=ne IO=0x300";
#

My NFS is up,But i think my TFTP is down,Because when
i run following command,I don�t see tfpd daemon:
ps -aux |grep tftp
But when i run "tftp 127.0.0.1" ,I connect to tftpd
server.
My Distribution is slackware 10.
Please guide me.............
Yours,Mohsen.


--- Thomas Reifferscheid
<[EMAIL PROTECTED]> wrote:

> 
> 
> On Fri, 31 Dec 2004, Anselm Martin Hoffmeister
> wrote:
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Am Dienstag, 28. Dezember 2004 14:54 schrieb
> Mohsen Pahlevanzadeh:
> > > Dears,
> > > I have configured ltsp,But when i wanna connect
> to my
> > > server,I receive following messages:
> > >
> > > PXE-T01: File not found
> > > PXE-E3B: TFTP error -File not found
> > > PXE-M0F: Exiting Intel PXE Rom
> 
> If you do everything like shown on
> http://wiki.ltsp.org/twiki/bin/view/Ltsp/PXE
> it will work :-)
> 
> Cheers
> Thomas
> 
> 
>
-------------------------------------------------------
> The SF.Net email is sponsored by: Beat the
> post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt
> from ThinkGeek.
> It's fun and FREE -- well,
> almost....http://www.thinkgeek.com/sfshirt
>
_____________________________________________________________________
> 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
> 



                
__________________________________ 
Do you Yahoo!? 
Jazz up your holiday email with celebrity designs. Learn more. 
http://celebrity.mail.yahoo.com


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_____________________________________________________________________
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