Iptables ip ban rule with comment (error: 4294967295)

Posted by ediz on Server Fault See other posts from Server Fault or by ediz
Published on 2012-03-27T10:22:58Z Indexed on 2012/03/27 11:31 UTC
Read the original article Hit count: 387

Filed under:
|

In my VPS (Hypervm/CENTOS 5.8 i686 virtuozzo) I need to add IP bans with comments ( http://spamcleaner.org/en/misc/iptables-comment.html )

When I type:

iptables -A INPUT -s 222.111.111.111 -j DROP -m comment --comment "spammer123"

I receive:

iptables: Unknown error 4294967295

I research almost 2 hours but i find nothing, someone says "its a bug and you have to rebuild kernel!?"

Does anyone know a solution or a different method for adding a comment or note ?

© Server Fault or respective owner

Related posts about centos

Related posts about iptables