[Dnsmasq-discuss] Feature request: DHCP options 100 and 101
Joe Pfeiffer
joseph at pfeifferfamily.net
Tue Nov 29 23:11:40 UTC 2022
Thanks -- the particular phrase in the man page that confused me (I
actually had read it) was
The set of option-names known by dnsmasq can be discovered by
running "dnsmasq --help dhcp". For example, to set the default
route option to 192.168.4.4, do
--dhcp-option=3,192.168.4.4 or --dhcp-option = option:router, 192.168.4.4
and to set the time-server address to 192.168.0.4, do
--dhcp-option = 42,192.168.0.4 or --dhcp-option = option:ntp-server, 192.168.0.4
It wasn't clear (to me, anyway) that it supports options by number
that are not known by name.
Donald Muller writes:
>All options are supported. Just specify the number.
More information about the Dnsmasq-discuss
mailing list