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:
"Intel UNDI, PXE 2.0 (build 082)"
"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.254;
option domain-name-servers    192.168.0.254;
option domain-name                 "home";
option root-path                       "192.168.0.254:/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 {
    }
}

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

host ws001 {
   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/eb-5[1].0.8-via-rhine.lzpxe"; }
   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;
   }
 }
}

The option "REQUIRE_VCI_ETHERBOOT" is marking on the
eb-5[1].0.8-via-rhine.lzpxe.
With a PCI - Network Adapter (Etherboot with differtly dhcpd.conf) boot
the PC correct.

I will be very grateful for your help.
Best regards,
Silvio





-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_____________________________________________________________________
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