robinpaulson / SimpleRT

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

SimpleRT over VPN interface #55

Open sertys3 opened 4 years ago

sertys3 commented 4 years ago

I'm looking into implementing a real VPN connection to a server and tether that interface so the server can policy route packets to the Android devices and use them as exit nodes. It's a no-root-required project for me, so i can't use the iptables already on the android, but instead need to find a way to route or forward the packets that reach the VPN interface to the default gateway and pass them back. Would you have any pointers for that?

robinpaulson commented 3 years ago

Hi @sertys3 , this is a relatively old issue. Where are you at with it? I'm new to the code, having taken over the project today (see #59).