Hi
I have downloaded latest packages for LTSP and installed in my system.
I trying to boot through Network card (PXE) on the VIA Mainboard Epia
M9000 (Via- RhineII - NIC). My
client PC geting IP address sucessfully. But when loading file it was
saying:
"PXE - E11 ARP Timeout"
"PXE - E38 TFTP cannot open connection"
Can any one help me how do i solve this problem?.
My dhcpd.conf:

ddns-update-style             none;
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.12;
option domain-name-servers    192.168.0.11;
option domain-name            "home";
option root-path              "192.168.0.11:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;

shared-network home {
     subnet 192.168.0.0 netmask 255.255.255.0 {
     range dynamic-bootp 192.168.0.0 192.168.0.254;
    }
}

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

host stube {
   hardware ethernet     01:23:45:67:89:AB;
   fixed-address         192.168.0.66;
   if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
         filename "/lts/rhine.pxe";
   } else if substring (option vendor-class-identifier, 0, 9) =
"Etherboot" {
           filename "/lts/vmlinuz-2.4.19-ltsp-1";
   option vendor-encapsulated-options
3c:09:45:74:68:65:72:62:6f:6f:74:ff;
   }
 }

}

By Silly






-------------------------------------------------------
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.openprojects.net

Reply via email to