Hi everyone,

I am trying to get a PC to connect using a boot floppy.
The Server PC is running Linux Mandrake 8 kernel 2.4.3-20mdk.

I can get a fixed IP address assigned and then it tries to load the
kernel
but all I get is :

Loading 192.168.1.3:/tftpboot/lts/vmlinuz-2.4.9-ltsp-6 . . . . . . .

I have checked on the server and I get

[root@norman3 /etc]# netstat -an | grep ":69"
tcp        0      0 0.0.0.0:69              0.0.0.0:*              
LISTEN


In dhcp.conf I have tried 
 filename          "/tftpboot/lts/vmlinuz-2.4.9-ltsp-6"; 
 filename          "/lts/vmlinuz-2.4.9-ltsp-6"; 
 filename          "lts/vmlinuz-2.4.9-ltsp-6"; 


as various people have suggested but it still doesn't work.


/etc/dhcpd.conf is :
subnet 192.168.1.0 netmask 255.255.255.0 {
        # default gateway
        option routers 192.168.1.1;
        option subnet-mask 255.255.255.0;
        option domain-name "home.user";
        option domain-name-servers 194.168.4.100;
        option nis-domain "domain.org";
        option root-path  "192.168.1.3:/opt/ltsp/i386";
        filename   "/tftpboot/lts/vmlinuz-2.4.9-ltsp-6";
        range dynamic-bootp 192.168.1.4 192.168.1.22;
        default-lease-time 21600;
        max-lease-time 43200;
 
        # we want the nameserver to appear at a fixed address
 
 
host ws001 {
        hardware ethernet 00:10:A7:10:D4:79;
        filename          "/tftpboot/lts/vmlinuz-2.4.9-ltsp-6";
        fixed-address   192.168.1.4;
        option option-128   E4:45:74:68:00:00;
 
        option option-129   "NIC=rtl8139";
        }
}


/etc/hosts is :

127.0.0.1               localhost.localdomain localhost
192.168.1.3             norman3.home.user norman3
192.168.1.2             norman.home.user  norman
192.168.1.1             norman2.home.user norman2
192.168.1.4             ws001


/etc/hosts.allow is :

#
# hosts.allow   This file describes the names of the hosts which are
#               allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#
#
## LTS-begin ##
 
#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: Mon Apr  1 21:22:36 EST 2002 by the ltsp installation script.
# For more information, visit the ltsp homepage
# at http://www.ltsp.org
#
 
bootpd:    0.0.0.0
in.tftpd:  192.168.1.
portmap:   192.168.1.
 
## LTS-end ##

If you need to look at anything else please tell me.
Has anyone any idea where I should look next please?

tia,
norm

_____________________________________________________________________
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