Setting up IKEv2 VPN client on Linux with GNOME desktop
Posted by Aidil A. on 27 June 2023 12:35 PM
|
|
IntroductionIKEv2 is supported in Linux via StrongSwan package, what are available for most Linux versions. It is enough to install appropriate plugin for
Install Strongswan applicationsPress Apps button;
In search window type
In command prompt type $ sudo apt-get update
To install additional components type $ sudo apt-get install -y strongswan network-manager-strongswan libcharon-extra-plugins
Setting up IKEv2 VPN connectionGo to Settings -> Network and click the "+" icon in VPN section;
Select the type of connection - IPsec/IKEv2 (strongswan);
IdentifyWithin
In Options section check both items:
In Cipher proposals, check
and in IKE prompt type aes256-sha256-modp1024. NOTES: Cipher proposals option may not available in Ubuntu-20.04.
IPv4Set all options to automatic:
IPv6Disable IPv6 address. Finally, click Add.
ConnectingTo establish the connection click on the
Verify VPN connectionOnce connected to VPN, you will notice additional icon will appear in the notification bar, either a Launch a browser and key in What is my ip The result should be showing your VPN IP address. If you are getting other IP address or no connection at all, check again your configuration.
DisconnectTo disconnect click Turn Off.
Adding additional VPN connectionSimply repeat steps from Setting up IKEv2 VPN connection section.
========================================================================================== If you face any difficulties on the setup, please feel free to contact our support team by submitting a ticket on https://247livesupport.biz or emailing out support team at support@247livesupport.biz | |
|