-
Notifications
You must be signed in to change notification settings - Fork 83
Prebuilt Packages
The following lists some official and 3rd party repositories with a NetworkManager-l2tp package, it also provides instructions (or links to instructions) on how to install.
Issue the following to install NetworkManager-l2tp and its GNOME companion package :
sudo dnf install NetworkManager-l2tp NetworkManager-l2tp-gnome
If you wish to switch from libreswan to strongswan for the IPsec support with this VPN plugin, first uninstall libreswan then install strongswan:
sudo rpm -e libreswan
sudo dnf install strongswan
Install the EPEL repository which on CentOS can be done by running the following:
sudo yum install epel-release
or on Red Hat Enterprise Linux 7 by running the following :
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo rpm -Uvh epel-release-latest-7*.rpm
Issue the following to install NetworkManager-l2tp and its GNOME companion package :
sudo yum install NetworkManager-l2tp NetworkManager-l2tp-gnome
Issue the following to install network-manager-l2tp and its GNOME companion package :
sudo apt install network-manager-l2tp network-manager-l2tp-gnome
To avoid Ubuntu bug LP#1778946 which breaks DNS resolution after disconnecting the VPN connection, install the resolvconf package : sudo apt install resolvconf
If you wish to switch from strongswan to libreswan for the IPsec support, issue:
sudo apt install libreswan
Add the PPA from :
by running:
sudo add-apt-repository ppa:nm-l2tp/network-manager-l2tp
sudo apt update
Issue the following to install network-manager-l2tp and its GNOME companion package :
sudo apt install network-manager-l2tp network-manager-l2tp-gnome
With Ubuntu 16.04 and later, if you wish to switch from strongswan to libreswan for the IPsec support, issue:
sudo apt install libreswan
Issue the following to install network-manager-l2tp and its GNOME companion package :
sudo apt install network-manager-l2tp network-manager-l2tp-gnome
If you wish to switch from strongswan to libreswan for the IPsec support, issue:
sudo apt install libreswan
networkmanager-l2tp package can be found in Arch User Repository (AUR) :
Issue the following to install NetworkManager-l2tp and its GNOME companion package :
sudo zypper install NetworkManager-l2tp NetworkManager-l2tp-gnome
Note: NetworkManager-l2tp 1.0.8 is the latest version for NetworkManager 0.9.8 or 1.0 based Linux distributions.