A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
packages:openvpn [2015/11/22 01:49]
admin [Open VPN]
packages:openvpn [2016/04/11 18:28] (current)
admin [Configure a New VPN Connection]
Line 1: Line 1:
-====== Open VPN ======+====== Open VPN (+ IPSec) ​======
  
-In this example, we'll activate OpenVPN to allow usage of an **[[https://​www.ipvanish.com/​|IPVanish]]** account.+In this example, we'll activate ​**OpenVPN** to allow usage of an **[[https://​www.ipvanish.com/​|IPVanish]]** account.
  
 In order to do this, we'll follow [[https://​www.privateinternetaccess.com/​forum/​discussion/​18003/​openvpn-step-by-step-setups-for-various-debian-based-linux-oss-with-videos-ubuntu-mint-debian|those instruction by WinstonSmith]]:​ In order to do this, we'll follow [[https://​www.privateinternetaccess.com/​forum/​discussion/​18003/​openvpn-step-by-step-setups-for-various-debian-based-linux-oss-with-videos-ubuntu-mint-debian|those instruction by WinstonSmith]]:​
  
 +The Linux Mint Forum also has [[https://​community.linuxmint.com/​tutorial/​view/​1965|an article describing how to install and initiate OpenVPN]].
 ---- ----
 ===== Install network-manager-openvpn and its dependencies ==== ===== Install network-manager-openvpn and its dependencies ====
Line 32: Line 33:
 </​code>​ </​code>​
  
 +Note that at this stage the **network applet** you might have in a panel will  ​
 ---- ----
 ===== Configure a New VPN Connection ===== ===== Configure a New VPN Connection =====
Line 40: Line 42:
  
 Add new network connection using the **"​+"​** icon at the bottom of the left column. Select **VPN**, then choose **OpenVPN**. Add new network connection using the **"​+"​** icon at the bottom of the left column. Select **VPN**, then choose **OpenVPN**.
 +
 +----
 +===== Using IPSec =====
 +----
 +
 +In case you need to connect to an IPSec VPN system, add the following packages:
 +<​code>​
 +> sudo apt-get install network-manager-vpnc network-manager-vpnc-gnome
 +</​code>​