Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


VPN grayed out problem
by admin
 at 2018-03-05 02:00:00.

to fix VPN grayed out problem and enable VPN on Kali Linux all you need to do is run the fallowing command:
aptitude -r install network-manager-openvpn-gnome network-manager-pptp network-manager-pptp-gnome network-manager-strongswan network-manager-vpnc network-manager-vpnc-gnome
In total, you got 4 supported VPN Connections types on Kali Linux:
  1. Cisco Compatible (vpnc)
  2. IPsec/IKEv2 (strongswan)
  3. OpenVPN
  4. Point-to-point Tunneling Protocol (PPTP)