hy
i following a tuto for instal linux by the reseau
but i have a probleme he tell me when i start a client pc
tftp: file not found
in my syslog there is

Jan 10 02:33:19 localhost dhcpd: DHCPDISCOVER from 00:0c:6e:7a:96:5b via eth2
Jan 10 02:33:20 localhost dhcpd: DHCPOFFER on 192.168.160.213 to 00:0c:6e:7a:96:5b via eth2
Jan 10 02:33:23 localhost dhcpd: Wrote 2 leases to leases file.
Jan 10 02:33:23 localhost dhcpd: DHCPREQUEST for 192.168.160.213 (192.168.160.3) from 00:0c:6e:7a:96:5b via eth2
Jan 10 02:33:23 localhost dhcpd: DHCPACK on 192.168.160.213 to 00:0c:6e:7a:96:5b via eth2
Jan 10 02:33:23 localhost atftpd[6236]: Serving /tftpboot/pxelinux.0 to 192.168.160.213:2070
Jan 10 02:33:23 localhost atftpd[6236]: Serving /tftpboot/pxelinux.0 to 192.168.160.213:2071
debian:/var/log#


my configuration of pxe.conf


#:BOOT: TFTP service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 3 --ret$

my configuration of dhcp


option domain-name "papou.com";

default-lease-time 600;
max-lease-time 7200;

allow booting;
allow bootp;

# Le paragraphe suivant doit être modifié pour correspondre é votre système
subnet 192.168.160.0 netmask 255.255.255.0 {
range 192.168.160.200 192.168.160.213;
filename "/tftpboot/pxelinux.0";
option broadcast-address 192.168.160.255;
# Indiquez le DNS que vous voulez utiliser
#option domain-name-servers 192.168.160.3;
next-server 192.168.160.3;
}

thank you very much for your help