Hi
What do you get in the log ?
iptables running ?
broadcasting to the wrong interface ( eth0 is the default )

I have a Red Hat 8.0  with ltsp 3.0 and I have no problems.
   Alvaro

Here is the config of my first test server

ddns-update-style             none;


default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.100.255;
option routers                192.168.100.1;
option domain-name-servers    192.168.100.1;
option domain-name            "dummy.net";
option option-128 code 128    = string;
option option-129 code 129    = text;
option root-path              "192.168.100.1:/opt/ltsp/i386";

shared-network WORKSTATIONS {
   subnet 192.168.100.0 netmask 255.255.255.0 {
   range 192.168.100.11 192.168.100.50;
   }
}

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

   host ws001 {
       hardware ethernet     00:60:8C:EB:E5:87;
       fixed-address         192.168.100.11;
       filename              "/lts/vmlinuz-2.4.19-ltsp-1";
   option option-128     e4:45:74:68:00:00;
       option option-129     "NIC=3c509";
   }
   host ws002 {
       hardware ethernet     00:a0:c9:75:d5:72;
       fixed-address         192.168.100.12;
       filename              "/lts/vmlinuz-2.4.19-ltsp-1";
   option option-128     e4:45:74:68:00:00;
   option option-129     "NIC=eepro100";
   }
}






-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.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.freenode.net

Reply via email to