I have a problem, i got a new OpenVZ VPS box and installed cPanel with CentOS 7 ..
When testing csf i get the following error .
Code: Select all
Testing iptables...
Testing ip_tables/iptable_filter...OK
Testing ipt_LOG...OK
Testing ipt_multiport/xt_multiport...OK
Testing ipt_REJECT...OK
Testing ipt_state/xt_state...FAILED [FATAL Error: iptables: No chain/target/match by that name.] - Required for csf to function
Testing ipt_limit/xt_limit...OK
Testing ipt_recent...OK
Testing xt_connlimit...FAILED [Error: iptables: No chain/target/match by that name.] - Required for CONNLIMIT feature
Testing ipt_owner/xt_owner...OK
Testing iptable_nat/ipt_REDIRECT...FAILED [Error: iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)] - Required for MESSENGER feature
Testing iptable_nat/ipt_DNAT...FAILED [Error: iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)] - Required for csf.redirect feature
RESULT: csf will not function on this server due to FATAL errors from missing modules [1]
...Done.
In this case what can i do now since its still now working ?Well, the modules are in place, as shown below. If you're still not seeing them, i'd recommend asking csf support for further help.
[root@hostname ~]# lsmod | grep state
xt_state 1500 0
nf_conntrack 82190 9 vzrst,vzcpt,nf_conntrack_ftp,xt_helper,xt_connlimit,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state
[root@hostname ~]#