iptables --update [message #26894] |
Mon, 04 February 2008 22:54 |
swapneel
Messages: 8 Registered: November 2007
|
Junior Member |
|
|
Hello,
We have the following modules listed in /etc/sysconfig/iptables-config in the hardware node.
IPTABLES_MODULES="ipt_REJECT ipt_tos ipt_TOS ipt_LOG ip_conntrack ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length ipt_state iptable_nat ip_nat_ftp"
A user adding a rule such as the one given below,
iptables -A INPUT -p tcp -i venet0 -m state --state NEW --dport 22 -m recent --update --seconds 15 -j DROP
results in,
[root@vps /]# iptables -A INPUT -p tcp -i venet0 -m state --state NEW --dport 22 -m recent --update --seconds 15 -j DROP
iptables: No chain/target/match by that name
Is there any other module we have left out ? Any help is much appreciated. Thanks
|
|
|
|
|
|
|
|