-
Notifications
You must be signed in to change notification settings - Fork 36
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
Not connecting to the internet when Vpn is enabled #2
Comments
Hi, @dmitrybbch No, it isn't expected. Internet connection should work fine after running this app. If you need a very simple VpnService sample code, check the Google's original Android VPN sample. |
Thanks! But it seems to me that the sample from Google is not a local VPN, it has to connect to an external server. So I guess yours is the most similar to what I had in mind. |
@dmitrybbch, thanks for your critical bug report. I found the current master version was not working well. I committed some patches for it. |
I fetch the latest code,then Logcat output too much error info as before |
@CandySu , thanks for your report. So I submitted a patch for it. And this project have used AT&T ARO project(https://github.com/attdevsupport/ARO) as TCP/IP stack. Unfortunately it has been not clean as you know. If you want to clean it, welcome to your PRs for it. |
@LipiLee Thank you for your kindly help and sharing. |
Kotlin Converting LipiLee#2
Refactoring LipiLee#2
Hi, I'm trying to build a really simple local VpnService that just sends the packages without actually doing anything to them, and looking for similiar projects (because I don't know much about networking) I found yours.
Download and build works fine, however when launching on Android it seems like internet connection doesn't work anymore.
Is this expected?
Thanks,
Dmitry
The text was updated successfully, but these errors were encountered: