Closed mrbluecoat closed 11 months ago
@mrbluecoat Hello! I can try to reproduce this issue. A few things to try: 1. Try the strongSwan VPN client. 2. Temporarily allow client-to-client traffic to see if that fixes the issue. 3. In your firewall, UDP port 1701 and the AH and ESP protocols are not required.
Thanks for the quick response! Here's what I've found so far:
Some older Android versions, especially Samsung's Android versions, have a buggy VPN implementation, which results in Android refusing to start the VPN service in certain circumstances, like when there is no internet connectivity yet (when starting up your device) or when incorrectly requiring manual approval of the VPN service again (when starting up your device). NetGuard will try to workaround this and remove the error message when it succeeds, else you are out of luck.
Some LineageOS versions have a broken Android VPN implementation, causing all traffic to be blocked, please see this FAQ for more information.
On GrapheneOS, the Android Always-On VPN function and the sub option 'Block connections without VPN' are enabled by default. However, this sub option will result in blocking all traffic, please see this FAQ.
I'll close this out since it's clearly an OS issue. Thanks @hwdsl2
I'd like to install IKEv2 on an Oracle Cloud instance, connect via an Android client, then browse the Internet through the Oracle Cloud node. I was able to install IKEv2 and connect with my Android 13 device via the native VPN capability but I can't access the Internet (tried both google.com and 1.1.1.1)
Here were my steps:
Set up Alma Linux 9 instance on Oracle Cloud and configure ingress rules:
Here's the contents of /etc/sysconfig/nftables.conf
I transferred vpnclient.p12 to Android phone and followed https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/ikev2-howto.md#android for the native IKEv2 client.
VPN says connected.
Opened a web browser and tried google.com (ERR_NAME_NOT_RESOLVED) and 1.1.1.1 (ERR_ADDRESS_UNREACHABLE).
I searched the Issue backlog (#155 #896 #944 #1430) but couldn't find a resolution. Any suggestions?