[email protected] (Kamil Jońca) writes: > I have installed openwrt, and I tried to throttle ssh connection from > world. > But when I try for example: > iptables -A wan-i-ssh -p tcp -m state --state ESTABLISHED -m tcp --tcp-flags > RST RST -m recent --set --name ssh --rsource -j LOG --log-prefix "FW+SSH:RST:" > I got: > iptables v1.4.6: Couldn't load match `recent':File not found > > Try `iptables -h' or 'iptables --help' for more information. > > > according to https://dev.openwrt.org/ticket/2782 > correspondig kernel module should be in 'kmod-ipt-conntrack' and > 'iptables-mod-conntrack' packages, but after installing them I still > have an error message.
Have you tried the 'iptables-mod-conntrack-extra' and 'kmod-ipt-conntrack-extra' modules? /Simon _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
