ip tables modules and cron

Aug 30, 2009
101
0
16
London, UK
i get the following email each time my backup cron runs as well as the backup email

this email is from the Cron Daemon
Code:
Warning: Unknown iptable module: ipt_recent, skipped

however ipt_recent is working correctly within the containers so its just an annoyance in my inbox.

is anyone able to shed any light on what is going on and if there is a fix to stop getting these emails?
 
Configure this in /etc/vz/vz.conf file (on the host)

IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length ipt_state"
 
i am loading ipt_recent because its a required module for CSF to work, and it does work

my line is this
Code:
IPTABLES="ipt_REJECT ipt_tos ipt_recent ipt_owner iptable_nat ipt_REDIRECT 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 ip_conntrack_ftp ipt_conntrack"

i did remove the ipt_recent module from this list and reboot and there has been no issues from CSF