Problem with IPSET

Post Reply
Kurogane
Junior Member
Posts: 9
Joined: 13 Mar 2009, 04:08

Problem with IPSET

Post by Kurogane »

When i enable IPSET give me this error.

Code: Select all

csf: IPSET creating set chain_DENY
IPSET: [ipset v7.11: Kernel error received: set type not supported]
csf: IPSET creating set chain_6_DENY
IPSET: [ipset v7.11: Kernel error received: set type not supported]
csf: FASTSTART loading csf.deny (IPv4)
Error: FASTSTART: (csf.deny IPv4) [] [iptables-restore v1.8.7 (legacy): Set chain_DENY doesn't exist.]. Try restarting csf with FASTSTART disabled, at line 5781
What modules i need? i run CSF test and not give me any error.

Code: Select all

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...OK
Testing ipt_limit/xt_limit...OK
Testing ipt_recent...OK
Testing xt_connlimit...OK
Testing ipt_owner/xt_owner...OK
Testing iptable_nat/ipt_REDIRECT...OK
Testing iptable_nat/ipt_DNAT...OK
Sergio
Junior Member
Posts: 1685
Joined: 12 Dec 2006, 14:56

Re: Problem with IPSET

Post by Sergio »

Hi.
What error you receive when running the following command:
yum install ipset
?
Post Reply