Skip to main content
All CollectionsPureVPN LinuxManual Linux
How to setup L2TP on Linux Lite 4.3
How to setup L2TP on Linux Lite 4.3

You can now set up an L2TP VPN on your Linux lite 4.3 by using PureVPN. You can follow the guide to get started:

Updated over 2 years ago

Starting June 15th, 2021, PureVPN will discontinue offering support for PPTP, L2TP, and SSTP protocols on the majority of VPN locations.

However, at the popular request of our users, we will continue to support the following locations for users to connect using PPTP, L2TP, and SSTP protocols:

Germany: de1.pointtoserver.com
Netherlands: nl1.pointtoserver.com
United Kingdom: ukl1.pointtoserver.com
United States: usil1.pointtoserver.com
United States: ustx1.pointtoserver.com
United States: usca1.pointtoserver.com
United States: usfl1.pointtoserver.com
United States: usny1.pointtoserver.com
United States: uswdc1.pointtoserver.com
Australia: au-sd1.pointtoserver.com

You can now set up an L2TP VPN on your Linux lite 4.3 by using PureVPN. You can follow the guide to get started:

Find your VPN credentials for manual configuration

To find your VPN credentials log into the PureVPN members area. Click 👉 here to visit member area.

  • Login to the member area using your PureVPN registered email address and password.

  • From manage account section, go to the subscriptions tab.

  • On Subscription tab scroll down to be able to view your VPN credentials.

  • You will be able to see and copy your VPN credentials. Note down your PureVPN username and click the eye icon to make your password visible and use it in the manual configuration.

Was this article helpful? Rate and share your comments below. Your input matters to us and everyone else in the Cyber Security Community.

  • Go to Menu option and search and open Terminal Emulator.

Go to Menu option and search and open Terminal Emulator.
  • Install L2TP packages. Type the following commands one by one:

  1. sudo apt-get update

    1. sudo apt-get install network-manager-l2tp

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

    3. sudo apt-get install xl2tpd

  • Go to the Menu and open the Network Connections option, then click the + icon to create a new VPN connection.

Install L2TP packages. Type the following commands one by one:  sudo apt-get update  sudo apt-get install network-manager-l2tp  sudo apt-get install network-manager-l2tp-gnome  sudo apt-get install xl2tpd  [su_dropcap size="1.35"]3[/su_dropcap] Go to the Menu and open the Network Connections option, then click on the ‘+’ icon to create a new VPN connection.

Click on the ‘+’ icon to create a new VPN connection.
  • Select Layer 2 Tunneling Protocol (L2TP) option. Click Create.

Select Layer 2 Tunneling Protocol (L2TP) option. Click Create.
  • When a new window appears, complete the fields as below:

  1. Enter Connection name: PureVPN

    1. Insert the desired server: Please refer to the server address shared in the above note.

    2. Enter your PureVPN credentials. Here is how you can find your VPN credentials.

  • Go to the IPsec Settings… button.

  • Check the Enable Ipsec tunnel to IPsec host

  • Pre-shared key: 12345678

  • Then specify connection algorithms in Advanced section:

  • For phase 1= 3des-sha1-modp1024 and

  • For phase 2 = 3des-sha1

  • Click OK

Click OK
  • Go to the PPP Settings… button.

  • Only allow the following options:

  1. MSCHAP

    1. MSCHAPV2

  • Also, select the following:

  1. Allow BSD data compression

    1. Allow Deflate data compression

    2. Use TCP header compression

Go to the ‘PPP Settings…’ button.  Only allow the following options:  MSCHAP MSCHAP2  Also, select the following:  Allow BSD data compression Allow Deflate data compression Use TCP header compression
  • Click OK, then the Save button.

  • Go to the Ethernet Network option and under VPN Connections click/check on the newly created PureVPN connection to activate VPN.

Go to the Ethernet Network option and under VPN Connections click/check on the newly created PureVPN connection to activate VPN.
  • You are connected to VPN now!

You are connected to VPN now!

Did this answer your question?