Package: fai-quickstart
Version: 3.1.6
Serverity: normal

When I use this package, it depends of the package "dhcp3-server". But it
doesn't work with this one.

At the boot (boot PXE), it says "trying to load : pxelinux.cfg/XXXXXX"
(replace X by the client IP in hexadecimal), but it doesn't load my files.

It "waits" 2 min per file as:

trying to load pxelinux.cfg/XXXXXX
trying to load pxelinux.cfg/XXXXX
trying to load pxelinux.cfg/XXXX
trying to load pxelinux.cfg/XXX
...
and fail :(

However the TFTP Server works perfectly (tftpd-hpa and atftpd works...) :

[EMAIL PROTECTED]:~# tftp 127.0.0.1
tftp> get pxelinux.0
Received 13628 bytes in 0.0 seconds
[EMAIL PROTECTED]:~# ls
pxelinux.0

I suggest you, to replace "dhcp3-server" with "dhcpd". It works perfectly
with this one.

My dhcp configuration file:

subnet 10.0.200.0 netmask 255.255.255.0 {
       range 10.0.200.10 10.0.200.19;
       server-name "netbooter";
       filename "/srv/tftp/fai/pxelinux.0";
}

I use Debian GNU/Linux 4.0 (etch), kernel 2.6.18.1.

Emilien Mantel

Reply via email to