Skip to content
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: No chain/target/match by that name #48

Open
sylmio opened this issue Jul 5, 2018 · 1 comment
Open

Iptables: No chain/target/match by that name #48

sylmio opened this issue Jul 5, 2018 · 1 comment
Labels

Comments

@sylmio
Copy link

sylmio commented Jul 5, 2018

I had the error as title "Iptables: No chain/target/match by that name"
I finally found it was iptables "comment" keyword that was not supported. I had to add it in the kernel like TUN/TAP. With gentoo I added:

  • NETFILTER_ADVANCED=y (menuconfig "Advanced netfilter configuration")
  • NETFILTER_XT_MATCH_COMMENT=y (menuconfig ""comment" match support")

I like the automated way of connecting on the Android side.

It would be nice to have a way to access internet with proxy. I don't know much about networking and android programming. Would there be a way to support it on the pc side ?

Thanks for the nice software

@vvviperrr
Copy link
Collaborator

hi. thanks for u response, very appreciate. i was thought about proxy support, but now i dont have enough free time for hobby projects. maybe someone else can do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants