<p>In default-files/etc/firewall.user:</p>
<pre style='color:#555'>> @@ -0,0 +1,15 @@
> +# This file is interpreted as shell script.
> +# Put your custom iptables rules here, they will
> +# be executed with each firewall (re-)start.
> +
> +#to restart the fire wall use /etc/init.d/firewall restart;
> +
> +#for debugging added rules ues FW_TRACE=1 fw reload
> +
> +#more details http://wiki.openwrt.org/doc/uci/firewall
> +
> +#if it didn't work remove "-i br-lan" to accept any interface
> +
> +iptables -I INPUT -i br-lan -p tcp -m tcp --dport 22  -m recent --set --name DEFAULT --rsource
> +
> +iptables -I INPUT -i br-lan-p tcp -m tcp --dport 22  -m recent --update --seconds 180 --hitcount 4 --name DEFAULT --rsource -j DROP
</pre>
<p>This line causes a fatal error on startup. Should be <code>...br-lan -p...</code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/opentechinstitute/commotion-router/pull/116/files#r11654890'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/3074564__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMzIxMTY2NCwiZGF0YSI6eyJpZCI6Mjc5NTM3OTZ9fQ==--0553b2606cf901ab3df9bab936929c1e41ac55ed.gif' height='1' width='1'></p>