Andrew White
2016-03-02 18:14:24 UTC
Hi,
version > 2.65 introduced a bug where this command gives "bad dhcp-range"
./src/dnsmasq -F dhcp-range=set:tag1,192.168.1.1,192.168.1.254,static
due to how the parsing of options were changed.
adding the subnetmask appears to work around it.
./src/dnsmasq -F
dhcp-range=set:tag1,192.168.1.1,192.168.1.254,static,255.255.255.0
This was not required in 2.65
Thanks
Andrew
version > 2.65 introduced a bug where this command gives "bad dhcp-range"
./src/dnsmasq -F dhcp-range=set:tag1,192.168.1.1,192.168.1.254,static
due to how the parsing of options were changed.
adding the subnetmask appears to work around it.
./src/dnsmasq -F
dhcp-range=set:tag1,192.168.1.1,192.168.1.254,static,255.255.255.0
This was not required in 2.65
Thanks
Andrew