Hello, i'm having some problems with ltsp... so far i get dhcp address on
the thin client, and i can see the tftp request on ethereal, but thin client
keeps printing dots...
h

here are my dhcpd and inetd.conf files

# dhcpd.conf

default-lease-time            600;
max-lease-time               7200;
ddns-update-style            none;

#ddns-update-style             ad-hoc;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.2.255;
option routers                192.168.2.4;
option domain-name-servers    192.168.2.4;
option domain-name            "mighty-d.org";   # You really should fix this
option option-128 code 128 = string;
option option-129 code 129 = text;


#get-lease-hostnames           true;

next-server                   192.168.2.4;
option root-path              "192.168.2.4:/opt/ltsp/i386";

subnet 192.168.2.0 netmask 255.255.255.0 {
   range   192.168.2.100   192.168.2.199;
   if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
       filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
   }
   else{
       filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
   }
}

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

 host ws100 {
   hardware ethernet  00:40:F4:92:BE:1A;
   fixed-address      192.168.2.11;
   filename           "/tftp/lts/vmlinuz-2.6.16.1-ltsp-2";
 }
}

%%%%%%%%%%%%%%%%%%%%55

inetd.conf

tftp  dgram   udp     wait    root    /usr/sbin/in.tftpd  in.tftpd -r blksiz
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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