zyriuse Posted February 13, 2008 Share Posted February 13, 2008 bonjour je viens de suivre a la lettre le tuto http://blogpmenier.dynalias.net/doce...ootreseau.html mais j ai toujour se probleme au demarrage de mon poste client qui me dit tftp:file not found mais quand je regarde dans var/log/syslog je voie qu il a comme essayer d envoyer les infos mais rien ne se passe par la suite 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# je ne comprend pas pourquoi encore merci pour votre aide voici la configuration de pxe.conf voici mon inetd.conf [codebox]#: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$ # tftpd base dir tftpdbase=/tftpboot [/codebox] Link to comment Share on other sites More sharing options...
lu6fer Posted February 14, 2008 Share Posted February 14, 2008 Il est fort probable que ton fichier pxelinux.0 ne soit pas a la racine de ton serveur tftp. de plus le boot pxe ets une chose tres interresante, mais qui demande de bien comprendre comme le boot fonctionne pour l'appliquer. enfin ca je ne doute pas de t'es competences bonjourje viens de suivre a la lettre le tuto http://blogpmenier.dynalias.net/doce...ootreseau.html mais j ai toujour se probleme au demarrage de mon poste client qui me dit tftp:file not found mais quand je regarde dans var/log/syslog je voie qu il a comme essayer d envoyer les infos mais rien ne se passe par la suite 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# je ne comprend pas pourquoi encore merci pour votre aide voici la configuration de pxe.conf voici mon inetd.conf [codebox]#: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$ # tftpd base dir tftpdbase=/tftpboot [/codebox] Link to comment Share on other sites More sharing options...
Serom Posted February 16, 2008 Share Posted February 16, 2008 Slt: Pourrai tu nous dire sur quel distrib tu es ? Je pense aussi que ton inetd est faux: voici un exemple tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /chemin/vers/pxelinux.0 L'option -s permet de spécifié le chemin ou sont les fichiers qui doivent etre chargé par tftp. Ensuite dans ton dhcp serveur tu dois avoir des lignes marqués filename "pxelinux.0" next-server "adresse-ip-du-serveur-tftp" Sur beaucoup de distrib tel que debian tu as un répertoire /etc/default. La dedans tu dois avoir un fichier tftpd (ou tftpd-hpa) Il y a une ligne ENABLE_TFTP: il faut la mettre à yes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.