my ARM iptables extension not used,show couldn't load module "xxxx":not such file or directory
by WellV from LinuxQuestions.org on (#5FHYC)
like the title,I compiled xt_xxx and libxt_xx on X86_64 ,it can be used. But when i compile on ARM64, it also can be compiled.
I use iptables -A FORWARD -p tcp -m xxxx -j ACCEPT
iptable shows me: couldn't load module "xxxx":not such file or directory.
and my compile step is same. xtables have the .so
i have no idea about it. is someone else know how to fix it ?


I use iptables -A FORWARD -p tcp -m xxxx -j ACCEPT
iptable shows me: couldn't load module "xxxx":not such file or directory.
and my compile step is same. xtables have the .so
i have no idea about it. is someone else know how to fix it ?