<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">Hi,<br></div>
<br>
I'm using Dnsmasq version 2.80 from on Alpine Linux 3.11.5 and I faced<br>
with the strange issue:<br>
<br>
When I change the SIADDR option for my pxe-clients, the Broadcast<br>
address (option 28) is also changed to the same value.<br>
<br>
my configuration:<br>
<br>
# cat /etc/dnsmasq.d/dhcp-opts/ltsp1<br>
tag:ltsp1,option:server-ip-address,10.28.36.188<br>
tag:ltsp1,option:tftp-server,ltsp1<br>
tag:ltsp1,tag:X86PC,option:bootfile-name,ltsp/grub/i386-pc/core.0<br>
tag:ltsp1,tag:X86-64_EFI,option:bootfile-name,ltsp/grub/x86_64-efi/core.efi<br>
<br>
# cat /etc/dnsmasq.d/dhcp-hosts/m1c12<br>
94:57:a5:d3:ae:ce,94:57:a5:d3:ae:cf,id:*,set:ltsp1,10.28.36.172,m1c12,infinite<br>
<br>
# cat /etc/dnsmasq.d/global-dhcp.conf<br>
dhcp-match=set:iPXE,17,39<br>
dhcp-match=set:X86PC,option:client-arch,0<br>
dhcp-match=set:X86-64_EFI,option:client-arch,7<br>
dhcp-match=set:X86-64_EFI,option:client-arch,9<br>
<br>
<br>
Best Regards,<br>
Andrei Kvapil<br>
</div></div>