Hi all
I have added the following rules to /etc/firewall_user
iptables -t nat -A prerouting_wan_rule -p tcp --dport 1234 -m state --state NEW -m recent --name ATTACKER_SSH --rsource --update --seconds 180 --hitcount 5 -j DROP
iptables -t nat -A prerouting_wan_rule -p tcp --dport 1234 -m state --state NEW -m recent --name ATTACKER_SSH --rsource --set
When restarting the firewall I get the following error: 'iptables v1.4.21: Couldn't load match `recent':No such file or directory'.
I'm running on:
Firmware Version: OpenWrt Barrier Breaker 14.07-rc3 / LuCI Trunk (svn-r10467)
Kernel Version: 3.10.49
Any ideas what the error is here?
Thank you for your help!