hai friends,
  i have configured dumb terminals using dhcp.When i booted my DC 
using the rom-o-matic floppy.i received the following error:
*************************************************
Searching for server(DHCP)....
..Me:192.168.1.11 , Server:192.168.1.1
loading 192.168.1.1:/tftpboot/bzImage..TFTP error 2(Access violation)
Unable to load file
<sleep>
<abort>
*************************************************
        I started all the necessary daemons by "ntsysv" with the 
following configuration files as follows :

/etc/dhcpd.conf
---------------

subnet 192.168.1.0 netmask 255.255.255.0 {
   range 192.168.1.11 192.168.1.100 ;
   option subnet-mask 255.255.255.0;
   option domain-name "vayu.com";
}
host ws1 {
    hardware ethernet 52:54:AB:4B:C5:71;
    fixed-address  192.168.1.11 ;
    filename "/tftpboot/bzImage";
}                                


/etc/inetd.conf   
---------------
   tftp ........ /usr/sbin/tcpd in.tftpd -s
   bootps ...... /usr/sbin/tcpd bootpd -i -t 120

/etc/exports
------------
   /  (rw,no_root_squash)   [ is this stupid? ] 

/etc/bootptab
-------------
    default 
         :sm=255.255.255.0
         :ds=192.168.1.1
         :ht=ethernet
         :dn=vayu.com
         :gw=192.168.1.1
         :sa=192.168.1.1
         :bf=/tftpboot/bzImage
         :rp=/                      (is this also stupid?)
    ws1
        :ha=5254AB4BC571
        :ip=192.168.1.11

/etc/hosts.allow
----------------
  ALL:ALL

                        ********
        Please help me immediately to solve this problem and 
        please explain me what are necessary in this regard?
                        ********

thank you friends.

-------------------------------------------------
This mail sent through : http://mail.sify.com

_____________________________________________________________________
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