You are not logged in.
Pages: 1
I've just updated the kernel to 5.14.12-arch1-1 then I suddenly found that I couldn't add iptables match rules.
iptables -w 2 -t nat -A V2RAY -m mark --mark 0x80/0x80 -j RETURN
iptables v1.8.7 (legacy): Couldn't load match `mark':No such file or directory
Try `iptables -h' or 'iptables --help' for more information. : exit status 2I tried to search the cause of this problem and found an issue on github in Chinese: coolsnowwolf/lede/issues/3366
Besides, this issue also mentioned this problem kubernetes-sigs/kind/issues/1461
However, I have searched the .config file and their contains the modules they have mentioned.
By rolling back to the former one, I coud use this feature again
Last edited by wu2305 (2021-10-16 01:50:57)
Offline
Did you reboot after updating the kernel?
modinfo ipt_markOnline
Pages: 1