Hello,
I want to use iptables MARK feature. In Oleg 1.7.5.9-5 firmware kernel config it is enabled. However, the library module is lacking in /usr/lib/iptables/. Copying it from the openwrt distribution failed because of incorrect versions
Can anyone help me optainng this file? Officially the -j MARK is in capitals. Probably, the library name has capitials as well: libipt_MARK.so. What should I enable in the config to obtain it after compiling the firmware?Code:#iptables -t mangle -A PREROUTING -p tcp --dport 999 -j mark --set-class 22 iptables: target `MARK' v1.2.9 (I'm v1.2.7a).




Reply With Quote