[Dnsmasq-discuss] Option name in Dnsmasq and OpenWrt

dnsmasq dnsmasq dnsmasq2012 at gmail.com
Wed May 16 10:50:45 BST 2012


Hello,

I found a difference between options name in the man page of Dnsmasq and
the options described in the documentation of OpenWRT about Dnsmasq.
So, i don't know what to use for example: to configure a dhcp range in dhcp
config file on OpenWrt we use:

config 'dhcp' 'lan'
          option 'interface' 'lan'
          option 'start' '62'
          option 'limit' '192'
          option 'leasetime' '600h'

Or we use:

config 'dhcp' 'lan'
          option 'dhcp_range' '10.22.0.1,10.22.0.254,600h'
          option 'lease-max' '192'


thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20120516/477c376d/attachment.html>


More information about the Dnsmasq-discuss mailing list