Hello all,

First of all, good luck on your exhibits on the upcoming LinuxWorld!  :)

Anyway, it has been years when my last PXE based LTSP-3 booting setup
until now that I'll be converting our 6 units of Compaq Deskpro to thin
clients and our terminal server will be running on Mandrake Linux 10.1
Official and LTSP-4.1.  Our 6 units of Compaq Deskpro have the following
hardware specs:

- Intel Celeron 500Mhz
- 32Mb RAM
- PS/2 Mouse and Keyboard
- On-board Intel VGA
- On-board Intel NIC with PXE

My problem is actually on the DHCP stage because the workstation seems
not replying to the DHCP offer given by the server.

- - - < s n i p > - - -
# tail -f /var/log/messages

Jan 13 09:15:40 thinq dhcpd: DHCPDISCOVER from 00:50:8b:79:35:73 via
eth0
Jan 13 09:15:40 thinq dhcpd: DHCPOFFER on 192.168.1.201 to
00:50:8b:79:35:73 via eth0
Jan 13 09:15:41 thinq dhcpd: DHCPDISCOVER from 00:50:8b:79:35:73 via
eth0
Jan 13 09:15:41 thinq dhcpd: DHCPOFFER on 192.168.1.201 to
00:50:8b:79:35:73 via eth0
Jan 13 09:15:43 thinq dhcpd: DHCPDISCOVER from 00:50:8b:79:35:73 via
eth0
- - - < s n i p > - - -

My /etc/dhcpd.conf contains the following:

- - - < s n i p > - - -
ddns-update-style             none;
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.1.255;
option routers                192.168.1.44;
option domain-name-servers    192.168.1.44;
option domain-name            "corp.qsr.com.ph";
option root-path              "192.168.1.10:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;

shared-network WORKSTATIONS {
    subnet 192.168.1.0 netmask 255.255.255.0 {
        range 192.168.1.201 192.168.1.254;
    }
}

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

    host ws001 {
        hardware ethernet       00:50:8B:79:35:73;
        fixed-address           192.168.1.201;
        filename                "/lts/2.4.26-ltsp-2/pxelinux.0";
    }
}
- - - < s n i p > - - -

My /tftpboot/lts/2.4.26-ltsp-2/ directory contains the following:

- - - < s n i p > - - -
# ls -l
total 1914
drwxr-xr-x  3 root root     192 Jan 13 18:52 ./
drwxr-xr-x  3 root root     120 Jan  3 16:45 ../
-rw-r--r--  1 root root  906612 Aug 17 12:52 bzImage-2.4.26-ltsp-2
-rw-r--r--  1 root root 1036267 Aug 17 12:52 initrd-2.4.26-ltsp-2.gz
-rw-r--r--  1 root root   11816 Aug 17 12:52 pxelinux.0
drwxr-xr-x  2 root root      72 Jan 12 19:21 pxelinux.cfg/
- - - < s n i p > - - -

And lastly, my /tftpboot/lts/2.4.26-ltsp-2/pxelinux.cfg/default file
contains:

- - - < s n i p > - - -
prompt=0
label linux
  kernel bzImage-2.4.26-ltsp-2
  append init=/linuxrc rw root=/dev/ram0 initrd=initrd-2.4.26-ltsp-2.gz
- - - < s n i p > - - -

Anybody can help me here with PXE based NIC?

Thanks in advance.

Marvin



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_____________________________________________________________________
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