Login  Register

Re: Fw_upgrade version 8.3.2 minor error checks for broken snort rules resulting in no internet connection (updated)

Posted by Roadrunnere42 on Sep 16, 2016; 8:26pm
URL: https://itus.accessinnov.com/Fw-upgrade-version-8-3-2-minor-error-checks-for-broken-snort-rules-resulting-in-no-internet-connecti-tp1080p1176.html

Hi Wisiwyg

The screen shot is showing version 8.3 and not 8.3.2 I would suggest coping over the files again and rebooting.

Also the error

Fri Sep 16 07:44:40 2016 daemon.crit dnsmasq[15454]: illegal repeated keyword at line 13 of /var/etc/dnsmasq.conf

I have tracked to to the first hotfix 210 which mentions   Removed the DHCP server options from the lan interface

This only affects the bridge mode as i run in router mode and with the DHCP server option added i get not error, But in bridge mode the error happens at line 13,  the file is located in etc/config/dhcp

Yours may look different but the option ignore '1' was added in the hotfix under config dhcp 'lan'

config dhcp 'lan'
        option interface 'lan'
        option start '100'
        option limit '250'
        option leasetime '12h'
        option ra 'server'
        option ignore '1'

config dhcp 'wan'
        option interface 'wan'
        option ignore '1'

Hope this helps

Roadrunnere42