Login  Register

RE: Fw_upgrade version 8.3 release

Posted by hans2 on Jun 03, 2016; 6:05pm
URL: https://itus.accessinnov.com/Fw-upgrade-version-8-3-release-tp896p1022.html

harpss1ngh wrote
config dnsmasq
        option domainneeded '1'
        option boguspriv '1'
        option localise_queries '1'
        option rebind_protection '1'
        option rebind_localhost '1'
        option local '/lan/'
        option domain 'lan'
        option expandhosts '1'
        option authoritative '1'
        option readethers '1'
# option leasefile '/tmp/dhcp.leases'
option leasefile '/tmp/dhcp.leases'  <---------------------
        option resolvfile '/tmp/resolv.conf.auto'
        option localservice '1'
        option logqueries '1'

config dhcp 'lan'
        option interface 'lan'
        option ignore '1'

config dhcp 'wan'option leasefile '/tmp/dhcp.leases' <----------------------
        option interface 'wan'
        option ignore '1'

config odhcpd 'odhcpd'
        option maindhcp '0'
        option leasefile '/tmp/hosts/odhcpd'
        option leasetrigger '/usr/sbin/odhcpd-update'
i've not figured out what is going on with this particular error however it strikes me odd that the DHCP Leases are configured in both DNSMASQ and in DHCP (server) settings.
If i check https://wiki.openwrt.org/doc/howto/dhcp.dnsmasq and https://wiki.openwrt.org/doc/uci/dhcp then the option dhcp.leases should be only in teh DNSMASQ section.
No more: Shield Pro v1, Chaos Calmer, FW 1.51 SP1