Yep, im using LTSP 4.2 from K12LTSP ( that's the only LTSP source i know :), 
any other sources of downloading LTSP? )

And how can I configure different kernel in dhcpd.conf? Is it works?
my older version kernel was 2.6.18-164.6.1.el5.centos.plus, then i changed it 
into version 2.6.22.4, because i read a website that kernel will work with LTSP 
4.2u2-0, is that true??

this is my dhcpd.conf 

ddns-update-style interim; 
ignore client-updates; 
 
allow booting; 
allow bootp; 
 
subnet 192.168.1.0 netmask 255.255.255.0 { 
 
# --- default gateway 
        option routers                  192.168.1.4; 
        option subnet-mask              255.255.255.0; 
 
#       option nis-domain               "domain.org"; 
        option domain-name              "ltsp"; 
        option domain-name-servers      202.158.3.6,202.158.3.7; 
        option root-path        "192.168.1.4:/opt/ltsp-4.2/i386"; 
        option time-offset              -18000; # Eastern Standard Time 
#       option ntp-servers              192.168.1.1; 
#       option netbios-name-servers     192.168.1.1; 
# --- Selects point-to-point node (default is hybrid). Don't change this unless 
# -- you understand Netbios very well 
#       option netbios-node-type 2; 

   range dynamic-bootp 192.168.1.10 192.168.1.40; 
        default-lease-time 21600; 
        max-lease-time 21600; 
 
        next-server 192.168.1.4; 
        filename "/lts/2.6.17.3-ltsp-1/pxelinux.0"; 
 
 
        # we want the nameserver to appear at a fixed address 
        host ws001 { 
                next-server 192.168.1.4; 
                hardware ethernet 00:11:D8:31:07:77; 
                fixed-address 192.168.1.10; 
                next-server 192.168.1.4; 
                filename "/lts/2.6.17.3-ltsp-1/pxelinux.0"; 
        } 
} 






      

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_____________________________________________________________________
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