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
Last revision Both sides next revision
packages:openvpn [2015/11/22 01:39]
admin [Install network-manager-openvpn and its dependencies]
packages:openvpn [2016/04/11 18:25]
admin [Open VPN]
Line 1: Line 1:
-====== Open VPN ======+====== Open VPN (+ IPSec) ​======
  
-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 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]]:​
 +
 +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 ====
 ---- ----
  
-=== Install the openvpn and dependencies packages:​===+==== Install the openvpn and dependencies packages: ​====
 <​code>​ <​code>​
 > sudo apt-get install network-manager-openvpn network-manager network-manager-gnome network-manager-openvpn-gnome > sudo apt-get install network-manager-openvpn network-manager network-manager-gnome network-manager-openvpn-gnome
Line 14: Line 17:
 Note that the //​network-manager//​ and //​network-manager-gnome//​ packages should already be installed in a standard LMDE 2 system. Note that the //​network-manager//​ and //​network-manager-gnome//​ packages should already be installed in a standard LMDE 2 system.
  
-=== Edit NetworkManager configuration ​===+==== Enable Network Interface Management ====
 <​code>​ <​code>​
 > sudo nano /​etc/​NetworkManager/​NetworkManager.conf > sudo nano /​etc/​NetworkManager/​NetworkManager.conf
Line 23: Line 26:
 </​code>​ </​code>​
  
-=== Restart network-manager service ​===+** Restart network-manager service ​** 
 + 
 +We need to restart the //​**network-manager**//​ service for this change to take effect:
 <​code>​ <​code>​
 > sudo service network-manager restart > sudo service network-manager restart
 </​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 =====