[Dnsmasq-discuss] client using bootp request gets address from dhcpd, but not dnsmasq
Chris Buechler
cbuechler at gmail.com
Mon Jun 15 23:23:12 UTC 2026
On Mon, Jun 15, 2026 at 3:30 PM Alec Habig <habig at neutrino.d.umn.edu> wrote:
>
> Thanks!
>
> Tried:
>
> bootp-dynamic=ens1f0np0
> log-dhcp
>
I'd just use 'bootp-dynamic' alone without the tag qualifier unless
you have specific DHCP pools where you don't want BOOTP enabled. That
looks like you're using the NIC name, which may or may not actually be
the tag in your DHCP config, if you even have a tag at all. Mismatched
tag is my best guess at why that wouldn't work.
> in the dnsmasq.conf file, no luck. Will next edit the systemd scripts
> to use
>
> --bootp-dynamic=ens1f0np0 --log-dhcp
>
That'll do the same as above, so I wouldn't bother. I generally prefer
conf file options over arguments, but that's a matter of personal
preference in wanting all configuration in conf file(s) and retaining
a stock init system.
More information about the Dnsmasq-discuss
mailing list