<div dir="ltr"><div>Hello, <br></div><div><br></div><div>I found a difference between options name in the man page of Dnsmasq and the options described in the documentation of OpenWRT about Dnsmasq.</div><div>So, i don't know what to use for example: to configure a dhcp range in dhcp config file on OpenWrt we use:</div>
<div><br></div><div>config 'dhcp' 'lan'
        </div><div>          option 'interface' 'lan'
        </div><div>          option 'start' '62'
        </div><div>          option 'limit' '192'
        </div><div>          option 'leasetime' '600h'</div><div><br></div><div>Or we use:</div><div><br></div><div>config 'dhcp' 'lan'<br>                option 'dhcp_range' '10.22.0.1,10.22.0.254,600h'        </div>
<div>          option 'lease-max' '192'<br><br><br>thanks.<br>
</div></div>