Login  Register

Re: Router mode - hotfix 160210 breaks router image

Posted by Roadrunnere42 on Jun 30, 2016; 4:52pm
URL: https://itus.accessinnov.com/Router-mode-hotfix-160210-breaks-router-image-tp1066p1070.html

Hi harpss1ngh

that as good idea  about checking which mode the shield is running before installing hot fixes.

The line 13 error which i thought was fix in the latest hotfix  is caused be a line in /etc/config/dhcp which if you retype the problem goes away.

In the files you can see it just commented out the line and retyped (not copy and paste) the problem solved. Can you try this and get back to me if the problem persists.

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 interface 'wan'
        option ignore '1'

config odhcpd 'odhcpd'
        option maindhcp '0'
        option leasefile '/tmp/hosts/odhcpd'
        option leasetrigger '/usr/sbin/odhcpd-update'


roadrundere42