<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi dnsmasq-discuss Groupmembers,</p>
<p>I tried to get working dnsmasq as DHCP Proxy for UEFI HTTP boot.</p>
<p>The following configuration, dnsmasq as DHCP Server, works (but we have another DHCP Server running):</p>
<p><span style="font-family: courier new, courier, monospace;">dhcp-range=efi-http,192.168.1.200,192.168.1.220</span></p>
<p><span style="font-family: courier new, courier, monospace;">dhcp-option=tag:efi-http,option:vendor-class,HTTPClient</span><br /><span style="font-family: courier new, courier, monospace;">dhcp-option=tag:efi-http,option:bootfile-name,http://192.168.1.100/esxi/mboot.efi</span></p>
<p>But when i tried to setup dnsmasq as  DHCP Proxy it does not respond to any requests:</p>
<p><span style="font-family: courier new, courier, monospace;">dhcp-range=efi-http,192.168.1.0,proxy,255.255.255.0</span></p>
<p><span style="font-family: courier new, courier, monospace;">dhcp-option=tag:efi-http,option:vendor-class,HTTPClient</span><br /><span style="font-family: courier new, courier, monospace;">dhcp-option=tag:efi-http,option:bootfile-name,http://192.168.1.100/esxi/mboot.efi</span></p>
<p><br /></p>
<p>After further investigations I found out that dnsmasq does only responds (send packets) to DHCP Requests, when configured as DHCP Proxy, when the options  pxe-service and dhcp-boot are set (to some "default", useless values, and therefore UEFI HTTP Boot not work). But in my opinion these options are not necessary for booting UEFI HTTP Clients and makes no sense to set.</p>
<p>Anybody a hint for me whats wrong in my configuration? Or is the combination DHCP Proxy and UEHI HTTP boot not RFC like?</p>
<p>THx in advance</p>
<p>Michael</p>
<p><br /></p>
<p><br /></p>

</body></html>