Error when trying to start CSF

Post Reply
Indulgentu
Junior Member
Posts: 1
Joined: 18 Apr 2012, 12:10

Error when trying to start CSF

Post by Indulgentu »

Error: ip6tables command [/sbin/ip6tables -v -I OUTPUT -p tcp --dport 25 -m owner --uid-owner 0 -j ACCEPT] failed, you appear to be missing a required ip6tables module, at line 554
ip6tables: No chain/target/match by that name.

Can anybody please help me out?
I get this after I restart CSF from Webmin using medium security configuration.
Thanks in advance,


--Indulgentu
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Re: Error when trying to start CSF

Post by chirpy »

That suggests you are missing the required ip6tables owner module in the kernel you are running. You need to either resolve that issue,or disable the SMTP_BLOCK option in csf.
dquick
Junior Member
Posts: 1
Joined: 12 Dec 2012, 22:38

Re: Error when trying to start CSF

Post by dquick »

yum install iptables-ipv6 -y
Post Reply