Just a minor correction: the patch that comes with iptables is not needed with kernel 2.4.16, because it is included in that version of kernel and up. It is required for prior versions of kernel.
Michal Bukovjan wrote: > Hello cookers, > > I want to try to set up a QoS for my cable modem connection, using > this how-to: > > http://www.prout.be/qos/QoS-connection-tuning-HOWTO.html#toc3 > > It says that I need a patch to kernel from iptables, that is included > in latest (2.4.16) kernel from cooker. > So I thought it would be included. I am using: > > kernel-2.4.16.11mdk-1-1mdk.rpm (latest I can find) > iptables-1.2.4-2mdk > > However, when I try this: > > iptables -t mangle -A OUTPUT -m length --length 0:500 -j MARK > --set-mark 3 > > I get this error message : > > iptables v1.2.4: Couldn't load match > `length':/lib/iptables/libipt_length.so: cannot open shared object > file: No such file or directory > > So I guess something is not quite right. Do I miss something, or is it > a bug? > > Michal Bukovjan >
