Connecting Ubuntu Desktop 22.04 to a Meraki VPN

Add repository for installing network-manager-l2tp

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

Install network-manager-l2tp

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

Configure the network

Turn off the xl2tpd service

sudo systemctl stop xl2tpd

and prevent it from starting again on reboot

sudo systemctl disable xl2tpd.

You should now be able to connect to the VPN.

 



Revision #1
Created 2024-04-22 06:23:26 UTC by Admin
Updated 2024-04-22 06:32:55 UTC by Admin