URL: https://linuxfr.org/forums/linux-general/posts/boot-pxe-qui-ne-fonctione-pas Title: Boot pxe qui ne fonctione pas Authors: Orwell Date: 2016年01月18日T15:59:29+01:00 License: CC By-SA Tags: réseau, debian, pxe et tftp Score: 0 Bonjour à tous, Afin de réaliser des install de postes linux entièrement automatisé j'ai installé un serveur Debian que j'ai configuré en TFTP + PXE et j'ai configuré mon DHCP sous windows car tous mes vlan DHCP sont gérés avec windows. Mon DHCP semble bien fonctionner puisque j'obtiens une adresse IP (voir screenshot ci dessous). Cependant aucun poste ne boot sur pxe et je n'arrive pas à comprendre pourquoi. voici ma config: sur le serveur debian: ```sh root@WBX-LINUX-DEPLOY:~# /etc/init.d/tftpd-hpa status tftpd-hpa.service - LSB: HPA's tftp server Loaded: loaded (/etc/init.d/tftpd-hpa) Active: active (running) since lun. 2016年01月18日 14:14:15 CET; 53min ago CGroup: /system.slice/tftpd-hpa.service └─489 /usr/sbin/in.tftpd --listen --user tftp --address 10.33.36.1:69 --secure /srv/tftp janv. 18 14:14:15 WBX-LINUX-DEPLOY tftpd-hpa[472]: Starting HPA's tftpd: in.tftpd. janv. 18 14:33:26 WBX-LINUX-DEPLOY in.tftpd[1498]: tftp: client does not accept options ``` ```sh #----------- /etc/default/tftpd-hpa ------------------- TFTP_USERNAME="tftp" TFTP_DIRECTORY="/srv/tftp" TFTP_ADDRESS="10.33.36.1:69" TFTP_OPTIONS="--secure" ``` ```sh #----------/etc/pxe.conf------------------------------- # which interface to use interface=eth0 default_address=10.33.36.1 # the multicast ip address to listen on multicast_address=224.0.1.2 # mtftp info mtftp_address=224.1.5.1 mtftp_client_port=1758 mtftp_server_port=1759 # the port to listen on listen_port=4011 # enable multicast? use_multicast=1 # enable broadcast? use_broadcast=0 # user prompt prompt=Press F8 to view menu ... prompt_timeout=10 # what services to provide, priority in ordering # CSA = Client System Architecture # service=,,,, service=X86PC,0,0,local,Local boot service=X86PC,0,0,pxelinux,PXELinux # tftpd base dir tftpdbase=/srv/tftp ``` et sur mon serveur Windows: ```sh option 66: 10.33.36.1 option 67: pxelinux.0 ``` et les postes indiquent: ```sh Starting pxe over IPV4 Station IP ADDRESS 10.33.36.10 Server IP ADDRESS 10.33.36.1 NBP filename pxelinux.0 NBP filesize 42988 Bytes Downloading NBP file ... Succeed TO download NBP file. Downloading NBP file ... ``` Pouvez vous m'aider svp?

AltStyle によって変換されたページ (->オリジナル) /