Login  Register

RE: Fw_upgrade version 8.3 release

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

What happens if you comment it out in the DHCP config file.

 

You’re right, DNSMASQ combines DNS, DHCP, Router advertisement all in one module. Very powerful but small module in Linux. Should only need a DNSMASQ config file.

From: Hans [via Itus Networks Owners Forum] [mailto:ml-node+[hidden email]]
Sent: 03 June 2016 19:05
To: Harpinder Sanghera <[hidden email]>
Subject: RE: Fw_upgrade version 8.3 release

 

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.

Using Shield Pro v1, Chaos Calmer, FW 1.51 SP1, Bridge Mode

2nd Shield as Sandbox, Chaos Calmer, FW 1.51 SP1 + hotfixes

 


If you reply to this email, your message will be added to the discussion below:

http://itus.accessinnov.com/Fw-upgrade-version-8-3-release-tp896p1022.html

To unsubscribe from Fw_upgrade version 8.3 release, click here.
NAML