Windows setup
Windows
- Go to Settings > Network & Internet > VPN
- Click Add a VPN connection
- Set:
- VPN Provider: Windows (built-in)
- Connection Name: Any name
- Server name/address: e.g.,
vpn.example.com
- VPN Type: IKEv2
- Sign-in info: Username and password
Tip: If you have connection issues, ensure your time and date are set automatically and try toggling the VPN off and on.
Linux setup
Linux
- Install strongSwan and necessary plugins:
sudo apt install strongswan strongswan-pki libstrongswan-extra-plugins network-manager-strongswan
- Open Network Manager and add a new VPN connection.
- Choose “IKEv2 (strongSwan)” as the VPN type.
- Fill in the required fields:
- Gateway: e.g.,
vpn.example.com
- User name: Your username
- Password: Your password
- Under Options, enable Request an inner IP address.