#1
(This post was last modified: 17 April, 2021 - 10:55 AM by woodcat.)
Hello, I'm going to teach how to setup VPN on Kali Linux

There's many reasons for installing a VPN or wanting one as well these are just some of the top points.

Open a terminal and use the following command to install the necessary packages:
Code:
apt-get install network-manager-openvpn-gnome network-manager-pptp network-manager-pptp-gnome network-manager-strongswan network-manager-vpnc network-manager-vpnc-gnome

Type y and enter when being asked to install the packages.

*Depending on the VPN you are using you may need to install Certs from the VPN server itself

Go to your network manager, go to the VPN tab and click “Add”:
Select OpenVPN as the connection type. then click create:
Enter the following information:
Code:
1)Connection name
2)Gateway (Different gateways are available from the website
3)Set authentication type to password
4)Username and password


Click the browse file button to select the CA certificate we downloaded earlier (if your VPN requires it).
Click the save button and we are ready to go!
Then you can simply start your VPN connection and you are then good to go

Hackerman