On Wed, 2002-03-06 at 14:52, [EMAIL PROTECTED] wrote: Hi, thanks for the response.
> Can you show us your /etc/dhcpd.conf file ?
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.2;
option domain-name-servers 192.168.0.2;
option domain-name "intranet.hetherington.co.uk";
option netbios-name-servers 192.168.0.2;
option root-path "192.168.0.2:/opt/ltsp/i386";
shared-network WORKSTATIONS {
subnet 192.168.0.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.0.4 192.168.0.9;
use-host-decl-names on;
option log-servers 192.168.0.2;
allow unknown-clients;
filename "vmlinuz.all";
next-server 192.168.0.2;
host ws001 {
hardware ethernet 00:E0:06:F3:AC:BC;
fixed-address 192.168.0.3;
filename "pxelinux.0";
option dhcp-class-identifier "PXEClient";
option vendor-encapsulated-options
09:0f:80:00:0c:4e:65:74:77:6f:72:6b:2
0:62:6f:6f:74:0a:07:00:50:72:6f:6d:70:74:06:01:02:08:03:80:00:00:47:04:80:00:00:
00:ff;
}
}
}
> You shouldn't be downloading a kernel directly
> into the ThinkNic, you should be downloading pxelinux.bin,
> which will then turn around and grab the kernel.
That's basically what's happening.
The following is extracted from my /var/log/daemon.log file:
Mar 6 10:43:29 casper dhcpd-2.2.x: DHCPDISCOVER from 00:e0:06:f3:ac:bc
via eth0
Mar 6 10:43:29 casper dhcpd-2.2.x: DHCPOFFER on 192.168.0.3 to
00:e0:06:f3:ac:bc via eth0
Mar 6 10:43:30 casper dhcpd-2.2.x: DHCPREQUEST for 192.168.0.3 from
00:e0:06:f3:ac:bc via eth0
Mar 6 10:43:30 casper dhcpd-2.2.x: DHCPACK on 192.168.0.3 to
00:e0:06:f3:ac:bc via eth0
Mar 6 10:43:30 casper dhcpd-2.2.x: DHCPREQUEST for 192.168.0.3 from
00:e0:06:f3:ac:bc via eth0
Mar 6 10:43:30 casper dhcpd-2.2.x: DHCPACK on 192.168.0.3 to
00:e0:06:f3:ac:bc via eth0
Mar 6 10:43:31 casper in.tftpd[1566]: connect from 192.168.0.3
Mar 6 10:43:31 casper tftpd[1567]: tftpd: trying to get file:
pxelinux.0
Mar 6 10:43:31 casper tftpd[1567]: tftpd: serving file from /tftpboot
Mar 6 10:43:31 casper in.tftpd[1568]: connect from 192.168.0.3
Mar 6 10:43:31 casper tftpd[1569]: tftpd: trying to get file:
pxelinux.0
Mar 6 10:43:31 casper tftpd[1569]: tftpd: serving file from /tftpboot
Mar 6 10:43:31 casper in.tftpd[1570]: connect from 192.168.0.3
Mar 6 10:43:31 casper tftpd[1571]: tftpd: trying to get file:
pxelinux.cfg/C0A80003
Mar 6 10:43:31 casper tftpd[1571]: tftpd: serving file from /tftpboot
As you can see the files are being served. Right after the COA80003
file is sent, which contains the kernel boot options, the Thinknic
reboots.
--
Rocky Hetherington
Email | [EMAIL PROTECTED]
Personal crap (oneday) | http://www.hetherington.co.uk
signature.asc
Description: This is a digitally signed message part
