Ubuntu

How to install Network Manager L2TP in Ubuntu

How to install Network Manager L2TP in Ubuntu

Network Manager-l2tp is a powerful VPN plugin for managing the network. It provides support for the Layer 2 Tunneling Protocol. L2TP and L2TP/IPsec connections are must-have network tools, especially if you are using a VPN. This includes compatibility with Microsoft and other L2TP VPN servers.

Let me quickly put together how to install this utility in your Ubuntu PC. Once installed, you will see an additional L2TP option in addition to the existing PPTP.

Network Manager L2TP tool

Network Manager L2TP tool

Installing Network Manager L2TP in Ubuntu 14.04 and 16.04

In these cases, you need to add nm-l2tp/network-manager-l2tp PPA.

Step 1) Launch the Terminal. You can use the CTRL+ALT+T keyboard shortcut.

Step 2) Copy and paste the following command to add the PPA.

sudo add-apt-repository ppa:nm-l2tp/network-manager-l2tp

Step 3) Let's update:

sudo apt update

Step 4) Finally, install network-manager-l2tp:

sudo apt install network-manager-l2tp network-manager-l2tp-gnome

Installing Network Manager L2TP in Ubuntu 17.04 and above

Ubuntu 17.10 and later (including Ubuntu 18.04) ship with network-manager-l2tp and network-manager-l2tp-gnome packages in their official repositories. Hence, there is no need to add a PPA.

Step 1) Launch the Terminal. You can use the CTRL+ALT+T keyboard shortcut.

Step 2) Enter the following command and press enter:

sudo apt install network-manager-l2tp-gnome

In case you get an error that package is not found and so installation is failed, you should probably add the official “Universe” repository source to your Ubuntu PC.

sudo add-apt-repository universe sudo apt update

Now you should be able to execute the Step (2) successfully.

Best Linux Distros for Gaming in 2021
The Linux operating system has come a long way from its original, simple, server-based look. This OS has immensely improved in recent years and has no...
Cum să capturați și să transmiteți în flux sesiunea de jocuri pe Linux
În trecut, jocurile erau considerate doar un hobby, dar cu timpul industria jocurilor a cunoscut o creștere imensă în ceea ce privește tehnologia și n...
Cele mai bune jocuri pentru a juca cu urmărirea manuală
Oculus Quest a introdus recent marea idee de urmărire manuală fără controlere. Cu un număr din ce în ce mai mare de jocuri și activități care execută ...