Hello,
in the new version the TFTP Server is nonfunctional:
The V5 section on the image is working. When I stop the old V5 Version and start the new V6, he can't access this file for example.
I have of course enabled the TFTP Server in DNSMASQ:
enable-tftp
tftp-root=/tftpboot
# PXEClient Codes
dhcp-vendorclass=x86-BIOS,PXEClient:Arch:00000 # BIOS/Legacy Modus
dhcp-vendorclass=x86-UEFI32,PXEClient:Arch:00006 # x86 32-Bit EFI
dhcp-vendorclass=x86-UEFI,PXEClient:Arch:00007 # x86_64 64-Bit EFI
dhcp-vendorclass=x86-UEFI64,PXEClient:Arch:00009 # x86_64 64-Bit EFI veraltet!
dhcp-vendorclass=ARM-UEFI32,PXEClient:Arch:00010 # ARM 32-Bit EFI
dhcp-vendorclass=ARM-UEFI64,PXEClient:Arch:00011 # ARM 64-Bit EFI
dhcp-match=set:iPXE,175 # iPXE sends a 175 option.
# Die erste Zeile ist stets die Firmware!
# Die zweite Zeile ist der eigentliche Bootloader!
# BIOS/Legacy Modus
dhcp-boot=tag:!iPXE,tag:x86-BIOS,undionly.kpxe,0.0.0.0,0.0.0.0
dhcp-boot=tag:x86-BIOS,tag:iPXE,pxelinux.kpxe,0.0.0.0,0.0.0.0
# x86_64 64-Bit EFI
# Standard für die meisten UEFI Rechner
dhcp-boot=tag:!iPXE,tag:x86-UEFI,iPXE64.efi,0.0.0.0,0.0.0.0
dhcp-boot=tag:x86-UEFI,tag:iPXE,pxeEFI64.ipxe,0.0.0.0,0.0.0.0
# x86_64 64-Bit EFI Veraltet! Manche VMs benötigen diesen Eintrag noch!
dhcp-boot=tag:!iPXE,tag:x86-UEFI64,iPXE64.efi,0.0.0.0,0.0.0.0
dhcp-boot=tag:x86-UEFI64,tag:iPXE,pxeEFI64.ipxe,0.0.0.0,0.0.0.0
In the pihole.log i can find: "unsupported request from 192.168.1.1" = That is the TFTP Request from my image in V6.
In the V5 Version the line reports: dnsmasq-tftp[235]: sent /tftpboot/iPXE64.efi to 192.168.1.1
What's wrong?
Any ideas?