安卓 OpenVPN

发布于 2024-10-31 07:53:58 字数 481 浏览 8 评论 0原文

我想为 Android 操作系统创建基于 OpenVPN 的自定义 VPN 应用程序。我认为应该这样做的方法是首先使用 NDK 编译 OpenVPN 客户端,然后制作 GUI,它将通过 JNI 与 Open VPN 程序进行通信,然后还将自定义证书安装到证书存储中。这样的事情可能吗?难吗?我已经看到了一些开源解决方案,所以我可能会从它们开始,但是任何提示或建议都会很棒

它有可能包含 tun-module 吗?

非常感谢

BR

STeN


稍后补充:我在互联网上看到了一些可用的解决方案。设备必须 root 才能使用 OpenVPN 吗?我在那里看到了(http://stackoverflow.com/questions/2809908/android-vpn-at-the-native-layer)很好的描述,我可以理解其中的原因,因为VPN在IP级别上工作并为整个系统...还有其他方法吗?

I would like to create custom VPN application based on OpenVPN for Android OS. The way I guess this should be done is first compile with NDK the OpenVPN client, then make GUI, which will communicate over JNI with the Open VPN program and then also install custom certificates into cert store. Is something like this possible? Is it difficult? I have seen some open source solutions, so I will probably start with them, but any tips or suggestions will be great!

Is it possible that it will include tun-module?

Thanks a lot

BR

STeN


Added later: I have seen some solutions available on the Internet. must be the device rooted in order to use the OpenVPN? I saw there (http://stackoverflow.com/questions/2809908/android-vpn-at-the-native-layer) nice description and I can understand the reasons for that since VPN works on IP level and creates the interface for the whole system... Are there some other ways?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

酒浓于脸红 2024-11-07 07:53:59

Android 4.0 现在可以实现这一点。请参阅 VPN 服务 API。对于 OpenVPN,已经有一个使用此 API 的应用程序 (https://github.com/schwabe/ics- openvpn/

With Android 4.0 this is possible now. See the VPNService API. For OpenVPN there is already an app that uses this API (https://github.com/schwabe/ics-openvpn/)

暖阳 2024-11-07 07:53:59

确保它与 MS-VPN 兼容(OpenVPN AFAIK 不适用于基于 MS 的 VPN 解决方案)。

Make sure it is compatible with MS-VPN (OpenVPN AFAIK does not work with MS based VPN solutions).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文