I want to use -m comment --comment "message" in my iptables rule but do not have the module loaded. Through some searching, the module I need for this is "ipt_comment" but I do not have this installed. How can I make this happen?
My version of Iptables is 1.4.21
/sbin/modprobe --list returns nothing
/sbin/lsmod is empty as well.
Im using Ubuntu 12.04.1 server