<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">In proxy mode, you can leave out the dhcp-boot lines. Also, note that some hardware incorrectly reports an architecture of 9 (BC_EFI) instead of 7 (X86-64_EFI), so in general you’ll need to have lines for both in your config.<div class="">I assume you’re using my patch from October 31st? The pxe-service line for EFI should not have a file extension, .efi is added automatically. Also, I’ve never needed dhcp-no-override or dhcp-option in proxy mode.<div class="">
<br class="">A Wireshark trace on UDP ports 67, 68, 69 and 4011 is generally the most useful thing to help you debug the issue. Check if the server address and file name are correctly sent to the client and make sure it requests the TFTP download correctly. The log output you sent looks fine.</div><div class=""><br class=""></div><div class="">Michael<br class="">
<br class=""><div><blockquote type="cite" class=""><div class="">On 17.11.2015, at 20:48, Louis Garcia <<a href="mailto:louisgtwo@gmail.com" class="">louisgtwo@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">I have a dns proxy running on F23 and configured for older BIOS pxe and all is working. On newer uefi I get a ip assigned and get to the "Press F8 for the Menu." After that everything quits and returns to the bios. Here is some info. If there are more debugging options let me know? I am running dnsmasq-2.75 with a patch from Michael Kuron earlier on this list.<br class=""><br class=""></div><br class="">/etc/dnsmasq.conf<br class=""><div class=""><br class=""># Configuration file for dnsmasq:<br class=""><br class=""># Turn on the debugging<br class="">log-dhcp<br class=""><br class=""># Don't function as a DNS server<br class="">port=0<br class=""><br class=""># kill multicast<br class="">dhcp-option=vendor:PXEClient,6,2b<br class=""><br class=""># Disable re-use of the DHCP servername and filename fields as extra<br class=""># option space. That's to avoid confusing some old or broken DHCP clients.<br class="">dhcp-no-override<br class=""><br class=""># This range(s) is for the public interface, where dnsmasq functions<br class=""># as a proxy DHCP server providing boot information but no IP leases.<br class=""># Any ip in the subnet will do, so you may just put your server NIC ip here.<br class="">dhcp-range=192.168.0.5,proxy<br class=""><br class=""># Set the boot filename for netboot/PXE. You will only need this if you want to<br class=""># boot machines over the network and you will need the built in TFTP server.<br class=""><br class=""># BIOS PXE clients<br class="">dhcp-boot=pxelinux.0<br class=""><br class=""># UEFI PXE clients<br class="">dhcp-match=set:efi-x86_64,option:client-arch,7<br class="">dhcp-boot=tag:efi-x86_64,uefi/shim.efi<br class=""><br class="">#pxe-prompt="What system shall I netboot?", timeout before first available action is taken:<br class="">pxe-prompt="Press F8 for the Menu.", 5<br class=""><br class="">#Loads <tftp-root>/pxelinux.0 from dnsmasq TFTP server.<br class="">pxe-service=x86PC, "Install Fedora Workstation, (BIOS)", pxelinux<br class=""><br class="">#Loads <tftp-root>/uefi/shim.efi from dnsmasq TFTP server.<br class="">pxe-service=X86-64_EFI, "Boot From Network, (UEFI)", uefi/shim.efi<br class=""><br class=""># Enable dnsmasq's built-in TFTP server<br class="">enable-tftp<br class=""><br class=""># Set the root directory for files available via FTP.<br class="">tftp-root=/srv/tftpboot<br class=""><br class=""><br class=""></div><div class="">logs:<br class=""></div><div class=""><br class="">systemd[1]: Started DNS caching server..<br class="">dnsmasq[1897]: started, version 2.75 DNS disabled<br class="">systemd[1]: Starting DNS caching server....<br class="">dnsmasq[1897]: compile time options: IPv6 GNU-getopt DBus no-i18n IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth DNSSEC loop-detect inotify<br class="">dnsmasq-dhcp[1897]: DHCP, proxy on subnet 192.168.0.5<br class="">dnsmasq-tftp[1897]: TFTP root is /srv/tftpboot<br class="">dnsmasq-dhcp[1897]: 1005692705 available DHCP subnet: <a href="http://192.168.0.5/255.255.255.0" class="">192.168.0.5/255.255.255.0</a><br class="">dnsmasq-dhcp[1897]: 1005692705 vendor class: PXEClient:Arch:00007:UNDI:003016<br class="">dnsmasq-dhcp[1897]: 1005692705 PXE(enp0s25) b8:ae:ed:73:6f:9b proxy<br class="">dnsmasq-dhcp[1897]: 1005692705 tags: efi-x86_64, enp0s25<br class="">dnsmasq-dhcp[1897]: 1005692705 bootfile name: uefi/shim.efi<br class="">dnsmasq-dhcp[1897]: 1005692705 broadcast response<br class="">dnsmasq-dhcp[1897]: 1005692705 sent size: 1 option: 53 message-type 2<br class="">dnsmasq-dhcp[1897]: 1005692705 sent size: 4 option: 54 server-identifier 192.168.0.5<br class="">dnsmasq-dhcp[1897]: 1005692705 sent size: 9 option: 60 vendor-class 50:58:45:43:6c:69:65:6e:74<br class="">dnsmasq-dhcp[1897]: 1005692705 sent size: 17 option: 97 client-machine-id 00:00:3f:65:c8:77:72:e3:11:93:4d:b8:ae:ed...<br class="">dnsmasq-dhcp[1897]: 1005692705 available DHCP subnet: <a href="http://192.168.0.5/255.255.255.0" class="">192.168.0.5/255.255.255.0</a><br class="">dnsmasq-dhcp[1897]: 1005692705 vendor class: PXEClient:Arch:00007:UNDI:003016<br class="">dnsmasq-dhcp[1897]: 378552196 available DHCP subnet: <a href="http://192.168.0.5/255.255.255.0" class="">192.168.0.5/255.255.255.0</a><br class="">dnsmasq-dhcp[1897]: 378552196 vendor class: PXEClient:Arch:00007:UNDI:003016<br class="">dnsmasq-dhcp[1897]: 378552196 PXE(enp0s25) b8:ae:ed:73:6f:9b proxy<br class="">dnsmasq-dhcp[1897]: 378552196 tags: efi-x86_64, enp0s25<br class="">dnsmasq-dhcp[1897]: 378552196 bootfile name: uefi/shim.efi<br class="">dnsmasq-dhcp[1897]: 378552196 sent size: 1 option: 53 message-type 5<br class="">dnsmasq-dhcp[1897]: 378552196 sent size: 4 option: 54 server-identifier 192.168.0.5<br class="">dnsmasq-dhcp[1897]: 378552196 sent size: 9 option: 60 vendor-class 50:58:45:43:6c:69:65:6e:74<br class="">dnsmasq-dhcp[1897]: 378552196 sent size: 17 option: 97 client-machine-id 00:00:3f:65:c8:77:72:e3:11:93:4d:b8:ae:ed...<br class="">dnsmasq-dhcp[1897]: 378552196 sent size: 38 option: 43 vendor-encap 06:01:08:0a:1d:05:50:72:65:73:73:20:46:38...<br class="">dnsmasq-dhcp[1897]: 1005692706 available DHCP subnet: <a href="http://192.168.0.5/255.255.255.0" class="">192.168.0.5/255.255.255.0</a><br class="">dnsmasq-dhcp[1897]: 1005692706 vendor class: PXEClient:Arch:00007:UNDI:003016<br class="">dnsmasq-dhcp[1897]: 1005692706 PXE(enp0s25) b8:ae:ed:73:6f:9b proxy<br class="">dnsmasq-dhcp[1897]: 1005692706 tags: efi-x86_64, enp0s25<br class="">dnsmasq-dhcp[1897]: 1005692706 bootfile name: uefi/shim.efi<br class="">dnsmasq-dhcp[1897]: 1005692706 broadcast response<br class="">dnsmasq-dhcp[1897]: 1005692706 sent size: 1 option: 53 message-type 2<br class="">dnsmasq-dhcp[1897]: 1005692706 sent size: 4 option: 54 server-identifier 192.168.0.5<br class="">dnsmasq-dhcp[1897]: 1005692706 sent size: 9 option: 60 vendor-class 50:58:45:43:6c:69:65:6e:74<br class="">dnsmasq-dhcp[1897]: 1005692706 sent size: 17 option: 97 client-machine-id 00:00:3f:65:c8:77:72:e3:11:93:4d:b8:ae:ed...<br class="">dnsmasq-dhcp[1897]: 1005692706 available DHCP subnet: <a href="http://192.168.0.5/255.255.255.0" class="">192.168.0.5/255.255.255.0</a><br class="">dnsmasq-dhcp[1897]: 1005692706 vendor class: PXEClient:Arch:00007:UNDI:003016<br class="">dnsmasq-dhcp[1897]: 735833248 available DHCP subnet: <a href="http://192.168.0.5/255.255.255.0" class="">192.168.0.5/255.255.255.0</a><br class="">dnsmasq-dhcp[1897]: 735833248 vendor class: PXEClient:Arch:00007:UNDI:003016<br class="">dnsmasq-dhcp[1897]: 735833248 PXE(enp0s25) b8:ae:ed:73:6f:9b proxy<br class="">dnsmasq-dhcp[1897]: 735833248 tags: efi-x86_64, enp0s25<br class="">dnsmasq-dhcp[1897]: 735833248 bootfile name: uefi/shim.efi<br class="">dnsmasq-dhcp[1897]: 735833248 sent size: 1 option: 53 message-type 5<br class="">dnsmasq-dhcp[1897]: 735833248 sent size: 4 option: 54 server-identifier 192.168.0.5<br class="">dnsmasq-dhcp[1897]: 735833248 sent size: 9 option: 60 vendor-class 50:58:45:43:6c:69:65:6e:74<br class="">dnsmasq-dhcp[1897]: 735833248 sent size: 17 option: 97 client-machine-id 00:00:3f:65:c8:77:72:e3:11:93:4d:b8:ae:ed...<br class="">dnsmasq-dhcp[1897]: 735833248 sent size: 38 option: 43 vendor-encap 06:01:08:0a:1d:05:50:72:65:73:73:20:46:38...<br class=""></div></div>
_______________________________________________<br class="">Dnsmasq-discuss mailing list<br class=""><a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk" class="">Dnsmasq-discuss@lists.thekelleys.org.uk</a><br class="">http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss<br class=""></div></blockquote></div><br class=""></div></div></body></html>