I have LTSP 3.0 ,core,kernel,xfonts,and xcore downloaded and 
installed.In /opt/ltsp/templates I did the ./ltsp_initialize.I then took the 
dhcpd.conf.example and made it /etc/dhcpd.conf.  I then gave my eth0 the 
information to make the coppied dhcpd.conf.example true.I made the changes in 
domain-name field to linux.local, in the host ws001 filename to 
/tftpboot/lts/vmlinuz-2.4.9-ltsp-5, and put the workstations ethernet MAC 
address in the host ws001 ethernet address field.I then downloaded from 
MartiesROM-O-Mattic website the bootrom for my Netgear Ethernet card using 
the tulip.0 module. I then gave it a go.The bootrom was good, it found my 
card and went to searching for a dhcp server but nothing.I took a look at my 
servers /var/log/messages and found that I was logging a query but the log 
stated "linux bootpd {2611}: stat on "/etc/bootptab": No such file or 
directory". Can anyone please help?I've attached the dhcpd.conf.example if 
anyone cares to edit it so as to show me the proper configuration fot LTSP w/ 
the server's eth0 at 192.168.0.254.If anyone can help please respond to my 
personal email [EMAIL PROTECTED] as opposed to the list.I  will 
extremely appreciate any help on this, as will my 10yr old nephew.Thx!!!

Donnie W Linville 

default-lease-time            21600;
max-lease-time                21600;
    
option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.254;
option domain-name-servers    192.168.0.254;
option domain-name            "ltsp.org";
option root-path              "192.168.0.254:/opt/ltsp/i386";
    
shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
    }
}
    
group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.254;
    
    host ws001 {
        hardware ethernet     00:E0:18:E0:04:82;
        fixed-address         192.168.0.1;
        filename              "/lts/vmlinuz.ltsp";
    }
} 

_____________________________________________________________________
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