-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iptables v1.8.9 (nf_tables): unknown option "--key" #18
Comments
Has the kernel module been loaded? What is the output of |
Hi, i use openwrt, but i have the same problem.
|
It looks like you may have forgot to put libxt_WGOBFS.so into the correct place. On my system it is at /usr/lib/x86_64-linux-gnu/xtables/libxt_WGOBFS.so. Adjust for your distro accordingly. Easiest is to run "find / 2> /dev/null | grep libxt_" and that way to determine where other iptables libs live. This additional one needs to be at the same location. Except OpenWRT may have no "other" libs, so on that one try simply /usr/lib/. |
I agree with @romanrm, perhaps On OpenWrt, the build generates two pakcages, |
I'm sure the packages are installed.
I also searched
After that i try to add iptables rule
What is the problem? I'm trying to run this on openwrt versions 23.05.0-rc1 and 23.05.0-rc2. |
Error messages such as I've only tested it up to OpenWrt 22.03. If you're on 23.05 or later, I'm afraid I might not be able to help you directly. |
I tried it on openwrt version 22.03.5. Works. But how to make it work on version 23.05? I did everything the same as on 22.03.5, but it does not work. |
It may be related a bug that was fixed by #15. I have packaged a new version. Please try the latest openwrt/package/Makefile. |
I tested the new version. It works on openwrt 23.05. |
Great! Glad it works. I am closing this issue. |
Thanks @infinet ! |
I did the commands as written, but an error appeared. Debian 12
The text was updated successfully, but these errors were encountered: