-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add Android 12 built-in IKEv2/IPSec VPN support #1373
Comments
#13 is the feature request for IKEv2. |
There's no IKEv2 support so far but maybe it is a good chance to implement IKEv2. |
I was just about to suggest an IKEv2/StrongSwan Clone Server. I've been reading about the protocol recently but I do not have the experience to implement it myself. IKEv2/StrongSwan uses the IPSec protocol suite and uses ports 500 and 4500 UDP. Just like with Wireguard, I can test the implementation if you or another developer decides to do it. Also, L2TP/IPsec is starting to get less and less secure compared to the other protocols such as OpenVPN and SoftEther as time goes on and I think IKEv2 could be a good solution to the problem because of it's more secure key exchange. Also it adds another IPSec option to SoftEther VPN which is just a good thing overall. |
Thanks reply. This problem can be avoided with OpenVPN, but it is not a solution, too. Adding features was discussed in #13, but I opened this issue as I began to see the concrete impact of an environment that only accepts IKEv2. (=Android 12) |
Edited title to clear to need. |
Hi, The official release of Android 12 is coming soon. If this is the case, will have to install a third-party VPN client (like OpenVPN) to connect from Android 12 or higher devices if add new connection settings. I think support for IKEv2/IPSec needs to be a higher priority. |
Is there any plan to merge Nova's IKEv2 fork? https://github.com/NovaVPN/SoftEtherVPN |
Is there any update on ikev2 libraries for Android 12? |
Any update on this ? |
|
I think, using OpenVPN would be the best solution. The SEVPN Server Configuration Tool has the ability to generate a basic OpenVPN configuration file. |
Hi. I have a Moto g100 and it's already on 12 and the "Save" is grayed out! Can't create a VPN profile. Very annoying. |
|
I have a same problem, have you deal with it yet?
|
Closing in favor of #13 |
Go strong swan app |
Hi all,
I recently upgraded my Pixel 3 XL to Android 12 Public Beta.
When I was looking for changes to accompany the upgrade, I found that the VPN only accepts IKEv2/IPSec combination configurations with the make new connection settings.
(Can use existing connection as is, but get a warning message it is not secure.)
Can this be handled by server-side settings?
If not, may need to add support.
(may be related: #13 )
The text was updated successfully, but these errors were encountered: