Howto Get it
In some servers, iptables error will occur while restarting csf. The issue is related with the missing modules of iptables.
Solution
Following is the method for adding modules to the VEs.
=> Edit /etc/sysconfig/iptables-config and /etc/sysconfig/vz on the hardware
node.
=> Add modules you need into
IPTABLES_MODULES= (/etc/sysconfig/iptables-config) and
IPTABLES= (/etc/sysconfig/vz)
lines correspondingly.
=> Please note that all iptables modules in /etc/sysconfig/vz file in
IPTABLES parameter should be listed in one single line, no linebreaks are
allowed in this parameter.
=> The typical firewall configuration needs these 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
=> Save and exit
=> Restart the vz
# service vz stop
# service iptables restart
# service vz start