[Dnsmasq-discuss] Wrong server IP in dual normal/proxyDHCP mode
Alkis Georgopoulos
alkisg at gmail.com
Thu May 14 06:34:48 BST 2015
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!
More information about the Dnsmasq-discuss
mailing list