Since proxyDHCP mode doesn't yet work for UEFI clients, I'm using the following as a workaround:

dhcp-range=tag:!efi,10.161.254.0,proxy
dhcp-range=tag:efi,192.168.67.20,192.168.67.250,8h

This is with a single NIC, dual IP server (10.161.254.11, 192.168.67.1).
The 192.168.67.1 server IP is only used to PXE boot the UEFI clients.

The problem is that the proxyDHCP clients receive
proxyDHCP server IP = 192.168.68.1
instead of the expected 10.161.254.11.

I.e. I would expect dnsmasq to reply with the server IP that matches the proxyDHCP subnet, not the other one, which the clients can't reach.


Would that be a bug or am I doing something wrong?
Thanks!

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to