Can Always-on VPN switch be on programmatically?
I have added the device admin permission. After that i have set always on in with device admin
mDPM = (DevicePolicyManager) getSystemService(Context.DEVICE_POLICY_SERVICE);
mDeviceAdminSample =…
I am working on VPN app and follows the code of strongswan app. I have used the code of this app and it is loading .so files through JNI and i have copied these files from the strongswan project. It gives this exception for one of these…
I'm creating a VPN using StrongSwan. It's my first time using this tool. I followed a tutorial to set up. I've hit a blocker whereby the peer connection times out. The status is 0 up, 1 connecting.
I have tried on different servers, the same issue…
I am setting up my raspberry pi as a VPN client using IPsec/L2TP.I am using the following guide Configure Linux VPN clients using the command line
There are several problems which I am encountring
After setting up all the settings, when I try to…
I want to monitor the server that contains VPN(strongswan) installed using zabbix.
From my Zabbix server it is not able to access the zabbix client installed in my VPN server. Is their any way to open zabbix default port 10050?
sudo ufw status…
I would like to setup strongswan on my DockerHost in order to allow containers on the leftSubnet which is a docker network subnet to communicate with my rightSubnet in the IPSEC TUNNEL.
10.0.10.0/24 which is my leftSubnet on DockerHost was created…
I've just configured Strongswan and can successfully bring the VPN tunnel up on an AWS EC2 instance but I’m having issues with the traffic because we need to NAT the private IP address of my EC2 instance so all traffic going through the VPN come…
i have build a vpn server using strongswan by following this tutorial:
https://raymii.org/s/tutorials/IPSEC_vpn_with_CentOS_7.html
The server is behind a router the required ports are forwarded. On the vpn server there are some apps running on nginx…
I am using Libreswan to create IPSec tunnels between VM's. I am using certificates to authenticate(for phase 1 of IPSec). However the IKE tunnel is not getting established and the authentication is failing.
I have been trying to establish IPSec…
I'm starting to use the Strongswan govici API to control IPsec, following the general pattern I found at https://github.com/strongswan/govici/blob/master/docs/getting_started.md.
It's working except that I'm unable to set a connection's childSA's…
Is it possible to set up strongswan without pre shared secret and without a certificate for iOS/macOS? Only login and password.
My current method for iOS/macOS:
leftauth=psk
I was trying to build a vpn app in flutter then I found the flutter_vpn package which is using strongswan vpn protocol but when I tried to run the example app in the library in debug mode, it runs fine without any problem. But when I tried to build…
I am trying to establish an IKEv2 VPN between one VM(subnet: 20.25.0.0/16) and one AKS cluster(subnet: 10.0.0.0/16 - Azure CNI) using strongswan gateway. I need to access some kubernetes services behind of this AKS cluster. With Azure CNI each pod…
When strong swan runs the tests. It fails only with the following tests in the tests suite:
I am getting error
Running suite 'stream':
Running case 'sync': -++
Failure in 'test_sync': service != NULL (suites/test_stream.c:64, i = 0)
Running case…