You are not logged in.

#1 2021-10-16 01:49:45

wu2305
Member
Registered: 2021-09-11
Posts: 2

iptables failed

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 2

I 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

#2 2021-10-16 07:16:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: iptables failed

Did you reboot after updating the kernel?

modinfo ipt_mark

Online

Board footer

Powered by FluxBB