PXE-E32: TFTP open timeout

Mahmood N nt_mahmood at yahoo.com
Mon Aug 4 16:11:05 UTC 2014


Hello,
Consider the following configuration files

dhcpd.conf
      subnet 10.0.2.0 netmask 255.255.255.240 {
         range 10.0.2.2 10.0.2.10;
         allow booting;
         allow bootp;
         next-server 10.0.2.1;
         filename "pxelinux.0";
       }



tftp
    service tftp
    {
        socket_type        = dgram
        protocol        = udp
        wait            = yes
        user            = root
        server            = /usr/sbin/in.tftpd
        server_args        = -s /var/lib/tftpboot
        disable            = no
        per_source        = 11
        cps            = 100 2
        flags            = IPv4
    }


When the client starts, it receives the following error

CLIENT MAC ADDR: XXXXXXXXXXX
CLIENT IP: 10.0.2.5 MASK: 255.255.255.240
PXE-E32: TFTP open timeout

I don't know if that error is related to dhcpd or xinetd.
Any idea is welcomed.



 
Regards,
Mahmood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20140804/5b2f0a9b/attachment.html>


More information about the dhcp-users mailing list