zeff
20-10-2007, 11:23
I need to use "iptables -m length....." I loaded module ipt_length.o using insmod. Unfortunatelly the command:
iptables -t mangle -A MYSHAPER-OUT -p tcp -m length --length :64 -j MARK --set-mark 2
reports error like that:
iptables v1.2.7a: Couldn't load match `length':File not found
lsmod reprots, that ipt_length is loaded.
Do You have any idea what's the problem. Many thanks in advance.
iptables -t mangle -A MYSHAPER-OUT -p tcp -m length --length :64 -j MARK --set-mark 2
reports error like that:
iptables v1.2.7a: Couldn't load match `length':File not found
lsmod reprots, that ipt_length is loaded.
Do You have any idea what's the problem. Many thanks in advance.