robinpaulson / SimpleRT

Simple Reverse Tethering utility for Android
GNU General Public License v3.0
899 stars 101 forks source link

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

Open sylmio opened 6 years ago

sylmio commented 6 years ago

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:

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 commented 5 years ago

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.